laserweb-settings.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "settings": {
  3. "__version": "4.0.999",
  4. "__selectedProfile": null,
  5. "__latestRelease": "2019-11-26T10:45:07Z",
  6. "showMachine": true,
  7. "machineWidth": 215,
  8. "machineHeight": 255,
  9. "machineBeamDiameter": 0.2,
  10. "machineBottomLeftX": -5,
  11. "machineBottomLeftY": -5,
  12. "machineFeedRange": {
  13. "XY": {"min": 1, "max": 50000},
  14. "Z": {"min": 1, "max": 50000},
  15. "A": {"min": 1, "max": 50000},
  16. "S": {"min": 0, "max": 30000}
  17. },
  18. "machineXYProbeOffset": 0,
  19. "machineZEnabled": false,
  20. "machineZMatThickness": 0,
  21. "machineZToolOffset": 0,
  22. "machineZStartHeight": "",
  23. "machineZProbeOffset": 0,
  24. "machineAEnabled": false,
  25. "machineBlowerEnabled": false,
  26. "machineBlowerGcodeOn": "",
  27. "machineBlowerGcodeOff": "",
  28. "pxPerInch": 96,
  29. "forcePxPerInch": false,
  30. "dpiBitmap": 300,
  31. "toolGridWidth": 500,
  32. "toolGridHeight": 500,
  33. "toolGridMinorSpacing": 10,
  34. "toolGridMajorSpacing": 50,
  35. "toolSafetyLockDisabled": true,
  36. "toolCncMode": false,
  37. "toolImagePosition": "BL",
  38. "toolUseNumpad": false,
  39. "toolDisplayCache": false,
  40. "toolUseGamepad": false,
  41. "toolCreateEmptyOps": false,
  42. "toolVideoDevice": null,
  43. "toolVideoPerspective": {"enabled": false},
  44. "toolVideoLens": {"a": 1, "b": 1, "F": 1, "scale": 1},
  45. "toolVideoFov": {"x": 1, "y": 1},
  46. "toolVideoResolution": "720p(HD)",
  47. "toolVideoOMR": false,
  48. "toolVideoOMROffsetX": 0,
  49. "toolVideoOMROffsetY": 0,
  50. "toolVideoOMRMarkerSize": 20,
  51. "toolWebcamUrl": "",
  52. "toolFeedUnits": "mm/min",
  53. "toolTestSValue": 1,
  54. "toolTestDuration": 0,
  55. "gcodeStart": "G21 ; Set units to mm\nG90 ; Absolute positioning\nM3 ; enable tool\n",
  56. "gcodeEnd": "M5 ; Switch tool offEnd\r\n",
  57. "gcodeHoming": "",
  58. "gcodeGenerator": "default",
  59. "gcodeToolOn": "",
  60. "gcodeToolOff": "",
  61. "gcodeLaserIntensity": "S",
  62. "gcodeLaserIntensitySeparateLine": true,
  63. "gcodeSMinValue": 100,
  64. "gcodeSMaxValue": 1000,
  65. "gcodeCheckSizePower": 50,
  66. "gcodeToolTestPower": 1,
  67. "gcodeToolTestDuration": 1000,
  68. "gcodeConcurrency": 2,
  69. "gcodeCurvePrecision": 0.1,
  70. "comServerVersion": "4.1.000",
  71. "comServerIP": "printymcprintface:8000",
  72. "comServerConnect": false,
  73. "comInterfaces": ["USB", "ESP8266", "Telnet"],
  74. "comPorts": [
  75. {
  76. "manufacturer": "1a86",
  77. "pnpId": "usb-1a86_USB_Serial-if00-port0",
  78. "vendorId": "1a86",
  79. "productId": "7523",
  80. "path": "/dev/ttyUSB0"
  81. },
  82. {
  83. "manufacturer": "Klipper",
  84. "serialNumber": "18001C000450415339373620",
  85. "pnpId": "usb-Klipper_stm32g0b1xx_18001C000450415339373620-if00",
  86. "vendorId": "1d50",
  87. "productId": "614e",
  88. "path": "/dev/ttyACM0"
  89. }
  90. ],
  91. "comAccumulatedJobTime": 3265,
  92. "connectVia": "USB",
  93. "connectPort": "/dev/ttyUSB0",
  94. "connectBaud": "115200",
  95. "connectIP": "",
  96. "jogStepsize": 1,
  97. "jogFeedXY": 1800,
  98. "jogFeedZ": 300,
  99. "macros": {
  100. "*GotoXY0": {
  101. "label": "Goto XY zero",
  102. "gcode": "G0 X0Y0",
  103. "keybinding": "ctrl+f1",
  104. "_locked": false
  105. },
  106. "*LaserOff": {
  107. "label": "LASER OFF",
  108. "gcode": "M5",
  109. "keybinding": "ctrl+f2",
  110. "_locked": false
  111. }
  112. },
  113. "uiFcDrag": {}
  114. }
  115. }