- Aug 28, 2015
-
-
Richard Wackerbarth authored
With the introduction of the #if ENABLED(…) reads better than
-
- 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
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
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`
-
- Aug 01, 2015
-
-
AnHardt authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 27, 2015
-
-
Scott Lahteine authored
-
- Jul 25, 2015
-
-
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
-
-
AndySze authored
-
- Jul 19, 2015
-
-
Scott Lahteine authored
- Have `Servo::attach` explicitly return -1 if it fails - Check for -1 in `Servo::move` because `servoIndex` might be 0 - Make `attach` / `detach` calls conditional on `SERVO_LEVELING` - Move `SERVO_LEVELING` define to `Conditionals.h`
-
- Jul 15, 2015
-
-
Richard Wackerbarth authored
-
- Jul 11, 2015
-
-
Scott Lahteine authored
-
- Jul 09, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jun 16, 2015
-
-
Scott Lahteine authored
-
- Jun 15, 2015
-
-
AnHardt authored
by: Moving HAS_LCD_BUZZ macro to Coditionals.h Renaming HAS_LCD_BUZZ to HAS_BUZZER to make clear is has nothing to do with the lcd. Removing the ULTRALCD condition. Moving declaration of lcd_buzz() out of the ULTRA_LCD block in ultralcd.h Moving definition of lcd_buzz() out of the ULTIPANEL block in ultralcd.cpp Renaming lcd_buzz() to buzz() to make clear is has nothing to do with the lcd. All buzzing code is now only dependent on the existence of a BEEPER-pin or the definition of a LCD_USE_I2C_BUZZER. To do: Check the conditions for the BEEPER-pin in all pin-files.
-
- Jun 08, 2015
-
-
Richard Wackerbarth authored
Note that newer versions of the IDE can still be made to support compilation for the older boards.
-
- 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
- May 31, 2015
-
-
fmalpartida authored
-
- May 21, 2015
-
-
Richard Wackerbarth authored
-
- May 18, 2015
-
-
Ed Boston authored
Moved SDCARDDETECTINVERTED and SDSLOW to Conditionals.h. Added U8GLIB_LM6059_AF to define display specific actions. Added reminder to compile in u8glib
-
- May 17, 2015
- May 11, 2015
-
-
Christian Bohn authored
- create sled pin definition - G28 Works with sled
-
- Apr 08, 2015
-
-
AnHardt authored
to avoid errors in Marlin_main.cpp. #1860 In the include tree of Marlin_main.cpp the decision between the display types is not made. To include the right LCD_STR_* ether 'dogm_lcd_implementation.h' or 'ultralcd_implementation_hitachi_HD44780.h' with all their code. A 'dogm_lcd_implementation.h.h' would be a curiosity. So i moved both of the definition blocks to conditionals.h On the long term it could make sense to use the same numbering for the u8glib and the hitachi symbols.
-
AnHardt authored
and cleaned typo.
-
AnHardt authored
The other two devices we use in u8glib have more than only dummy code. Checked this in the library code.
-
- Apr 04, 2015
-
-
Scott Lahteine authored
-
- Apr 03, 2015
-
-
Scott Lahteine authored
-