- Aug 28, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
With the introduction of the #if ENABLED(…) reads better than
-
- Aug 26, 2015
-
-
Christian Lefrançois authored
* Updates the auto bed leveling comments ONLY. * Renames "Z probe" word usage in //comments and #errors properly.
-
- Aug 11, 2015
-
-
AnHardt authored
Currently we use the probe exclusively as a device to find the build platform(bed). For the currently supported setups this means, we use it as a additional min-endstop. A triggered when not deployed probe disturbs the homing process for max-endstops. Rename ENDSTOPPULLUP_ZPROBE to ENDSTOPPULLUP_ZMIN_PROBE Rename Z_PROBE_ENDSTOP_INVERTING to Z_MIN_PROBE_ENDSTOP_INVERTING Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP Rename DISABLE_Z_PROBE_ENDSTOP to DISABLE_Z_MIN_PROBE_ENDSTOP Rename Z_PROBE_REPEATABILITY_TEST to Z_MIN_PROBE_REPEATABILITY_TEST Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP Adjust comments accordingly Remove Z_MAX check for the probe in update_endstops(). Using an delta related idea of @clefranc from #61, extended to the general change for all setups. Tested with Prusa i3, max-z-endstop and permanently triggered z-probe. Worked for @clefranc's delta.
-
- Aug 03, 2015
-
-
Richard Wackerbarth authored
The long descriptor will still be available in M115
-
Richard Wackerbarth authored
-
AnHardt authored
Uses about 488 byte of progmem and 32 byte of RAM. For that configurable.
-
Scott Lahteine authored
- For some reason it’s easy to forget what BT stands for, but it doesn’t need an abbreviation.
-
Scott Lahteine authored
- `SD_DETECT_PIN` replaces `SDCARDDETECT` - `SD_DETECT_INVERTED` replaces `SDCARDDETECTINVERTED` - Revise the description of `SD_DETECT_INVERTED` - Add a note about the override of `SD_DETECT_INVERTED` in `Conditionals.h`
-
- Jul 31, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 30, 2015
-
-
Scott Lahteine authored
-
- Jul 28, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth 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.
-
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 24, 2015
- Jul 22, 2015
-
-
Scott Lahteine authored
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-
- Jul 16, 2015
-
-
Scott Lahteine authored
-
- Jul 15, 2015
-
-
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.
-
- Jul 09, 2015
-
-
Scott Lahteine authored
-
- Jun 16, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Also clean up some trailing spaces in a few other sources
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jun 07, 2015
-
-
Richard Wackerbarth authored
#defining something just to define something else doesn’t make sense If you want SDCARDDETECTINVERTED, just define it yourself. If the previous code was intended to define, undefined and then again define the term, that code is improper.
-
- Jun 06, 2015
-
-
Ed Boston authored
The new define allows the sd card detect to be inverted or not from Configuration.h
-
- May 31, 2015
-
-
fmalpartida authored
-
- May 28, 2015
-
-
Jonathan Bastien-Filiatrault authored
My PID_INTEGRAL_DRIVE_MAX was at 96, which was insufficient for my bed to reach its intended temperature. The head requires a low maximum power since I run on 24 volts and it has a somewhat low thermal mass.
-
- May 25, 2015
-
-
Richard Wackerbarth authored
-
- May 19, 2015
-
-
Ed Boston authored
Added the link to the github information about the ELB_FULL_GRAPHIC_CONTROLLER
-
- May 18, 2015
- May 17, 2015