Browse Source

Delta: Reduce default MIN_STEPS_PER_SEGMENT

pull/1/head
Scott Lahteine 6 years ago
parent
commit
d527c46481
  1. 2
      config/examples/delta/Anycubic/Kossel/Configuration_adv.h
  2. 2
      config/examples/delta/Dreammaker/Overlord/Configuration_adv.h
  3. 2
      config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h
  4. 2
      config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  5. 2
      config/examples/delta/FLSUN/kossel/Configuration_adv.h
  6. 2
      config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  7. 2
      config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h
  8. 2
      config/examples/delta/MKS/SBASE/Configuration_adv.h
  9. 2
      config/examples/delta/Tevo Little Monster/Configuration_adv.h
  10. 2
      config/examples/delta/generic/Configuration_adv.h
  11. 2
      config/examples/delta/kossel_mini/Configuration_adv.h
  12. 2
      config/examples/delta/kossel_xl/Configuration_adv.h

2
config/examples/delta/Anycubic/Kossel/Configuration_adv.h

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

2
config/examples/delta/Dreammaker/Overlord/Configuration_adv.h

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

2
config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h

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

2
config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h

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

2
config/examples/delta/FLSUN/kossel/Configuration_adv.h

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

2
config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h

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

2
config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h

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

2
config/examples/delta/MKS/SBASE/Configuration_adv.h

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

2
config/examples/delta/Tevo Little Monster/Configuration_adv.h

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

2
config/examples/delta/generic/Configuration_adv.h

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

2
config/examples/delta/kossel_mini/Configuration_adv.h

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

2
config/examples/delta/kossel_xl/Configuration_adv.h

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

Loading…
Cancel
Save