diff --git a/ercf/.hardware.cfg.swp b/ercf/.hardware.cfg.swp deleted file mode 100644 index f7ca0b7..0000000 Binary files a/ercf/.hardware.cfg.swp and /dev/null differ diff --git a/ercf/hardware.cfg b/ercf/hardware.cfg index 2311bf2..607ca26 100644 --- a/ercf/hardware.cfg +++ b/ercf/hardware.cfg @@ -71,7 +71,7 @@ extruder: extruder [filament_switch_sensor toolhead_sensor] pause_on_runout: False -switch_pin: ^PG13 +switch_pin: ^PG12 runout_gcode: M118 toolhead filament removed insert_gcode: diff --git a/ercf/software.cfg b/ercf/software.cfg index 20c52b4..4e168e4 100644 --- a/ercf/software.cfg +++ b/ercf/software.cfg @@ -12,7 +12,7 @@ encoder_resolution: 1.349528 # from `ercf_calibrate_encoder` # 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 # 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² short_moves_speed: 25 # mm/s. Default value is 25mm/s. short_moves_accel: 400 # mm/s². Default value is 400mm/s²