From 0a3b11d077187b26a0d580e0d04b2b8b22b32ce7 Mon Sep 17 00:00:00 2001 From: cpu Date: Sun, 14 Jun 2026 22:04:34 +0200 Subject: [PATCH] max G0 x,y speed 2000 --- examples/fluidnc_config/config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/fluidnc_config/config.yaml b/examples/fluidnc_config/config.yaml index 1708dab..265fb67 100644 --- a/examples/fluidnc_config/config.yaml +++ b/examples/fluidnc_config/config.yaml @@ -11,10 +11,10 @@ stepping: axes: shared_stepper_disable_pin: NO_PIN x: - steps_per_mm: 1000.000 - max_rate_mm_per_min: 4000.000 - acceleration_mm_per_sec2: 400.000 - max_travel_mm: 230.000 + steps_per_mm: 1000 + max_rate_mm_per_min: 2000 + acceleration_mm_per_sec2: 400 + max_travel_mm: 230 soft_limits: true homing: cycle: 2 @@ -38,10 +38,10 @@ axes: disable_pin: I2SO.0 y: - steps_per_mm: 1000.000 - max_rate_mm_per_min: 4000.000 - acceleration_mm_per_sec2: 400.000 - max_travel_mm: 350.000 + steps_per_mm: 1000 + max_rate_mm_per_min: 2000 + acceleration_mm_per_sec2: 400 + max_travel_mm: 350 soft_limits: true homing: cycle: 2