Moved Z endstop, added chamber temp sensor

This commit is contained in:
Zach Schimke 2021-08-17 20:50:19 -07:00
parent 0101383362
commit 15fe8d5e4e
1 changed files with 10 additions and 1 deletions

View File

@ -97,7 +97,7 @@ rotation_distance: 40
gear_ratio: 80:20 gear_ratio: 80:20
microsteps: 16 microsteps: 16
endstop_pin: Z_ENDSTOP endstop_pin: E0_STOP
position_endstop: -0.10 position_endstop: -0.10
position_max: 120 position_max: 120
position_min: -1.5 position_min: -1.5
@ -211,6 +211,15 @@ cycle_time: 0.010
# Other Sensors # Other Sensors
##################################################################### #####################################################################
[temperature_sensor chamber]
sensor type: xxx
sensor_pin: Z_STOP
pullup_resistor: 10000
inline_resistor: 100
min_temp: 0
max_temp: 100
gcode_id: C
##################################################################### #####################################################################
# Advanced Features # Advanced Features