-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjson_dump_2.x
More file actions
67 lines (65 loc) · 1.98 KB
/
json_dump_2.x
File metadata and controls
67 lines (65 loc) · 1.98 KB
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
# ---------------------------------- Type 1 ---------------------------------- #
{
'status': 'P',
'coords': {
'axesHomed': [1, 1, 1],
'wpl': 1,
'xyz': [191.096, 139.293, 1.38],
'machine': [193.952, 141.224, 1.38],
'extr': [897.5]
},
'speeds': {
'requested': 66.7,
'top': 66.7
},
'currentTool': 0,
'params': {
'atxPower': 0,
'fanPercent': [100, 100, 0, 0, 0, 0, 0, 0, 0],
'speedFactor': 100.0,
'extrFactors': [100.0], 'babystep': 0.0
},
'seq': 64,
'sensors': {'probeValue': 0, 'fanRPM': 0},
'temps': {
'bed': {'current': 45.0, 'active': 45.0, 'standby': 0.0, 'state': 2, 'heater': 0},
'current': [45.0, 195.2, 2000.0, 2000.0, 2000.0, 2000.0, 2000.0, 2000.0],
'state': [2, 2, 0, 0, 0, 0, 0, 0],
'tools': {'active': [[195.0]], 'standby': [[195.0]]},
'extra': [{'name': '*MCU', 'temp': 25.3}]},
'time': 2559.0,
# ----------------------------------- Type 2 ---------------------------------- #
'fanNames': ['', '', '', '', '', '', '', '', ''],
'names': ['', '', '', '', '', '', '', ''],
'coldExtrudeTemp': 160.0,
'coldRetractTemp': 90.0,
'compensation': 'Mesh',
'controllableFans': 1,
'tempLimit': 290.0,
'endstops': 4088,
'firmwareName': 'RepRapFirmware for Duet 2 WiFi/Ethernet',
'geometry': 'coreXY',
'axes': 3,
'totalAxes': 3,
'axisNames': 'XYZ',
'volumes': 2,
'mountedVolumes': 1,
'name': 'Tronx X5S',
'probe': {'threshold': 500, 'height': 2.08, 'type': 9},
'tools': [{'number': 0, 'name': 'E0', 'heaters': [1], 'drives': [0], 'axisMap': [[0], [1]],
'fans': 1,
'filament': '',
'offsets': [0.0, 0.0, 0.0]}],
'mcutemp': {'min': 23.2, 'cur': 25.4, 'max': 25.7},
'vin': {'min': 11.1, 'cur': 11.5, 'max': 12.4}}
# ----------------------------------- Type 3 ---------------------------------- #
'currentLayer': 7,
'currentLayerTime': 13.1,
'extrRaw': [887.6],
'fractionPrinted': 11.6,
'filePosition': 1897733,
'firstLayerDuration': 430.7,
'firstLayerHeight': 0.18,
'printDuration': 1828.3,
'warmUpDuration': 197.0,
'timesLeft': {'file': 10774.6, 'filament': 14083.6, 'layer': 51771.2}}