Handle print completed LED event in M0

This commit is contained in:
Scott Lahteine
2020-02-26 12:02:54 -06:00
parent 633b716a3a
commit bafe8d920a
3 changed files with 13 additions and 18 deletions

View File

@@ -241,7 +241,7 @@ public:
// Seen a parameter with a value
static inline bool seenval(const char c) { return seen(c) && has_value(); }
// Float removes 'E' to prevent scientific notation interpretation
// The value as a string
static inline char* value_string() { return value_ptr; }
// Float removes 'E' to prevent scientific notation interpretation