diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-01-02 18:58:45 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-01-03 18:18:30 -0500 |
commit | c87c090264fb9fd91bc87fbc63a05c5e53e3c484 (patch) | |
tree | 5f9a4dda5c129af06f436ff1e96b030103c16553 /config/avrsim.cfg | |
parent | b26922978a1b7d0994e90572dcec6af120987b82 (diff) | |
download | kutter-c87c090264fb9fd91bc87fbc63a05c5e53e3c484.tar.gz kutter-c87c090264fb9fd91bc87fbc63a05c5e53e3c484.tar.xz kutter-c87c090264fb9fd91bc87fbc63a05c5e53e3c484.zip |
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>
Diffstat (limited to 'config/avrsim.cfg')
-rw-r--r-- | config/avrsim.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/avrsim.cfg b/config/avrsim.cfg index 9fbcfb7c..83afde34 100644 --- a/config/avrsim.cfg +++ b/config/avrsim.cfg @@ -44,8 +44,6 @@ enable_pin: ar25 step_distance: .004242 nozzle_diameter: 0.500 filament_diameter: 3.500 -max_velocity: 200000 -max_accel: 3000 heater_pin: ar4 thermistor_pin: analog1 thermistor_type: EPCOS 100K B57560G104F |