- Jul 27, 2015
-
-
AnHardt authored
and translate them to German.
-
Scott Lahteine authored
-
Scott Lahteine authored
As suggested in #2521 - Move `ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED` because `SDSUPPORT` is also required. - Add a note that endstops must be enabled for the feature to have any effect
-
Richard Wackerbarth authored
-
Richard Marko authored
Annoying when trying to figure out if uploading actually does something.
-
Richard Marko authored
No need to look for arduino specific avrdude configuration as distributions ship their own avrdude.conf file that is compatible with arduino.
-
- Jul 26, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 25, 2015
-
-
AnHardt authored
A speaker needs a AC or a pulsed DC to make a sound, a buzzer only needs a DC. A buzzer has it's own resonator. It works in most cases to feed the buzzer with a pulsed DC, but the sound will not be as loud as with pure DC. There seem to be boards where the BEEPER-pin is not able to handle a PWM. Obviously intended for a buzzer. To make these board able to handle a speaker * replace the PWM based tone()-function again with a on-delay-off-delay loop. Hopefully the last time I touch the beeper code.
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Include all the necessary pieces to get the final Z position after probing the bed, and add commentary about other possible changes.
-
Richard Wackerbarth authored
-
AnHardt authored
-
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.
-
Scott Lahteine authored
Updates to `set_homing_bump_feedrate`: - Move the string into Program Memory, reduce length by 31 bytes - Use an auto to get the divisor, adjust it on error - Set feedrate once, at the end
-
- Jul 24, 2015
-
-
Scott Lahteine authored
- Change suggested at https://github.com/MarlinFirmware/Marlin/issues/2482#issuecomment-123553 266
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
AndySze authored
-
AndySze authored
-
AndySze authored
-
Richard Wackerbarth authored
-
AnHardt authored
-
AnHardt authored
-
- Jul 23, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
The compiler may be able to optimize if it knows an array won’t be changing.
-
- Jul 22, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
`gcode_M84` only needs to call `finishAndDisableSteppers`, which calls all the other functions.
-
Scott Lahteine authored
- Documentation solution for #2476
-
Scott Lahteine authored
Assuming #2470 fixed up the main issue.
-
Richard Wackerbarth authored
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-