Moved Z endstop, added chamber temp sensor
This commit is contained in:
parent
0101383362
commit
15fe8d5e4e
11
machine.cfg
11
machine.cfg
|
|
@ -97,7 +97,7 @@ rotation_distance: 40
|
|||
gear_ratio: 80:20
|
||||
|
||||
microsteps: 16
|
||||
endstop_pin: Z_ENDSTOP
|
||||
endstop_pin: E0_STOP
|
||||
position_endstop: -0.10
|
||||
position_max: 120
|
||||
position_min: -1.5
|
||||
|
|
@ -211,6 +211,15 @@ cycle_time: 0.010
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue