Commit Graph

22 Commits (0c48eaf3de45b4cdec2780d05fc9a612cccc60cf)

Author SHA1 Message Date
Scott Lahteine 0c48eaf3de Expose motor current in more configs, disable by default
esenapaj2 29e09c7c3e update example configurations
update old comments
update or delete deprecated definitions
complement forgotten updates
adjust spacing
some cosmetic changes
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
Scott Lahteine 9eb4aceee4 Merge pull request from thinkyhead/enable_watchdog
Enable USE_WATCHDOG by default
AnHardt 4b02f33e69 Distribute config-changes to the other configurations
Scott Lahteine 1093c780c8 Remove obsolete STEPS_MM_E setting
Scott Lahteine fbfbc5e330 Enable USE_WATCHDOG by default
esenapaj 1403b9acc0 Update Configuration_adv.h
Richard Wackerbarth 0cebe85e65 Clean up spacing and duplicate entries
• Removing trailing whitespace
• Adjusting indention for better readability
• Removing duplicated entries
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
Scott Lahteine 9b23490f01 Clean up spacing in configs
Richard Wackerbarth e01f5e1ef7 Cleanup
Scott Lahteine db27e67580 Apply PID_ADD_EXTRUSION_RATE to extras
Scott Lahteine 7c72b57313 Unify manual feedrate and Fix LCD MANUAL_FEEDRATE (PR#128)
As noted by @o-lampe at https://github.com/MarlinFirmware/MarlinDev/issues/114#issuecomment-136757614 the `MANUAL_FEEDRATE` for Delta Z should be the same as XY.
Scott Lahteine a39fadf876 Update kossel-pro example config (again?)
Christian Lefrançois 8347a9d6e4 Fix HOMING_BUMP_DIVISOR for deltas configuration
* Re-bump speed divisor should be the same for delta printer.
Scott Lahteine 270c766de2 SDCARDDETECT -> SD_DETECT, added docs
- `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`
Scott Lahteine 37d1879386 Apply overridables to Configuration files
Scott Lahteine ab6f1fdf8b Move & document ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED (PR#2528)
As suggested in 
- 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
Richard Wackerbarth b80a6a8d31 Correct Kossel Pro Configuration_adv (PR#2473)
Richard Wackerbarth b878bc5620 Introducing the Kossel Pro Build Configuration