- Aug 28, 2015
-
-
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 20, 2015
-
-
Christian Lefrançois authored
* Fix a couple of renames omission and macro expansion errors.
-
- 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
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
AnHardt authored
-
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
Apply `ENABLED` / `DISABLED` macros to files needing only a small number of changes.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 30, 2015
-
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
- Jul 27, 2015
-
-
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
-
- 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
-
-
Scott Lahteine authored
-
- Jul 22, 2015
-
-
Scott Lahteine authored
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-
- Jul 16, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 09, 2015
-
-
Scott Lahteine authored
-
- Jul 07, 2015
-
-
Scott Lahteine authored
-
- Jun 26, 2015
-
-
Scott Lahteine authored
-
- Jun 23, 2015
-
-
AnHardt authored
to MELZI_MAKR3D. Fix for #2288 As the normal MELZI also can have a 1284.
-
- 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 10, 2015
-
-
wurstnase authored
it's disabled by default
-
- May 29, 2015
-
-
Scott Lahteine authored
- Use `setTargetedHotend` in `M200`, as with other commands that use `T` for the extruder - Synthesize the "invalid extruder" message, obviating several long strings
-
- May 25, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
- May 21, 2015
-
-
Scott Lahteine authored
-