mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-09 05:51:15 +00:00
Removed mcu and rpi sections. Change max_temp extruder to 300.
This commit is contained in:
18
printer.cfg
18
printer.cfg
@@ -115,7 +115,7 @@ heater_pin: PA1
|
|||||||
sensor_type: sovol_thermistor
|
sensor_type: sovol_thermistor
|
||||||
sensor_pin: PC5
|
sensor_pin: PC5
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 270
|
max_temp: 300
|
||||||
max_extrude_only_distance: 150.0
|
max_extrude_only_distance: 150.0
|
||||||
pressure_advance: 0.027
|
pressure_advance: 0.027
|
||||||
|
|
||||||
@@ -167,15 +167,15 @@ relative_reference_index: 20 # NOTE
|
|||||||
[virtual_sdcard]
|
[virtual_sdcard]
|
||||||
path: /home/pi/printer_data/gcodes
|
path: /home/pi/printer_data/gcodes
|
||||||
|
|
||||||
[temperature_sensor mcu_temp]
|
# [temperature_sensor mcu_temp]
|
||||||
sensor_type: temperature_mcu
|
# sensor_type: temperature_mcu
|
||||||
min_temp: 25
|
# min_temp: 25
|
||||||
max_temp: 80
|
# max_temp: 80
|
||||||
|
|
||||||
[temperature_sensor raspberry_pi]
|
# [temperature_sensor raspberry_pi]
|
||||||
sensor_type: temperature_host
|
# sensor_type: temperature_host
|
||||||
min_temp: 25
|
# min_temp: 25
|
||||||
max_temp: 80
|
# max_temp: 80
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
lcd_type: st7920
|
lcd_type: st7920
|
||||||
|
|||||||
Reference in New Issue
Block a user