Create Sienci.AltMill
This commit is contained in:
parent
64799a797e
commit
43f5d73280
1 changed files with 27 additions and 0 deletions
27
src/kiri-dev/cam/Sienci.AltMill
Normal file
27
src/kiri-dev/cam/Sienci.AltMill
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"file-ext": "nc",
|
||||
"token-space": " ",
|
||||
"strip-comments": false,
|
||||
"pre":[
|
||||
"G21 ; set units to MM (required)",
|
||||
"G90 ; absolute position mode (required)",
|
||||
"G0 F15000 ; default rapid move speed",
|
||||
"G1 F4000 ; default cutting speed"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"settings": {
|
||||
"bed_width": 1260,
|
||||
"bed_depth": 1248,
|
||||
"build_height": 170
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue