jbrazio
143ad74db7
Update PROBE_OFFSET_FROM_EXTRUDER comment section in all example config
files.
9年前
Scott Lahteine
772460a7b8
Various minor spelling corrections
Redo of #2939 rebased against RCBugFix
9年前
AnHardt
615bec2329
Activate warning about possible reduced accuracy by default
Renamed `WARN_REDUCED_ACCURACY` to `DISABLE_REDUCED_ACCURACY_WARNING`
Changed the condition for blinking from
```
#if ENABLED(WARN_REDUCED_ACCURACY)
```
to
```
#if DISABLED(DISABLE_REDUCED_ACCURACY_WARNING)
```
9年前
AnHardt
4b02f33e69
Distribute config-changes to the other configurations
9年前
Scott Lahteine
1093c780c8
Remove obsolete STEPS_MM_E setting
9年前
Scott Lahteine
c2e5c6c12c
Nest Manual Bed Leveling options
This formalizes the dependency of MANUAL_BED_LEVELING on
MESH_BED_LEVELING
9年前
Scott Lahteine
fbfbc5e330
Enable USE_WATCHDOG by default
9年前
Scott Lahteine
b19b272172
Update configurations with SPI_SPEED
- Include aligned comment about new SDSUPPORT behavior
9年前
Scott Lahteine
159ff94afd
Remove obsolete HEATER_BED_DUTY_CYCLE_DIVIDER #2977
9年前
Ruwan J Egoda Gamage
b58083b0fa
Getting rid of SDEXTRASLOW, SDSLOW variables.
9年前
Ruwan J Egoda Gamage
1b7c443628
Adding SDULTRASLOW variable.
Instead of changing SDEXTRASLOW variable to a slower speed, the new
SDULTRASLOW is used for rigidbot panel.
9年前
Ruwan J Egoda Gamage
2c9e0415c7
Getting rid of SDEXTRASLOW, SDSLOW variables.
9年前
Ruwan J Egoda Gamage
e6cc232184
Adding SDULTRASLOW variable.
Instead of changing SDEXTRASLOW variable to a slower speed, the new
SDULTRASLOW is used for rigidbot panel.
9年前
Richard Wackerbarth
0b429461d5
Back port Cosmetic changes
9年前
Richard Wackerbarth
0cebe85e65
Clean up spacing and duplicate entries
• Removing trailing whitespace
• Adjusting indention for better readability
• Removing duplicated entries
9年前
Richard Wackerbarth
e7b40bbe98
Change link to U8glib source
9年前
AnHardt
c956b52c4a
Babystep Multiplier
Analog to https://github.com/MarlinFirmware/MarlinDev/pull/250 by
@RicardoGA
Restore the Babystep Multiplicator functionality and now it's available
for X/Y/Z
9年前
Scott Lahteine
9b23490f01
Clean up spacing in configs
9年前
KiteLab
0ad25c6665
Hint for changed behaviour of SDSUPPORT
9年前
Richard Wackerbarth
e01f5e1ef7
Cleanup
9年前
Mike Cochrane
5e36b64635
SDEXTRASLOW for some SD card readers (PR#176)
Add SDEXTRASLOW which runs the SD card at SPI_QUARTER_SPEED. Quarter speed is needed for RIGIDBOT_PANEL
9年前
Scott Lahteine
db27e67580
Apply PID_ADD_EXTRUSION_RATE to extras
9年前
Scott Lahteine
28599c51c7
Wrap Dual Y options in a conditional
9年前
Scott Lahteine
11a065c0ca
Remove Z2 pins overrides from Configuration_adv.h
9年前
Richard Marko
91fd66ffba
add Lulzbot TAZ4 example configuration (PR#104)
9年前