fix left/right cutout tab width. hide extrusion for cam mode
This commit is contained in:
parent
a727a24327
commit
836aee23e9
4 changed files with 28 additions and 3 deletions
24
web/kiri/filter/CAM/Sienci.LongMill
Normal file
24
web/kiri/filter/CAM/Sienci.LongMill
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"file-ext": "nc",
|
||||
"token-space": " ",
|
||||
"strip-comments": true,
|
||||
"pre":[
|
||||
"G21 ; set units to MM (required)",
|
||||
"G90 ; absolute position mode (required)",
|
||||
"G0 F6000 ; default rapid move speed",
|
||||
"G1 F1500 ; default cutting speed"
|
||||
],
|
||||
"post":[
|
||||
"M30 ; program end"
|
||||
],
|
||||
"tool-change":[
|
||||
"M6 T{tool} ; change tool to '{tool_name}'"
|
||||
],
|
||||
"dwell":[
|
||||
"G4 P{time} ; dwell for {time}ms"
|
||||
],
|
||||
"settings": {
|
||||
"bed_width": 760,
|
||||
"bed_depth": 760
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue