- Jul 16, 2015
-
-
Richard Wackerbarth authored
-
AnHardt authored
-
AnHardt authored
as sugested by @c-born inhttps://github.com/MarlinFirmware/Marlin/issues/1885#issuecomment-92618240
-
Richard Wackerbarth authored
-
AnHardt authored
and cleaned out some tabs. Everything else is a rebased PR#2017 as proposed by @CptanPanic
-
brian authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 15, 2015
-
-
Richard Wackerbarth authored
-
AnHardt authored
-
AnHardt authored
by replacing the sequences (attach, write, delay, detach), and their conditions with the new function in Marlin.main.cpp and removing the old configuration in the ABL part of Configuration.h
-
AnHardt authored
DEACTIVATE_SERVOS_AFTER_MOVE is ought to replace PROBE_SERVO_DEACTIVATION_DELAY. But it will work on all servo moves, not only the probe servo moves.
-
AnHardt authored
move(pin, angel) - Sequence of attach(pin), write(angel), if DEACTIVATE_SERVOS_AFTER_MOVE is defined waits SERVO_DEACTIVATION_DELAY, than detaches. As we have jitter on the servos during moves of the steppers, and detaching them improves this behaviour, the usual sequence to handle a servo movement is: attach(pin) write(angel) delay(until the servo finished the move) detache() Here a function to handle the complete sequence.
-
mkile authored
Slightly updated translation.
-
Richard Wackerbarth authored
-
- Jul 13, 2015
-
-
ayberkozgur authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 11, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 10, 2015
-
-
Scott Lahteine authored
-
- Jul 09, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 07, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
AnHardt authored
becaue it is over-restrictive and superseeded by the now working tests if the probe-recktangle can be reached. See iss#2366
-
AnHardt authored
Sign flipped with #2167. See also comments https://github.com/MarlinFirmware/Marlin/issues/2040#issuecomment-118568355 and following.
-
- Jul 04, 2015
-
-
Scott Lahteine authored
- Also fix a bug in `M600` where `Z_MAX_ENDSTOP_INVERTING` is being used as the index into the `destination[AxisEnum]` array.
-