| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "settings": {
- "__version": "4.0.999",
- "__selectedProfile": null,
- "__latestRelease": "2019-11-26T10:45:07Z",
- "showMachine": true,
- "machineWidth": 215,
- "machineHeight": 255,
- "machineBeamDiameter": 0.2,
- "machineBottomLeftX": -5,
- "machineBottomLeftY": -5,
- "machineFeedRange": {
- "XY": {"min": 1, "max": 50000},
- "Z": {"min": 1, "max": 50000},
- "A": {"min": 1, "max": 50000},
- "S": {"min": 0, "max": 30000}
- },
- "machineXYProbeOffset": 0,
- "machineZEnabled": false,
- "machineZMatThickness": 0,
- "machineZToolOffset": 0,
- "machineZStartHeight": "",
- "machineZProbeOffset": 0,
- "machineAEnabled": false,
- "machineBlowerEnabled": false,
- "machineBlowerGcodeOn": "",
- "machineBlowerGcodeOff": "",
- "pxPerInch": 96,
- "forcePxPerInch": false,
- "dpiBitmap": 300,
- "toolGridWidth": 500,
- "toolGridHeight": 500,
- "toolGridMinorSpacing": 10,
- "toolGridMajorSpacing": 50,
- "toolSafetyLockDisabled": true,
- "toolCncMode": false,
- "toolImagePosition": "BL",
- "toolUseNumpad": false,
- "toolDisplayCache": false,
- "toolUseGamepad": false,
- "toolCreateEmptyOps": false,
- "toolVideoDevice": null,
- "toolVideoPerspective": {"enabled": false},
- "toolVideoLens": {"a": 1, "b": 1, "F": 1, "scale": 1},
- "toolVideoFov": {"x": 1, "y": 1},
- "toolVideoResolution": "720p(HD)",
- "toolVideoOMR": false,
- "toolVideoOMROffsetX": 0,
- "toolVideoOMROffsetY": 0,
- "toolVideoOMRMarkerSize": 20,
- "toolWebcamUrl": "",
- "toolFeedUnits": "mm/min",
- "toolTestSValue": 1,
- "toolTestDuration": 0,
- "gcodeStart": "G21 ; Set units to mm\nG90 ; Absolute positioning\nM3 ; enable tool\n",
- "gcodeEnd": "M5 ; Switch tool offEnd\r\n",
- "gcodeHoming": "",
- "gcodeGenerator": "default",
- "gcodeToolOn": "",
- "gcodeToolOff": "",
- "gcodeLaserIntensity": "S",
- "gcodeLaserIntensitySeparateLine": true,
- "gcodeSMinValue": 100,
- "gcodeSMaxValue": 1000,
- "gcodeCheckSizePower": 50,
- "gcodeToolTestPower": 1,
- "gcodeToolTestDuration": 1000,
- "gcodeConcurrency": 2,
- "gcodeCurvePrecision": 0.1,
- "comServerVersion": "4.1.000",
- "comServerIP": "printymcprintface:8000",
- "comServerConnect": false,
- "comInterfaces": ["USB", "ESP8266", "Telnet"],
- "comPorts": [
- {
- "manufacturer": "1a86",
- "pnpId": "usb-1a86_USB_Serial-if00-port0",
- "vendorId": "1a86",
- "productId": "7523",
- "path": "/dev/ttyUSB0"
- },
- {
- "manufacturer": "Klipper",
- "serialNumber": "18001C000450415339373620",
- "pnpId": "usb-Klipper_stm32g0b1xx_18001C000450415339373620-if00",
- "vendorId": "1d50",
- "productId": "614e",
- "path": "/dev/ttyACM0"
- }
- ],
- "comAccumulatedJobTime": 3265,
- "connectVia": "USB",
- "connectPort": "/dev/ttyUSB0",
- "connectBaud": "115200",
- "connectIP": "",
- "jogStepsize": 1,
- "jogFeedXY": 1800,
- "jogFeedZ": 300,
- "macros": {
- "*GotoXY0": {
- "label": "Goto XY zero",
- "gcode": "G0 X0Y0",
- "keybinding": "ctrl+f1",
- "_locked": false
- },
- "*LaserOff": {
- "label": "LASER OFF",
- "gcode": "M5",
- "keybinding": "ctrl+f2",
- "_locked": false
- }
- },
- "uiFcDrag": {}
- }
- }
|