v2.4: update ercf
This commit is contained in:
parent
ec8b3d97a6
commit
81cb8a5062
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -71,7 +71,7 @@ extruder: extruder
|
||||||
|
|
||||||
[filament_switch_sensor toolhead_sensor]
|
[filament_switch_sensor toolhead_sensor]
|
||||||
pause_on_runout: False
|
pause_on_runout: False
|
||||||
switch_pin: ^PG13
|
switch_pin: ^PG12
|
||||||
runout_gcode:
|
runout_gcode:
|
||||||
M118 toolhead filament removed
|
M118 toolhead filament removed
|
||||||
insert_gcode:
|
insert_gcode:
|
||||||
|
|
|
@ -12,7 +12,7 @@ encoder_resolution: 1.349528 # from `ercf_calibrate_encoder`
|
||||||
# Long moves are faster than the small ones
|
# Long moves are faster than the small ones
|
||||||
# 100mm/s should be "quiet" with the NEMA14 motor or a NEMA17 pancake, but you can go lower if your really want it to be low noise
|
# 100mm/s should be "quiet" with the NEMA14 motor or a NEMA17 pancake, but you can go lower if your really want it to be low noise
|
||||||
# Tested without any issue at 200mm/s, but it's noisy. I'm running mine at 170mm/s for long moves and 50mm/s for short moves.
|
# Tested without any issue at 200mm/s, but it's noisy. I'm running mine at 170mm/s for long moves and 50mm/s for short moves.
|
||||||
long_moves_speed: 60 # mm/s. Default value is 100mm/s.
|
long_moves_speed: 100 # mm/s. Default value is 100mm/s.
|
||||||
long_moves_accel: 400 # mm/s². Default value is 400mm/s²
|
long_moves_accel: 400 # mm/s². Default value is 400mm/s²
|
||||||
short_moves_speed: 25 # mm/s. Default value is 25mm/s.
|
short_moves_speed: 25 # mm/s. Default value is 25mm/s.
|
||||||
short_moves_accel: 400 # mm/s². Default value is 400mm/s²
|
short_moves_accel: 400 # mm/s². Default value is 400mm/s²
|
||||||
|
|
Loading…
Reference in a new issue