Бэкап конфигурации перед обновлением компонентов

- hbb.cfg отключён
- idle_timeout 1800 -> 600, добавлен _SET_IDLE_MODE
- probe z_offset -0.835 -> -0.830
- вентиляторы SoC разделены на SoC_Left (PD13) и SoC_Right (PD12)
- обновления в macros/main.cfg
This commit is contained in:
2026-09-03 04:46:24 +03:00
parent 41d3ea5bc4
commit 59ed3a5726
3 changed files with 221 additions and 13 deletions
+7 -6
View File
@@ -1,7 +1,7 @@
[include mainsail.cfg]
[include timelapse.cfg]
[include hbb.cfg]
#[include hbb.cfg]
# Happy Hare
#[include mmu/base/*.cfg]
@@ -165,8 +165,9 @@ activate_gcode:
#####################################################################
[idle_timeout]
timeout: 1800
timeout: 600
gcode:
_SET_IDLE_MODE
#_CHAMBER_LED_OFF
[quad_gantry_level]
@@ -216,9 +217,9 @@ adaptive_margin: 5
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.047812, 0.011875, 0.018437, 0.068750
#*# 0.045312, 0.025312, 0.030625, 0.085937
#*# 0.057500, 0.017812, 0.029375, 0.089062
#*# 0.047812, 0.011875, 0.018437, 0.068750
#*# 0.045312, 0.025312, 0.030625, 0.085937
#*# 0.057500, 0.017812, 0.029375, 0.089062
#*# x_count = 4
#*# y_count = 3
#*# mesh_x_pps = 2
@@ -231,4 +232,4 @@ adaptive_margin: 5
#*# max_y = 283.447
#*#
#*# [probe]
#*# z_offset = -0.835
#*# z_offset = -0.830