diff --git a/printer.conf b/printer.conf index 7c7fb62..7f9321b 100644 --- a/printer.conf +++ b/printer.conf @@ -8,12 +8,9 @@ [printer] kinematics: cartesian max_velocity: 400 #300 -max_accel: 3000 #2000 +max_accel: 2500 #2000 max_z_velocity: 50 max_z_accel: 150 -#max_extrude_only_velocity: 120 -max_extrude_only_accel: 1000 - ##################################################################################### @@ -121,6 +118,9 @@ pid_Kd: 114 min_temp: 10 max_temp: 290 pressure_advance: 0.0 +max_extrude_only_velocity: 120 +max_extrude_only_accel: 1000 + #####################################################################################