Skip to content

Commit

Permalink
Update Configuration.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Mar 1, 2024
1 parent 60dfe09 commit 0e92829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@
// With multiple runout sensors use the %c placeholder for the current tool in commands (e.g., "M600 T%c")
// NOTE: After 'M412 H1' the host handles filament runout and this script does not apply.
#if ENABLED(DE200_EXTRUDER_BICOLOR)
#define FILAMENT_RUNOUT_SCRIPT "M600 T%c
#define FILAMENT_RUNOUT_SCRIPT "M600 T%c"
#else
#define FILAMENT_RUNOUT_SCRIPT "M600"
#endif
Expand Down

0 comments on commit 0e92829

Please sign in to comment.