Ver código fonte

Delta: Reduce default MIN_STEPS_PER_SEGMENT

Scott Lahteine 5 anos atrás
pai
commit
d527c46481

+ 1
- 1
config/examples/delta/Anycubic/Kossel/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/Dreammaker/Overlord/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/FLSUN/kossel/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/MKS/SBASE/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/Tevo Little Monster/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/generic/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/kossel_mini/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

+ 1
- 1
config/examples/delta/kossel_xl/Configuration_adv.h Ver arquivo

@@ -1338,7 +1338,7 @@
1338 1338
 #endif
1339 1339
 
1340 1340
 // Moves (or segments) with fewer steps than this will be joined with the next move
1341
-#define MIN_STEPS_PER_SEGMENT 6
1341
+#define MIN_STEPS_PER_SEGMENT 1
1342 1342
 
1343 1343
 /**
1344 1344
  * Minimum delay after setting the stepper DIR (in ns)

Carregando…
Cancelar
Salvar