Skip to content

Commit

Permalink
Delta: Reduce default MIN_STEPS_PER_SEGMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 24, 2019
1 parent 848dd74 commit d527c46
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config/examples/delta/Anycubic/Kossel/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/delta/FLSUN/kossel/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/delta/MKS/SBASE/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/delta/generic/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/delta/kossel_mini/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion config/examples/delta/kossel_xl/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d527c46

Please sign in to comment.