Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
config notes in for gen6 users
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hotend and bed.
Changed both to return integers rather than floats.
|
|
|
|
|
|
configuration.h. Combined thermistor tables. Enabled maxtemp and mintemp by default.
Changed case of configuration.h to make it appear first in Arduino IDE
|
|
Fixed Sanguinololu pins for Enable stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|