From 9196bf73036ec1d50138db98d2a1417805cfbcfe Mon Sep 17 00:00:00 2001 From: Frederik Hertzum Date: Wed, 16 Oct 2024 11:22:22 +0200 Subject: [PATCH] Multiple changes mainly speeds and acceleration - Removed KAMP from the system - reduced max speed and acceleration on x/y and z --- printer.cfg | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/printer.cfg b/printer.cfg index a28d3d1..ffa6147 100644 --- a/printer.cfg +++ b/printer.cfg @@ -4,13 +4,13 @@ [include misc/misc.cfg] [include macros/macros.cfg] [include config/config.cfg] -[include KAMP_Settings.cfg] + [printer] -max_velocity: 600 -max_accel: 6500 +max_velocity: 300 +max_accel: 6000 kinematics: corexy -max_z_velocity: 30 #Max 15 for 12V TMC Drivers, can increase for 24V +max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V max_z_accel: 350 square_corner_velocity: 5.0 @@ -22,16 +22,17 @@ square_corner_velocity: 5.0 #*# [bed_mesh default] #*# version = 1 #*# points = -#*# 0.002500, -0.010000, 0.005000 -#*# -0.002500, -0.017500, 0.005000 -#*# -0.007500, -0.025000, -0.020000 -#*# x_count = 3 -#*# y_count = 3 +#*# -0.005000, -0.037500, -0.097500, -0.085000 +#*# -0.020000, -0.025000, 0.002500, -0.105000 +#*# 0.027500, -0.012500, -0.020000, -0.170000 +#*# -0.065000, -0.070000, -0.075000, -0.072500 +#*# x_count = 4 +#*# y_count = 4 #*# mesh_x_pps = 2 #*# mesh_y_pps = 2 #*# algo = lagrange #*# tension = 0.2 -#*# min_x = 149.725 -#*# max_x = 202.865 -#*# min_y = 147.935 -#*# max_y = 200.09499999999997 +#*# min_x = 69.89 +#*# max_x = 280.37 +#*# min_y = 98.00800000000001 +#*# max_y = 252.65800000000002