add Techno Davinci CNC post
This commit is contained in:
parent
ea6d620b1b
commit
3a10cac71f
2 changed files with 23 additions and 1 deletions
22
web/kiri/filter/CAM/Techno.Davinci.CNC
Normal file
22
web/kiri/filter/CAM/Techno.Davinci.CNC
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"file-ext": "ncd",
|
||||
"token-space": " ",
|
||||
"strip-comments": true,
|
||||
"pre":[
|
||||
"G21 ; set units to MM (required)",
|
||||
"G90 ; absolute position mode (required)"
|
||||
],
|
||||
"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": 250,
|
||||
"bed_depth": 300
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue