Age | Commit message (Collapse) | Author |
|
|
|
DISABLE_CHECK_DURING_TRAVEL is enabled
|
|
define a max time in milliseconds after which the travel move is not considered so
|
|
|
|
is enabled
|
|
|
|
|
|
|
|
|
|
This helps a lot in avoiding missing steps, hence increasing reliability
|
|
more reliable ones
|
|
|
|
which should also help avoid missing steps
|
|
to default
|
|
bug that caused heating management not to be performed in case DISABLE_CHECK_DURING_MOVE was enabled. Fixed a bug in the moving axis start speed checking.
|
|
or during the whole move
|
|
acceleration and start speed. Also added some function useful for debugging.
|
|
Bresenham
|
|
the limiting (X, Y, Z or E) axis in that move based on his start speed
|
|
check. See next commit for more info.
|
|
account when calculating the leading axis acceleration for the move
|
|
|
|
first of a series of commits to refactor Sprinter to use bresenham on all axis. Much of the inspiration comes from ScribbleJ fork.
|
|
|
|
Endstop patch
|
|
happening or not - this improved PID performance
Make temp check interval configurable.
Make temp tables static to save RAM.
|
|
|
|
|
|
|
|
|
|
|
|
suggested by cakeller98
|
|
|
|
|
|
|
|
disconnected thermistor
|
|
This seems to work better than STEP_DELAY_RATIO and is enabled by default
|
|
This should be manually enabled in configuration.h if you are
experiencing missing steps. Please be aware that enabling it may
also prevent your motor from reaching the nominal speed.
|
|
|
|
|
|
readings
|
|
|
|
|
|
|
|
defaults
|
|
|
|
Disabled manage_heating while accelerating or decelerating. Updated acceleration configuration values to better default values.
|
|
|
|
|
|
thermistor table
|