Power Loss Recovery for volumetric extrusion (#15734)

This commit is contained in:
The-Force
2019-10-31 20:09:37 +01:00
committed by Scott Lahteine
parent 4e6e02bc3e
commit c6f694a247
2 changed files with 39 additions and 0 deletions

View File

@@ -59,6 +59,15 @@ typedef struct {
uint8_t active_extruder;
#endif
#if DISABLED(NO_VOLUMETRICS)
bool volumetric_enabled;
#if EXTRUDERS > 1
float filament_size[EXTRUDERS];
#else
float filament_size;
#endif
#endif
#if HOTENDS
int16_t target_temperature[HOTENDS];
#endif