M808 Repeat Markers (#20084)
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
#if ENABLED(GCODE_REPEAT_MARKERS)
|
||||
#include "../feature/repeat.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(MIXING_EXTRUDER)
|
||||
#include "../feature/mixing.h"
|
||||
#endif
|
||||
@@ -50,6 +54,8 @@ typedef struct {
|
||||
uint16_t feedrate;
|
||||
float zraise;
|
||||
|
||||
// Repeat information
|
||||
TERN_(GCODE_REPEAT_MARKERS, Repeat stored_repeat);
|
||||
|
||||
TERN_(HAS_HOME_OFFSET, xyz_pos_t home_offset);
|
||||
TERN_(HAS_POSITION_SHIFT, xyz_pos_t position_shift);
|
||||
|
||||
Reference in New Issue
Block a user