Bladeren bron

[2.0.x] Reduce HOMING_FEEDRATE_XY for Ender 3 (#12105)

Homing on the Ender 3 with HOMING_FEEDRATE_XY set to 50*60 was shown (#12074) to cause the end-stop micro-switches to bottom out, causing the carriage for both X and Y axis to physically crash into the micro switch. Reducing the homing speed prevents the switches from bottoming out.
swilkens 6 jaren geleden
bovenliggende
commit
06e2afe8e0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      Marlin/src/config/examples/Creality/Ender-3/Configuration.h

+ 1
- 1
Marlin/src/config/examples/Creality/Ender-3/Configuration.h Bestand weergeven

1206
 #endif
1206
 #endif
1207
 
1207
 
1208
 // Homing speeds (mm/m)
1208
 // Homing speeds (mm/m)
1209
-#define HOMING_FEEDRATE_XY (50*60)
1209
+#define HOMING_FEEDRATE_XY (20*60)
1210
 #define HOMING_FEEDRATE_Z  (4*60)
1210
 #define HOMING_FEEDRATE_Z  (4*60)
1211
 
1211
 
1212
 // Validate that endstops are triggered on homing moves
1212
 // Validate that endstops are triggered on homing moves

Laden…
Annuleren
Opslaan