Commit Graph

33 Commits (37eaa1406b00e35da9c34218ea9c5644c12f70f6)

Author SHA1 Message Date
esenapaj 37eaa1406b follow-up the PR
esenapaj 198d5d56fd follow-up the PR
Scott Lahteine 7ec7bb31c4 Send a Busy signal to hosts during long processes, wait for input, etc
If Marlin is blocking the serial input or command queue for any length
of time (for example more than 2 seconds), it needs to send a message
to serial out to inform the host that it is busy. Marlin should only
send these messages out when busy, and preferably not when trying to
print formatted output.
Scott Lahteine d56c6af24e Merge pull request from thinkyhead/rc_reverse_lcd_menu
Option to reverse the click-wheel direction in menus
Scott Lahteine b8b51d8da8 Add the REVERSE_MENU_DIRECTION option
Scott Lahteine cc9968f893 Patch spacing in
Scott Lahteine 1c384930f3 Merge pull request from thinkyhead/rc_fix_macro_expansion
Wrap macros to prevent bad expansions
Scott Lahteine 30c3a21d1f Merge pull request from thinkyhead/rc_support_MAX31855
Scott Lahteine f9ded2a7c4 Wrap macros to prevent bad expansions
Scott Lahteine 27f244ba2c Support MAX31855 as Temperature Sensor -3
Scott Lahteine ce639b8b03 Group FILAMENT_SENSOR options together
AnHardt fd5414c6ea Z_RAISE_BEFORE_HOMING -> MIN_Z_HEIGHT_FOR_HOMING
rebased
corrected spelling
changed to #elif for error

Still with MIN_Z_HEIGHT_FOR_HOMING but con be done with (folder wide) search-replace when we have a better name.
esenapaj2 29e09c7c3e update example configurations
update old comments
update or delete deprecated definitions
complement forgotten updates
adjust spacing
some cosmetic changes
Scott Lahteine 13ef12ad3f Fix power calculations
As suggested by @max-pau in  - 
Scott Lahteine 5cba0210f2 Small patch to Z_SAFE_HOMING comment
jbrazio 143ad74db7 Update PROBE_OFFSET_FROM_EXTRUDER comment section in all example config
files.
Scott Lahteine e7cf85b922 Merge pull request from thinkyhead/esenapaj-patch-1
Enhanced  - formal Mesh/Manual dependency
Scott Lahteine eb85342fd9 Merge pull request from AnHardt/fix2661
Pre home display - Stepper release
Scott Lahteine 772460a7b8 Various minor spelling corrections
Redo of  rebased against RCBugFix
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)
```
AnHardt 4b02f33e69 Distribute config-changes to the other configurations
Scott Lahteine c2e5c6c12c Nest Manual Bed Leveling options
This formalizes the dependency of MANUAL_BED_LEVELING on
MESH_BED_LEVELING
Scott Lahteine b19b272172 Update configurations with SPI_SPEED
- Include aligned comment about new SDSUPPORT behavior
Scott Lahteine 159ff94afd Remove obsolete HEATER_BED_DUTY_CYCLE_DIVIDER
Ruwan J Egoda Gamage b58083b0fa Getting rid of SDEXTRASLOW, SDSLOW variables.
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.
Richard Wackerbarth 0b429461d5 Back port Cosmetic changes
Richard Wackerbarth e7b40bbe98 Change link to U8glib source
Scott Lahteine 9b23490f01 Clean up spacing in configs
KiteLab 0ad25c6665 Hint for changed behaviour of SDSUPPORT
Richard Wackerbarth e01f5e1ef7 Cleanup
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
Richard Marko 91fd66ffba add Lulzbot TAZ4 example configuration (PR#104)