mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Moved many sections from printer.cfg to misc-macros.cfg.
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
[force_move]
|
||||||
|
enable_force_move: True
|
||||||
|
|
||||||
|
[temperature_sensor raspberry_pi]
|
||||||
|
sensor_type: temperature_host
|
||||||
|
|
||||||
|
[virtual_sdcard]
|
||||||
|
path: /home/pi/printer_data/gcodes
|
||||||
|
|
||||||
|
# NOTE Cancel objects feature is enabled. If you're using a low powered device, comment out [exclude_object].
|
||||||
|
# Also see [file_manager] section in moonraker.conf.
|
||||||
|
[exclude_object]
|
||||||
|
|
||||||
[pause_resume]
|
[pause_resume]
|
||||||
[display_status]
|
[display_status]
|
||||||
|
|
||||||
|
|||||||
23
printer.cfg
23
printer.cfg
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# See https://www.klipper3d.org/Config_Reference.html for configuration reference.
|
# See https://www.klipper3d.org/Config_Reference.html for configuration reference.
|
||||||
|
|
||||||
[include ./cfgs/macros.cfg]
|
[include ./cfgs/misc-macros.cfg]
|
||||||
[include ./cfgs/PARKING.cfg]
|
[include ./cfgs/PARKING.cfg]
|
||||||
[include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg]
|
[include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg]
|
||||||
[include ./cfgs/beeper.cfg]
|
[include ./cfgs/beeper.cfg]
|
||||||
@@ -128,9 +128,6 @@ pid_kd: 1343.571
|
|||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 110
|
max_temp: 110
|
||||||
|
|
||||||
[fan]
|
|
||||||
pin: PA0
|
|
||||||
|
|
||||||
[probe]
|
[probe]
|
||||||
pin: PB1
|
pin: PB1
|
||||||
x_offset: 27
|
x_offset: 27
|
||||||
@@ -157,12 +154,6 @@ fade_start: 1
|
|||||||
fade_end: 10
|
fade_end: 10
|
||||||
fade_target: 0
|
fade_target: 0
|
||||||
|
|
||||||
[virtual_sdcard]
|
|
||||||
path: /home/pi/printer_data/gcodes
|
|
||||||
|
|
||||||
[temperature_sensor raspberry_pi]
|
|
||||||
sensor_type: temperature_host
|
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
lcd_type: st7920
|
lcd_type: st7920
|
||||||
cs_pin: PB12
|
cs_pin: PB12
|
||||||
@@ -196,13 +187,5 @@ speed: 50
|
|||||||
horizontal_move_z: 10
|
horizontal_move_z: 10
|
||||||
screw_thread: CCW-M4
|
screw_thread: CCW-M4
|
||||||
|
|
||||||
# NOTE this is the pin for the filament switch, if you have one
|
[fan]
|
||||||
# [filament_switch_sensor fil_sensor]
|
pin: PA0
|
||||||
# switch_pin: PA4 # "Pulled-high"
|
|
||||||
|
|
||||||
# NOTE Cancel objects feature is enabled. If you're using a low powered device, comment out [exclude_object].
|
|
||||||
# Also see [file_manager] section in moonraker.conf.
|
|
||||||
[exclude_object]
|
|
||||||
|
|
||||||
[force_move]
|
|
||||||
enable_force_move: True
|
|
||||||
|
|||||||
Reference in New Issue
Block a user