max G0 x,y speed 2000

This commit is contained in:
cpu
2026-06-14 22:04:34 +02:00
parent 8f2d72791c
commit 0a3b11d077

View File

@@ -11,10 +11,10 @@ stepping:
axes: axes:
shared_stepper_disable_pin: NO_PIN shared_stepper_disable_pin: NO_PIN
x: x:
steps_per_mm: 1000.000 steps_per_mm: 1000
max_rate_mm_per_min: 4000.000 max_rate_mm_per_min: 2000
acceleration_mm_per_sec2: 400.000 acceleration_mm_per_sec2: 400
max_travel_mm: 230.000 max_travel_mm: 230
soft_limits: true soft_limits: true
homing: homing:
cycle: 2 cycle: 2
@@ -38,10 +38,10 @@ axes:
disable_pin: I2SO.0 disable_pin: I2SO.0
y: y:
steps_per_mm: 1000.000 steps_per_mm: 1000
max_rate_mm_per_min: 4000.000 max_rate_mm_per_min: 2000
acceleration_mm_per_sec2: 400.000 acceleration_mm_per_sec2: 400
max_travel_mm: 350.000 max_travel_mm: 350
soft_limits: true soft_limits: true
homing: homing:
cycle: 2 cycle: 2