- Jul 19, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 18, 2015
-
-
Patrick Bogen authored
-
AnHardt authored
to make clear - it's not a question but an order.
-
- Jul 17, 2015
-
-
Scott Lahteine authored
-
- Jul 16, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
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
-