grid-apps-cmms/src2/kiri-dev/cam/Snapmaker.Original.json
2025-07-04 22:18:18 -04:00

27 lines
616 B
JSON

{
"file-ext": "gcode",
"token-space": " ",
"strip-comments": true,
"pre":[
"G21 ; set units to MM (required)",
"G90 ; absolute position mode (required)"
],
"post":[
"M5 ; complete moves, stop spindle",
"M30 ; program end"
],
"tool-change":[],
"dwell":[
"G4 P{time} ; dwell for {time}ms"
],
"spindle":[
"M3 P{spindle} ; uniquely uses percentage not RPM"
],
"settings": {
"origin_center": false,
"bed_width": 90,
"bed_depth": 90,
"build_height": 50,
"spindle_max": 100
}
}