- Mar 11, 2018
-
-
Scott Lahteine authored
Fixes #9211
-
Scott Lahteine authored
-
Scott Lahteine authored
Fixes #10041
-
Bob-the-Kuhn authored
[2.0.x] restore PR 9661 (DUE compatibility with shared SPI LCDs, USB mass storage, add pin defs & update examples\MakerParts\Configuration.h)
-
Bob-the-Kuhn authored
-
Scott Lahteine authored
- `M666` is static, not inline - Disambiguate some stepper macros
-
GMagician authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Followup to d6df0322
-
- Mar 10, 2018
-
-
Bob-the-Kuhn authored
Revert "[2.0.x] DUE compatibility with shared SPI LCDs, USB mass storage, add pin defs & update examples\MakerParts\Configuration.h"
-
Bob-the-Kuhn authored
Revert "[2.0.x] DUE compatibility with shared SPI LCDs, USB mass storage, add pin defs & update examples\MakerParts\Configuration.h"
-
Sebastianv650 authored
`M204` is often used by slicers to set acceleration depending on perimeter, infill, etc., so Marlin's answers are flooding the serial windows. Silence `M204` according to the philosophy that setter commands should only send a reply if no parameter is given.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Reference #9983
-
Scott Lahteine authored
[2.0.x] Add UNKNOWN_Z_NO_RAISE to prevent Z grinding
-
Bob-the-Kuhn authored
[2.0.x] DUE compatibility with shared SPI LCDs, USB mass storage, add pin defs & update examples\MakerParts\Configuration.h
-
Scott Lahteine authored
-
Scott Lahteine authored
With this option enabled, Z won't ever be raised until after `G28` has been completed, and it won't raise if Z becomes unknown. This is good for machines whose beds fall when Z is powered off.
-
Scott Lahteine authored
…and limit the raise to Z_MAX_POS
-
Scott Lahteine authored
Fix #10029
-
Roxy-3D authored
-
Bob-the-Kuhn authored
-
Bob-the-Kuhn authored
added device & comm drivers for shared SPI LCDs mistyped some updates in ultralcd_impl_DOGM.h remove unwanted changes in onfiguration.h still can't type Update HAL_LCD_class_defines.h include USB mass storage & misc
-
Scott Lahteine authored
Fix #10029
-
Roxy-3D authored
-
- Mar 09, 2018
-
-
Scott Lahteine authored
Fixes #9939
-
Scott Lahteine authored
Fix #9948
-
Scott Lahteine authored
Fixes #10003
-
Scott Lahteine authored
A capital idea from https://github.com/MarlinFirmware/Marlin/pull/9914#issuecomment-371614153
-
Scott Lahteine authored
Previously `position_is_reachable_by_probe` was limited to the area specified for `G29` mesh leveling (even if leveling was disabled). This change will properly consider the entire bed area so that `G30` and other non-leveling probing may take place.
-
Bob-the-Kuhn authored
-
Bob-the-Kuhn authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix #10004
-
Scott Lahteine authored
Fix #10012
-
- Mar 08, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-