commit
8ab4aa8e21
1 changed files with 30 additions and 0 deletions
30
src/kiri-dev/cam/PrintNC.GrblHAL
Normal file
30
src/kiri-dev/cam/PrintNC.GrblHAL
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"file-ext": "nc",
|
||||
"token-space": " ",
|
||||
"strip-comments": true,
|
||||
"pre":[
|
||||
"G21 ; set units to MM (required)",
|
||||
"G90 ; absolute position mode (required)"
|
||||
],
|
||||
"post":[
|
||||
"M5 ; spindle off",
|
||||
"M9 ; coolant off",
|
||||
"M30 ; program end"
|
||||
],
|
||||
"tool-change":[
|
||||
"M6 T{tool} ; change tool to '{tool_name}'"
|
||||
],
|
||||
"dwell":[
|
||||
"G4 P{time} ; dwell for {time}ms"
|
||||
],
|
||||
"spindle":[
|
||||
"M3 S{speed}"
|
||||
],
|
||||
"settings": {
|
||||
"origin_center":false,
|
||||
"bed_width": 950,
|
||||
"bed_depth": 600,
|
||||
"build_height": 180,
|
||||
"spindle_max": 24000
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue