Merge pull request #4974 from esenapaj/Follow-up-the-PR-#4955
Fix and follow-up the PR #4955 (PINS_DEBUGGING and M43: Read pin states), etc
This commit is contained in:
commit
a07033a6c1
51 changed files with 742 additions and 487 deletions
|
|
@ -4700,7 +4700,7 @@ inline void gcode_M42() {
|
|||
pin_state[pin - first_pin] = digitalRead(pin);
|
||||
}
|
||||
|
||||
#if ENABLED(EMERGENCY_PARSER)
|
||||
#if ENABLED(EMERGENCY_PARSER) && DISABLED(ULTIPANEL)
|
||||
wait_for_user = true;
|
||||
#endif
|
||||
|
||||
|
|
@ -4718,7 +4718,7 @@ inline void gcode_M42() {
|
|||
}
|
||||
}
|
||||
|
||||
#if ENABLED(EMERGENCY_PARSER)
|
||||
#if ENABLED(EMERGENCY_PARSER) && DISABLED(ULTIPANEL)
|
||||
if (!wait_for_user) break;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue