You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
lib
src Send notifications to ExtUI for M0/M1 (#13344) 6 years ago
Configuration.h Update some G26 plausible values. Add speed control. (#13330) 6 years ago
Configuration_adv.h Allows user to set (almost) any PWM frequency (#12638) 6 years ago
Makefile Support for Tronxy X5S 2e (#13297) 6 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago