- Sep 07, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 05, 2015
-
-
wurstnase authored
only X and Y were not implemented
-
- Aug 03, 2015
-
-
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
-
- 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
-
- Jun 10, 2015
-
-
wurstnase authored
it's disabled by default
-
- Jun 07, 2015
-
-
CONSULitAS authored
* all Configuration_adv.h: Add #define FAN_MIN_PWM for slow fan stopping issue * for K8200: uncommented with tested (and working) values
-
paclema authored
* Auto filament change on CHANGEFILAMENT feature. Now you can activate this option that extrude filament until you press the button.
-
- Jun 06, 2015
-
-
Ed Boston authored
Fixed an error where SDCARDDETECTINVERTED was being defined/undefined improperly
-
- May 18, 2015
-
-
Christian Bohn authored
-
AnHardt authored
Minor wording correction.
-
Scott Lahteine authored
-
- May 16, 2015
-
-
Scott Lahteine authored
-
- May 13, 2015
-
-
Scott Lahteine authored
-
- May 11, 2015
-
-
Scott Lahteine authored
-
Wurstnase authored
-
Scott Lahteine authored
- Make thermal protection for all hotends and/or bed into simple switches - Now enable `WATCH_TEMP_PERIOD` when `THERMAL_PROTECTION_HOTENDS` is enabled - Move detailed thermal parameters to `Configuration_adv.h` - Add sanity checks to warn about old configurations - Change `WATCH_TEMP_PERIOD` to seconds instead of milliseconds
-
- May 09, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 28, 2015
-
-
Scott Lahteine authored
- Add “Level Bed” menu item for auto bed leveling - Hide the option if homing has not been done yet - Arrange the Prepare submenu more logically (?) - Add documentation comments, some white-space - Apply some coding standards here and there - Move old encoder multiplier debug option to `ultralcd.cpp`
-
- Apr 27, 2015
-
-
Steve Kelly authored
This addresses comments in #1956 and #1079. In particular, this is useful when both endstops are stationary on a CoreXY system, and the Y axis needs to be homed before the X so the flags are aligned.
-
Scott Lahteine authored
With these changes the output of `M503 S0` is all you need to restore the EEPROM. Building on this it is straightforward to save and restore the EEPROM state using the SD card or external GCode file. - Added `M145` to set “heatup states” for the LCD menu - Added `M420` to toggle Mesh Bed Leveling - Added `M421` to set a single Mesh coordinate - Extended `Config_PrintSettings` with added M codes - Cleaned up some comments here and there
-
- Apr 19, 2015
-
-
Wurstnase authored
-
- Apr 16, 2015
-
-
Wurstnase authored
-
- Apr 07, 2015
-
-
Scott Lahteine authored
- Sections in all `Configuration_adv.h` - Recognize JAPANESE/WESTERN/CYRILLIC options - Better capturing of comments for tooltips
-
- Apr 06, 2015
-
-
Richard Wackerbarth authored
-
- Apr 03, 2015
-
-
Scott Lahteine authored
-
- Apr 01, 2015
-
-
Wurstnase authored
some people are starting to ask why homing is so slow. this is the old standard hard-coded value.
-
- Mar 31, 2015
-
-
Scott Lahteine authored
-
- Mar 25, 2015
-
-
wurstnase authored
-
- Mar 24, 2015
-
-
alexborro authored
Z_DUAL_ENDSTOPS is a feature to enable the use of 2 endstops for both Z steppers - Let's call them Z stepper and Z2 stepper. That way the machine is capable to align the bed during home, since both Z steppers are homed. There is also an implementation of M666 (software endstops adjustment) to this feature. After Z homing, this adjustment is applied to just one of the steppers in order to align the bed. One just need to home the Z axis and measure the distance difference between both Z axis and apply the math: Z adjust = Z - Z2. If the Z stepper axis is closer to the bed, the measure Z > Z2 (yes, it is.. think about it) and the Z adjust would be positive. Play a little bit with small adjustments (0.5mm) and check the behaviour. The M119 (endstops report) will start reporting the Z2 Endstop as well.
-
- Mar 21, 2015
-
-
Scott Lahteine authored
- `Conditionals.h` is included twice, setting LCD values the first time
-
- Mar 20, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- Add `Conditionals.h` with calculated configuration values - Add `SanityCheck.h` with checks for configuration errors - Remove equivalent code from all configurations - Move error checks from some sources to `SanityCheck.h` also - Fix initialization of count_direction in stepper.cpp
-
- Mar 10, 2015
-
-
alexborro authored
-
- Mar 07, 2015
-
-
Scott Lahteine authored
- Also update base configs
-
- Feb 27, 2015
-
-
domonoky authored
- Both TMC, L6470 and pin-driven drivers work. - All can be mixed and matched as needed.
-