- Aug 03, 2015
-
-
Scott Lahteine authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
- Jul 25, 2015
-
-
AnHardt authored
Just set up the pin. Don't move to a random position. Simplify servo::move() * servo::move() does not need the pin parameter - The pin is set during servo_init() with attach(). * servo::move() does not need a return value. SERVO_LEVELING is the wrong condition to deactivate the servos. Remove some temporary (Servo *) variables. SanityCheck for the servo indexes.
-
- Jul 22, 2015
-
-
Scott Lahteine authored
Assuming #2470 fixed up the main issue.
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- Have `Servo::attach` explicitly return -1 if it fails - Check for -1 in `Servo::move` because `servoIndex` might be 0 - Make `attach` / `detach` calls conditional on `SERVO_LEVELING` - Move `SERVO_LEVELING` define to `Conditionals.h`
-
- Jul 16, 2015
-
-
AnHardt authored
-
AnHardt authored
as sugested by @c-born inhttps://github.com/MarlinFirmware/Marlin/issues/1885#issuecomment-92618240
-
Scott Lahteine authored
-
- Jul 15, 2015
-
-
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.
-
- Jun 28, 2015
-
-
Scott Lahteine authored
-
- May 04, 2015
-
-
Ivan Galvez Junquera authored
Servo.cpp and Servo.h were changed to lowercase in Makefile but not their actual filenames.
-
- Apr 28, 2015
-
-
Bernardo authored
Updated "servo.h" to "Servo.h"
-
- Apr 26, 2015
-
-
Scott Lahteine authored
-
- Jan 24, 2015
-
-
Scott Lahteine authored
Formatting for code-folding plus minor style changes to less active code.
-
- Dec 21, 2014
-
-
alexborro authored
-
- Dec 19, 2014
-
-
John Davis authored
Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
-
- Sep 29, 2013
-
-
Alex Borro authored
Check the Readme for instruction how to enable and configure the feature
-
- Jun 06, 2013
-
-
Scott Lahteine authored
Diffed and merged, preserving my updates
-
Gord Christmas authored
Integrated fixes from henrikbrixandersen pull request #504
-
- May 18, 2013
-
-
Erik van der Zalm authored
-
- May 16, 2013
-
-
Gord Christmas authored
-