Skip to content

Commit 01797f7

Browse files
committed
✏️ Fix HAS_GCODE_M876
1 parent ff07c2b commit 01797f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/Conditionals_adv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
#endif
703703

704704
#if ENABLED(HOST_PROMPT_SUPPORT) && DISABLED(EMERGENCY_PARSER)
705-
#define HAS_GCODE_M876
705+
#define HAS_GCODE_M876 1
706706
#endif
707707

708708
#if ENABLED(HOST_ACTION_COMMANDS)

0 commit comments

Comments
 (0)