- Jul 31, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- The contents of EEPROM include filament diameters even with Volumetric disabled. This change makes `M503` display the full volumetric settings so that playing back the output of `M503 S0` will fully restore them.
-
Scott Lahteine authored
-
- Jul 30, 2015
-
-
Andrew Lenharth authored
-
AnHardt authored
Just the minimal changes to qr_solve.cpp and .h to get rid of malloc() and free(). Saves about 656 bytes of progmem (library-code) and 22 bytes for static variables. Should use exactly the same amount of stack as it did before on the heap.
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Marko authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Discussion at #2541
-
- Jul 28, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
AnHardt authored
instead of 1000. Else we get errors with times over 32 seconds.
-
Scott Lahteine authored
-
- Jul 27, 2015
-
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
AnHardt authored
-
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.
-