This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin
Tobias Frost 60e82e3929 Send notifications to ExtUI for M0/M1 (#13344)
- 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.
2019-03-09 14:20:37 -06:00
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00
Configuration.h Update some G26 plausible values. Add speed control. (#13330) 2019-03-08 03:13:44 -06:00
Configuration_adv.h Allows user to set (almost) any PWM frequency (#12638) 2019-03-08 02:15:42 -06:00
Makefile Support for Tronxy X5S 2e (#13297) 2019-03-03 07:41:05 -06:00
Marlin.ino Marlin.ino needs no content (#9506) 2018-02-06 02:28:18 -06:00