Added temperatures section in printer.cfg.

This commit is contained in:
Bassam Husain
2022-12-26 00:29:47 -05:00
parent 4ef17cf7d8
commit d69c2da3b8
2 changed files with 37 additions and 12 deletions

View File

@@ -65,4 +65,5 @@ sudo service klipper start
## Sources
- 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

View File

@@ -9,6 +9,7 @@
# that was flashed.
# See docs/Config_Reference.md for a description of parameters.
[include macros.cfg]
[include mechanical_level_tmc2209.cfg]
@@ -19,18 +20,6 @@
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
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]
kinematics: cartesian
@@ -89,6 +78,28 @@ uart_address: 3
driver_SGTHRS: 82
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
#####################################################################
@@ -149,6 +160,19 @@ uart_address: 3
# 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]
temperature1: 25
resistance1: 94162