AnHardt
a6628f12cc
Eliminate the further use of the pin-parameter
vor 9 Jahren
AnHardt
8504992e9f
Remove the additional pin variable in Servo.cpp
as sugested by @c-born
inhttps://github.com/MarlinFirmware/Marlin/issues/1885#issuecomment -92618240
vor 9 Jahren
Scott Lahteine
391386dd94
Update configs for new servo deactivation
vor 9 Jahren
AnHardt
2ddb2a2be9
Add Servo::move() to servo.cpp
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.
vor 9 Jahren
Scott Lahteine
42465ee444
Cleanup of comments & spacing
vor 9 Jahren
Ivan Galvez Junquera
59529b755d
Fixed lowercase change missing on commit a22a228b .
Servo.cpp and Servo.h were changed to lowercase in Makefile but not their actual filenames.
vor 9 Jahren
Bernardo
e449659338
Update Servo.cpp
Updated "servo.h" to "Servo.h"
vor 9 Jahren
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
vor 9 Jahren
Scott Lahteine
06c3b37933
Formatting cleanup of quiet sources
Formatting for code-folding plus minor style changes to less active
code.
vor 10 Jahren
alexborro
d74aabf259
Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
vor 10 Jahren
John Davis
58c4473bea
Update Servo.cpp
Changed AUTO_BED_LEVELING to AUTO_BED_COMPENSATION
vor 10 Jahren
Alex Borro
253dfc4bc1
Bed Auto Leveling feature
Check the Readme for instruction how to enable and configure the feature
vor 11 Jahren
Scott Lahteine
5dabc95409
Apply all changes from latest Marlin_V1
Diffed and merged, preserving my updates
vor 11 Jahren
Gord Christmas
a733537ddd
Missed some variable declarations
Integrated fixes from henrikbrixandersen pull request #504
vor 11 Jahren
Erik van der Zalm
86cce025f4
Added #ifdef NUM_SERVOS to servo.cpp
vor 11 Jahren
Gord Christmas
b668cb0516
Adding in clean copies of Servo library from Arduino 1.0.4
vor 11 Jahren