Skip to content
Snippets Groups Projects
  1. Mar 13, 2019
  2. Mar 12, 2019
  3. Mar 11, 2019
  4. Mar 10, 2019
  5. Mar 09, 2019
    • Tobias Frost's avatar
      Send notifications to ExtUI for M0/M1 (#13344) · 60e82e39
      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.
      60e82e39
    • Marcio Teixeira's avatar
      Follow up fixes to various PRs. (#13334) · 00fc4314
      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)
      00fc4314
    • Scott Lahteine's avatar
      Fix SERIAL_ECHOLNPAIR · c7d618b4
      Scott Lahteine authored
      Fix #13333
      c7d618b4
  6. Mar 08, 2019
  7. Mar 07, 2019
  8. Mar 06, 2019
Loading