- Mar 14, 2018
-
-
Scott Lahteine authored
Followup to #10096
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
[2.0.x] DUE - add programming capability to native port
-
- Mar 13, 2018
-
-
Bob-the-Kuhn authored
[2.0.x] platformio.ini - add DUE native port support
-
Bob-the-Kuhn authored
-
Scott Lahteine authored
Fixes #10071
-
Scott Lahteine authored
-
Scott Lahteine authored
Some probes don't work near the edges of the bed. This change promotes MIN_PROBE_EDGE to a general setting that applies to all probing functions.
-
- Mar 12, 2018
-
-
Scott Lahteine authored
Followup to #7914
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Mar 11, 2018
-
-
ejtagle authored
Added Arduino-compatible kludge to the (ATMEL supplied) SAM3X USB stack we are now using so the Native port is also usable as a programming port on Arduino DUE and derived designs
-
Scott Lahteine authored
Some "fix-mounted" probes need manual stowing. And after probing some may prefer to raise or lower the nozzle. This restores an old option but tailors it to allow raise or lower as preferred.
-
Scott Lahteine authored
@Bob-the-Kuhn — Please set your git options to remove trailing whitespace on commit.
-
Scott Lahteine authored
-
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
-