Skip to content

Commit

Permalink
Update machine-profiles.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FabCreator committed Mar 6, 2017
1 parent 3f39f5e commit d5ffc55
Showing 1 changed file with 72 additions and 2 deletions.
74 changes: 72 additions & 2 deletions machine-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,75 @@
"jogAccumulatedJobTime": 579,
"dpiBitmap": 72
}
}
}
},
{
"__version": "0.4.0",
"__selectedProfile": "FabKit",
"machineWidth": 680,
"machineHeight": 450,
"machineBeamDiameter": 0.1,
"machineZEnabled": false,
"machineZMatThickness": 0,
"machineZToolOffset": 0,
"machineBlowerEnabled": false,
"machineBlowerGcodeOn": "",
"machineBlowerGcodeOff": "",
"pxPerInch": 72,
"dpiRasterBmp": 300,
"toolSafetyLockDisabled": false,
"toolCncMode": false,
"toolImagePosition": "BL",
"toolUseNumpad": true,
"toolVideoDevice": null,
"toolVideoPerspective": {
"enabled": false,
"before": [
170.66666666666666,
384,
682.6666666666666,
384,
682.6666666666666,
96,
170.66666666666666,
96
],
"after": [
170.66666666666666,
384,
682.6666666666666,
384,
682.6666666666666,
96,
170.66666666666666,
96
]
},
"toolVideoLens": {"a": 1, "b": 1, "F": 1, "scale": 1},
"toolVideoFov": {"x": 1, "y": 1},
"toolVideoResolution": "720p(HD)",
"toolWebcamUrl": "",
"toolFeedUnits": "mm/s",
"toolTestSValue": 1,
"toolTestDuration": 0,
"gcodeStart": "G21 ; Set units to mm\nG90 ; Absolute positioning\nM3 ; Laser On\nM106 ; Compressor On",
"gcodeEnd": "M5 ;Laser off\nG28.2XY ; Home X & Y\nM107 ;Compressor Off",
"gcodeHoming": "G28.2XY ;Home X & Y",
"gcodeToolOn": "",
"gcodeToolOff": "",
"gcodeSMaxValue": 1,
"gcodeToolTestPower": 0,
"gcodeToolTestDuration": 0,
"comServerIP": "localhost:8000",
"comServerConnect": false,
"comInterfaces": ["USB", "ESP8266"],
"comPorts": ["COM10"],
"connectVia": "USB",
"connectPort": "COM10",
"connectBaud": "115200",
"connectIP": "",
"jogStepsize": 100,
"jogFeedXY": 500,
"jogFeedZ": 5,
"dpiBitmap": 300
}
}

0 comments on commit d5ffc55

Please sign in to comment.