Age | Commit message (Collapse) | Author |
|
Added Sanguinololu 1.2 pin changes (and new define for this version)
|
|
|
|
|
|
|
|
DISABLE_CHECK_DURING_TRAVEL is enabled
|
|
Single axis homing in G28 command
|
|
i.e. G28 will home all
G28 X will home only the X axis
G28 Y Z will home the Y and Z axis
|
|
max endstops -1 in RAMPS 1.3
|
|
|
|
|
|
|
|
Added RAMPS 1.3 pin definitions
|
|
|
|
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
|
|
Added comment to configuration.h to tell the metric pitch of both 5/16-18 and 5/16-24 threaded rod
|
|
|
|
|
|
which should also help avoid missing steps
|
|
|
|
|
|
to default
|
|
negative in such case
|
|
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
|
|
axis generic
|
|
acceleration math code to be axis generic
|
|
Y use it
|
|
implementation
|
|
steps_to_take. This is needed to later integrate N bresenham in
|
|
|
|
|
|
first of a series of commits to refactor Sprinter to use bresenham on all axis. Much of the inspiration comes from ScribbleJ fork.
|
|
|
|
Heat interval check inside manage_heater()
|
|
Endstop patch
|
|
|