-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup-ld001.json
108 lines (108 loc) · 2.42 KB
/
setup-ld001.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
{
"Name": "LD001",
"Lang": "",
"Email": "",
"PrinterID": 0,
"Port": 80,
"PrinterType": 0,
"ZAxisPin": 0,
"DirectionPin": 10,
"ReverseDirectionPin": 0,
"LimitPin": 18,
"LimitPinB": 0,
"LimitPinMode": 0,
"LimitPinReset": 0,
"WaitPin": 0,
"EnablePin": 0,
"EnablePinState": 0,
"EnablePinMode": 0,
"FaultPin": 0,
"FaultPinState": 0,
"ShutterPin": 0,
"ShutterType": 0,
"ShutterMode": 1,
"ShutterOpen": 500,
"ShutterClose": 2500,
"ShutterOpenGcode": "M106",
"ShutterCloseGcode": "M107",
"ShutterSignalLength": 1000,
"FanOnGcode": "",
"FanOffGcode": "",
"MaxSpeed": 3000,
"MinSpeed": 700,
"StartupSpeed": 100,
"StopPositionMm": 10,
"ResinDistanceMm": 5,
"ZAxisHeight": 3000,
"MotorDegree": 1.8,
"MicroStep": 8,
"LeadscrewPitch": 3,
"LCDType": 0,
"LCDAdress": 27,
"LCDPath": "/dev/i2c-1",
"ShieldType": 1,
"ShieldEncoding": 0,
"ShieldI2CAddress": 0,
"ShieldUSBAddress": "/dev/ttyUSB0",
"ShieldSpeed": 115200,
"ShieldBootup": "G21\r\nG90\r\nG92 Z[[CurrentPosition]]",
"ShieldShutdown": "",
"ShieldStart": "G90\r\nG28\r\nG1 Z0\r\n[[WaitForDoneMessage]]\r\n[[PositionSet 0]]",
"ShieldResume": "G90\r\nG92 Z[[CurrentPosition]]\r\nG1 Z[[LayerPosition]]",
"ShieldPause": "",
"ShieldUnpause": "",
"ShieldFinish": "G80\r\nG1 Z120",
"ShieldForceStop": "",
"ShieldAxisMode": 0,
"ShieldPositioning": 1,
"ManualMoveGcode": "G1 Z[[Position]]",
"TopGcode": "",
"BottomGcode": "",
"CalibrationGcode": "",
"CameraFrequency": 0,
"CameraStore": 0,
"CameraCommand": "-w 1296 -h 972 --timeout 700 --awb sun",
"ShutdownPin": 0,
"ProjectorWidth": 1440,
"ProjectorHeight": 2560,
"ProjectorType": 0,
"ProjectorPowerCycle": 0,
"ProjectorSpeed": 9600,
"ProjectorAddress": "",
"ProjectorOn": "",
"ProjectorOff": "",
"ProjectorLampQuery": "",
"ProjectorLampEffect": 0,
"ProjectorOnSyscall": "",
"ProjectorOffSyscall": "",
"ProjectorWarmup": 0,
"DisplayController": 0,
"ImageMirror": 0,
"LightOutputFormula": "",
"BarrelFactor": 0,
"BarrelX": 0,
"BarrelY": 0,
"FBPath": "",
"XYRes": 47.64,
"YRes": 47.3,
"Mute": 0,
"DisplayID": 0,
"DefaultProfile": 0,
"SpeedFormula": "",
"RemoteSlicer": "",
"PressureType": 0,
"PressureAddress": "",
"PressureSpeed": 0,
"PressureRegex": "",
"PressureDebug": false,
"ScaleClockPin": 0,
"ScaleDataPin": 0,
"OpenScaleAddress": "",
"Theme": 2,
"CustomValues": null,
"AutoSlice": 0,
"PreviewGenerate": 0,
"PreviewWidth": 0,
"PreviewHeight": 0,
"USBDisplayAddress": "/dev/serial1"
}