mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-09 05:51:15 +00:00
Added temperatures section in printer.cfg.
This commit is contained in:
@@ -65,4 +65,5 @@ sudo service klipper start
|
|||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
- https://docs.vorondesign.com/build/software/miniE3_v20_klipper.html
|
- https://docs.vorondesign.com/build/software/miniE3_v20_klipper.html
|
||||||
|
- https://www.klipper3d.org/Installation.html#building-and-flashing-the-micro-controller
|
||||||
- https://www.klipper3d.org/RPi_microcontroller.html#rpi-microcontroller
|
- https://www.klipper3d.org/RPi_microcontroller.html#rpi-microcontroller
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
# that was flashed.
|
# that was flashed.
|
||||||
|
|
||||||
# See docs/Config_Reference.md for a description of parameters.
|
# See docs/Config_Reference.md for a description of parameters.
|
||||||
|
|
||||||
[include macros.cfg]
|
[include macros.cfg]
|
||||||
[include mechanical_level_tmc2209.cfg]
|
[include mechanical_level_tmc2209.cfg]
|
||||||
|
|
||||||
@@ -19,18 +20,6 @@
|
|||||||
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
||||||
restart_method: command
|
restart_method: command
|
||||||
|
|
||||||
[adxl345]
|
|
||||||
cs_pin: rpi:None
|
|
||||||
|
|
||||||
[resonance_tester]
|
|
||||||
accel_chip: adxl345
|
|
||||||
probe_points: 110, 110, 20
|
|
||||||
|
|
||||||
# [input_shaper]
|
|
||||||
# shaper_freq_x = 114.6
|
|
||||||
# shaper_type_x: mzv
|
|
||||||
# shaper_freq_y = 77
|
|
||||||
# shaper_type_y: mzv
|
|
||||||
|
|
||||||
[printer]
|
[printer]
|
||||||
kinematics: cartesian
|
kinematics: cartesian
|
||||||
@@ -89,6 +78,28 @@ uart_address: 3
|
|||||||
driver_SGTHRS: 82
|
driver_SGTHRS: 82
|
||||||
diag_pin: PA6
|
diag_pin: PA6
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# ADXL345 related Settings
|
||||||
|
# https://www.klipper3d.org/Measuring_Resonances.html#adxl345
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
# Uncomment this section if you're using an adxl345
|
||||||
|
# [mcu rpi]
|
||||||
|
# serial: /tmp/klipper_host_mcu
|
||||||
|
|
||||||
|
# [adxl345]
|
||||||
|
# cs_pin: rpi:None
|
||||||
|
|
||||||
|
# [resonance_tester]
|
||||||
|
# accel_chip: adxl345
|
||||||
|
# probe_points: 110, 110, 20
|
||||||
|
|
||||||
|
# [input_shaper]
|
||||||
|
# shaper_freq_x = 114.6
|
||||||
|
# shaper_type_x: mzv
|
||||||
|
# shaper_freq_y = 77
|
||||||
|
# shaper_type_y: mzv
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Z Stepper Settings
|
# Z Stepper Settings
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@@ -149,6 +160,19 @@ uart_address: 3
|
|||||||
# Misc
|
# Misc
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
[virtual_sdcard]
|
||||||
|
path: /home/pi/gcode_files/
|
||||||
|
|
||||||
|
[temperature_sensor mcu_temp]
|
||||||
|
sensor_type: temperature_mcu
|
||||||
|
min_temp: 25
|
||||||
|
max_temp: 80
|
||||||
|
|
||||||
|
[temperature_sensor raspberry_pi]
|
||||||
|
sensor_type: temperature_host
|
||||||
|
min_temp: 25
|
||||||
|
max_temp: 80
|
||||||
|
|
||||||
[thermistor sovol_thermistor]
|
[thermistor sovol_thermistor]
|
||||||
temperature1: 25
|
temperature1: 25
|
||||||
resistance1: 94162
|
resistance1: 94162
|
||||||
|
|||||||
Reference in New Issue
Block a user