PlottWare/PlottWareControl/res/gCode.txt
2019-08-08 17:02:07 +03:00

24 lines
663 B
Plaintext

commands:
G0 Xx Yy - Rapid move to (z,y) coordinates
G1 Xx Yy - Move to (x,y) coordinates
G4 Pn - Wait n ms
G28 - Home
G90 - Set to absolute positioning
G91 - Set to relative positioning
Tn - change to nth tool
M2 - Program end
M17 - Enable steppers
M18 - Disable steppers
M80 - ATX power on
M81 - ATX power off
M112 - Emergency stop
M114 - Get current position
M115 - Get info from printer firmware
M118 OK - Response to host when line done
; - line comment
(...) - block comment
M114 response: X:x Y:y
M115 response: {"software":"PlottWareFirmware v1.0","power":true/false,"length":L,"width":W,"pencount":PC,"pens":["C1","C2","C3"]}
Deselect tool: T0 ot T1000