G-code comments begin at a semicolon, and end at the end of the line: N3 T0*57 ; This is a comment N4 G92 E0*67 ; So is this N5 G28*22 Some firmwares also obey the CNC G-code standard, which is to enclose comments in round brackets. Comments of this form must start and end on the same line: (Home some axes) G28 (here come the axes to be homed) X Y Comments and white space will be …

Even if your printer uses a different file format such as an .x3g file, please note that Simplify3D will still export both the .gcode and .x3g files to the location that you select. Hi! Although G-Code is the standard language for most 3D printers, some machines may use different file formats or commands. I am new to gcode and I am using reprap wiki as a resource to learn it. Valid P values are 0 to 100, values over 100 are rounded down to 100 M80 MF Turn on Power Supply M80 RR ATX Power On M81 MF Turn off Power Supply M81 RR ATX Power Off M82 MF Set E codes absolute (default) M82 RR set extruder to absolute mode M83 MF Set E codes relative while in Absolute Coordinates (G90) mode M83 RR set extruder to relative mode M84 MF Disable steppers … M83: Auto Air Jet On: M84: Auto Air Jet Off: M86: Tool Clamp: M88: Coolant Through the Spindle On: M89: Coolant Through the Spindle Off: M93: Axis POS Capture Start (P, Q) M94: Axis POS Capture Stop : M95: Sleep Mode: M96: Jump if No Input (P, Q) M97: Local Sub-Program Call (P, L) M98: Sub Program Call (P, L) M99: M97 Local Sub-Program or M98 Sub-Program Return or Loop Program … However, even after I read the definition of M82 and M83, which is set extruder to absolute or relative mode, I still don’t quite understand what it really means. This command is used to override G90 and put the E axis into relative mode independent of the other axes. This is quite useful, as many of the other file formats are actually binary files.