-
Notifications
You must be signed in to change notification settings - Fork 0
/
laserweb-profiles.json
115 lines (115 loc) · 3.76 KB
/
laserweb-profiles.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"machineProfiles": {
"eTextile": {
"machineLabel": "eTextile",
"settings": {
"__version": "4.0.999",
"__selectedProfile": null,
"__latestRelease": "2019-11-26T10:45:07Z",
"showMachine": false,
"machineWidth": 1000,
"machineHeight": 500,
"machineBeamDiameter": 0.2,
"machineBottomLeftX": 0,
"machineBottomLeftY": 0,
"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\nM8 ; Enable coolant\nM4 S0 ; Enable dynamic laser power mode",
"gcodeEnd": "M5 ; Disable laser\nM9 ; Disable coolant",
"gcodeHoming": "$H",
"gcodeGenerator": "default",
"gcodeToolOn": "",
"gcodeToolOff": "",
"gcodeLaserIntensity": "S",
"gcodeLaserIntensitySeparateLine": false,
"gcodeSMinValue": 0,
"gcodeSMaxValue": 1000,
"gcodeCheckSizePower": 0,
"gcodeToolTestPower": 0,
"gcodeToolTestDuration": 0,
"gcodeConcurrency": 2,
"gcodeCurvePrecision": 0.1,
"comServerVersion": "4.1.000",
"comServerIP": "192.168.0.22:8000",
"comServerConnect": false,
"comInterfaces": ["USB", "ESP8266", "Telnet"],
"comPorts": [
{"path": "/dev/ttyAMA0"},
{"path": "/dev/ttyS0"},
{
"manufacturer": "Arduino (www.arduino.cc)",
"serialNumber": "A4136373037351513201",
"pnpId": "usb-Arduino__www.arduino.cc__0043_A4136373037351513201-if00",
"vendorId": "2341",
"productId": "0043",
"path": "/dev/ttyACM0"
}
],
"comAccumulatedJobTime": 27,
"connectVia": "USB",
"connectPort": "/dev/ttyACM0",
"connectBaud": "115200",
"connectIP": "",
"jogStepsize": 100,
"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": {"x": 28.7045403867819, "y": 353.4318232495815}
}
}
}
}