From a7aab59558c66ab1f99b913c56f32b20166e4cbd Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Thu, 16 May 2024 17:36:09 -0700 Subject: [PATCH] fix: update --- printer.cfg | 2 +- probe.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/printer.cfg b/printer.cfg index ec507ed..fdd853d 100644 --- a/printer.cfg +++ b/printer.cfg @@ -35,7 +35,7 @@ timeout: 1800 # change timeout to 30 minutes kinematics: limited_corexy max_velocity: 1000 max_accel: 45000 -max_accel_to_decel: 50000 +minimum_cruise_ratio: 0 max_x_accel: 45000 max_y_accel: 16000 scale_xy_accel: true diff --git a/probe.cfg b/probe.cfg index b4b24a2..9f397c8 100644 --- a/probe.cfg +++ b/probe.cfg @@ -49,7 +49,6 @@ switch_xy_position: 320,210 bed_xy_position: 150,150 switch_offset: 0. switch_offset: 0.43 # Lower number is farther from bed -max_deviation: 10 speed: 300 samples: 3 samples_result: median