forked from ghzserg/z_ad5x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguppyconfig_ru_5x.json
More file actions
58 lines (58 loc) · 1.56 KB
/
Copy pathguppyconfig_ru_5x.json
File metadata and controls
58 lines (58 loc) · 1.56 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
{
"config_path": "/root/guppyscreen/guppyconfig.json",
"default_printer": "AD5X",
"display_brightness": 90,
"display_rotate": 0,
"display_sleep_sec": -1,
"guppy_init_script": "/etc/init.d/S80guppyscreen",
"log_path": "/opt/config/mod_data/log/guppyscreen.log",
"printers": {
"AD5X": {
"default_macros": {
"cooldown": "SET_HEATER_TEMPERATURE HEATER=extruder TARGET=0\nSET_HEATER_TEMPERATURE HEATER=heater_bed TARGET=0",
"load_filament": "LOAD_FILAMENT"
},
"fans": [
{
"display_name": "M106",
"id": "fan_generic fanM106"
}
],
"leds": null,
"log_level": "debug",
"monitored_sensors": [
{
"color": "red",
"controllable": true,
"display_name": "Экструдер",
"id": "extruder"
},
{
"color": "purple",
"controllable": true,
"display_name": "Стол",
"id": "heater_bed"
},
{
"color": "white",
"controllable": false,
"display_name": "Голова",
"id": "temperature_sensor head"
},
{
"color": "orange",
"controllable": false,
"display_name": "Вес",
"id": "temperature_sensor weightValue"
}
],
"moonraker_api_key": false,
"moonraker_host": "127.0.0.1",
"moonraker_port": 7125
}
},
"prompt_emergency_stop": true,
"thumbnail_path": "/usr/data/tmp",
"touch_calibrated": false,
"wpa_supplicant": "/var/run/wpa_supplicant"
}