Dump from SVN
This commit is contained in:
24
PlottWareControl/res/gCode.txt
Normal file
24
PlottWareControl/res/gCode.txt
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
BIN
PlottWareControl/res/icon.bmp
Normal file
BIN
PlottWareControl/res/icon.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
Reference in New Issue
Block a user