Browse Source

✏️ Fix HAS_GCODE_M876

Scott Lahteine 3 years ago
parent
commit
01797f74dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_adv.h

+ 1
- 1
Marlin/src/inc/Conditionals_adv.h View File

702
 #endif
702
 #endif
703
 
703
 
704
 #if ENABLED(HOST_PROMPT_SUPPORT) && DISABLED(EMERGENCY_PARSER)
704
 #if ENABLED(HOST_PROMPT_SUPPORT) && DISABLED(EMERGENCY_PARSER)
705
-  #define HAS_GCODE_M876
705
+  #define HAS_GCODE_M876 1
706
 #endif
706
 #endif
707
 
707
 
708
 #if ENABLED(HOST_ACTION_COMMANDS)
708
 #if ENABLED(HOST_ACTION_COMMANDS)

Loading…
Cancel
Save