- Mar 13, 2019
-
-
Hadrien Jouet authored
-
InsanityAutomation authored
-
InsanityAutomation authored
* Multi-nozzle selective duplication * Use a bit-mask, reduce stepper_indirection.h size * Tweak the multi-nozzle duplication description * Use 'S' as a bool in M605 * Add HAS_DUPLICATION_MODE conditional * Remove '_MODE' from the option name * M605 in the style of Stacker M280 * Also include direct mask style (P)
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Mar 12, 2019
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Mar 11, 2019
-
-
7eggert authored
-
Andrei Pozolotin authored
-
Scott Lahteine authored
As mentioned in #13370
-
jmz52 authored
-
Scott Lahteine authored
The chances of a 10° overshoot is pretty minimal.
-
Scott Lahteine authored
-
InsanityAutomation authored
Originally #13344
-
Scott Lahteine authored
-
Scott Lahteine authored
-
pinchies authored
Add support for printers with inverted fan pins by adding `#define FAN_INVERTING 1` to `Configuration_adv.h` and modifying the fan write macros.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Mar 10, 2019
-
-
pinchies authored
Should fix "spontanous heating" problems due to order of operations error. Error occurs at least with ststm32 v5.1.0 in PlatformIO.
-
Michiel Baird authored
-
Bruce j Beare authored
-
MoellerDi authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Followup to #12201
-
Tobias Frost authored
-
- Mar 09, 2019
-
-
Tobias Frost authored
- Send notifications to ExtUI for M0/M1 - wait_for_user can be non-volatile (not changed by interrupt) C / C++ compilers don't optimize away reads of non-volatile variables when a function call is used between accesses, because *any* variable could be changed by the function call. Since `wait_for_user` can't be changed without a function call, it should be non-volatile so the compiler can optimize away cases where it is read more than once without an intervening function call.
-
Marcio Teixeira authored
- Ensure `MarlinUI:get_progress` is defined for `ExtUI`. - Fix for `BACKLASH_SMOOTHING` with small segments. `BACKLASH_SMOOTHING` with extremely small segments failed to fully correct due to the correction factor being rounded down. Rounding up ensures the entire backlash will converge to zero even for small segments. - Add pinout for the beta revision `EINSY_RETRO`. - Update soft endstops with tool offsets (for toolchange et. al. move clamping) (#12568)
-
Scott Lahteine authored
Fix #13333
-
- Mar 08, 2019
-
-
InsanityAutomation authored
-
Msq001 authored
-
Reece Kibble authored
-
Tobias Frost authored
-
- Mar 07, 2019
-
-
3dlabsio authored
-
Scott Lahteine authored
-
- Mar 06, 2019
-
-
Chris Pepper authored
-