Merge pull request #254 from gompa/patch-1

fix Unexpected token ] on start
This commit is contained in:
Stewart Allen 2023-09-12 21:07:58 -04:00 committed by GitHub
commit 235ab26c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 46 deletions

View file

@ -1,25 +1,24 @@
{
"file-ext": "nc",
"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": {
"origin_center": false,
"bed_width": 1220,
"bed_depth": 2400,
"build_height": 80
}
"file-ext":"nc",
"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":{
"origin_center":false,
"bed_width":1220,
"bed_depth":2400,
"build_height":80
}
}

View file

@ -1,25 +1,24 @@
{
"file-ext": "nc",
"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": {
"origin_center": false,
"bed_width": 450,
"bed_depth": 330,
"build_height": 81
}
"file-ext":"nc",
"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":{
"origin_center":false,
"bed_width":450,
"bed_depth":330,
"build_height":81
}
}