From bca6a987332d306ce2bfa54ae2171b7050af997e Mon Sep 17 00:00:00 2001 From: zwnk Date: Thu, 24 Sep 2020 03:02:55 +0200 Subject: [PATCH] Update 'printer.conf' config fixed --- printer.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 + #####################################################################################