- Jul 16, 2015
-
-
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.
-
Scott Lahteine authored
-
- Jul 03, 2015
-
-
AnHardt authored
here the other two occurences of `Z_PROBE_OFFSET_FROM_EXTRUDER` are replaced with `zprobe_zoffset`.
-
Todd Swindoll authored
verified via 1.0.2 tag that compiles by multiple people, credit for the fix goes to paulusjacobus for the initial find and sniffle for the correction so M851 works.
-
- Jun 30, 2015
-
-
AnHardt authored
in Development
-
- Jun 29, 2015
-
-
AnHardt authored
BOARD_ULTIMAKER was not the default any more - sed failed to change the board - RAMPS_EFB has no second extruder - ... - Added test for bed Rebased.
-
- Jun 28, 2015
-
-
Richard Wackerbarth authored
-