add Techno Davinci CNC post

This commit is contained in:
Stewart Allen 2019-12-07 16:35:26 -05:00
commit 3a10cac71f
2 changed files with 23 additions and 1 deletions

View 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
}
}