mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
extruder: Calculate sane defaults for extrude only velocity and accel
Instead of requiring the user enter velocity and accel parameters for extrude only moves, calculate sane defaults from the printer's maximum velocity and accel. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b26922978a
commit
c87c090264
8 changed files with 21 additions and 16 deletions
|
@ -48,8 +48,6 @@ enable_pin: !ar24
|
|||
step_distance: .0022
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
max_velocity: 200
|
||||
max_accel: 3000
|
||||
heater_pin: ar10
|
||||
thermistor_pin: analog13
|
||||
thermistor_type: ATC Semitec 104GT-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue