Browse Source

[2.0.x] Reduce all Creality homing speeds (#13595)

swilkens 6 years ago
parent
commit
e9d9cf2b5b

+ 1
- 1
config/examples/Creality/CR-10/Configuration.h View File

1290
 #endif
1290
 #endif
1291
 
1291
 
1292
 // Homing speeds (mm/m)
1292
 // Homing speeds (mm/m)
1293
-#define HOMING_FEEDRATE_XY (50*60)
1293
+#define HOMING_FEEDRATE_XY (20*60)
1294
 #define HOMING_FEEDRATE_Z  (4*60)
1294
 #define HOMING_FEEDRATE_Z  (4*60)
1295
 
1295
 
1296
 // Validate that endstops are triggered on homing moves
1296
 // Validate that endstops are triggered on homing moves

+ 1
- 1
config/examples/Creality/CR-10S/Configuration.h View File

1281
 #endif
1281
 #endif
1282
 
1282
 
1283
 // Homing speeds (mm/m)
1283
 // Homing speeds (mm/m)
1284
-#define HOMING_FEEDRATE_XY (50*60)
1284
+#define HOMING_FEEDRATE_XY (20*60)
1285
 #define HOMING_FEEDRATE_Z  (8*60)
1285
 #define HOMING_FEEDRATE_Z  (8*60)
1286
 
1286
 
1287
 // Validate that endstops are triggered on homing moves
1287
 // Validate that endstops are triggered on homing moves

+ 1
- 1
config/examples/Creality/CR-10_5S/Configuration.h View File

1283
 #endif
1283
 #endif
1284
 
1284
 
1285
 // Homing speeds (mm/m)
1285
 // Homing speeds (mm/m)
1286
-#define HOMING_FEEDRATE_XY (50*60)
1286
+#define HOMING_FEEDRATE_XY (20*60)
1287
 #define HOMING_FEEDRATE_Z  (4*60)
1287
 #define HOMING_FEEDRATE_Z  (4*60)
1288
 
1288
 
1289
 // Validate that endstops are triggered on homing moves
1289
 // Validate that endstops are triggered on homing moves

+ 1
- 1
config/examples/Creality/CR-10mini/Configuration.h View File

1299
 #endif
1299
 #endif
1300
 
1300
 
1301
 // Homing speeds (mm/m)
1301
 // Homing speeds (mm/m)
1302
-#define HOMING_FEEDRATE_XY (50*60)
1302
+#define HOMING_FEEDRATE_XY (20*60)
1303
 #define HOMING_FEEDRATE_Z  (4*60)
1303
 #define HOMING_FEEDRATE_Z  (4*60)
1304
 
1304
 
1305
 // Validate that endstops are triggered on homing moves
1305
 // Validate that endstops are triggered on homing moves

+ 1
- 1
config/examples/Creality/CR-8/Configuration.h View File

1290
 #endif
1290
 #endif
1291
 
1291
 
1292
 // Homing speeds (mm/m)
1292
 // Homing speeds (mm/m)
1293
-#define HOMING_FEEDRATE_XY (50*60)
1293
+#define HOMING_FEEDRATE_XY (20*60)
1294
 #define HOMING_FEEDRATE_Z  (4*60)
1294
 #define HOMING_FEEDRATE_Z  (4*60)
1295
 
1295
 
1296
 // Validate that endstops are triggered on homing moves
1296
 // Validate that endstops are triggered on homing moves

+ 1
- 1
config/examples/Creality/Ender-2/Configuration.h View File

1284
 #endif
1284
 #endif
1285
 
1285
 
1286
 // Homing speeds (mm/m)
1286
 // Homing speeds (mm/m)
1287
-#define HOMING_FEEDRATE_XY (50*60)
1287
+#define HOMING_FEEDRATE_XY (20*60)
1288
 #define HOMING_FEEDRATE_Z  (4*60)
1288
 #define HOMING_FEEDRATE_Z  (4*60)
1289
 
1289
 
1290
 // Validate that endstops are triggered on homing moves
1290
 // Validate that endstops are triggered on homing moves

+ 1
- 1
config/examples/Creality/Ender-4/Configuration.h View File

1290
 #endif
1290
 #endif
1291
 
1291
 
1292
 // Homing speeds (mm/m)
1292
 // Homing speeds (mm/m)
1293
-#define HOMING_FEEDRATE_XY (50*60)
1293
+#define HOMING_FEEDRATE_XY (20*60)
1294
 #define HOMING_FEEDRATE_Z  (7*60)
1294
 #define HOMING_FEEDRATE_Z  (7*60)
1295
 
1295
 
1296
 // Validate that endstops are triggered on homing moves
1296
 // Validate that endstops are triggered on homing moves

Loading…
Cancel
Save