Option to disable all volumetric extrusion
This commit is contained in:
@@ -901,8 +901,12 @@ static_assert(1 >= 0
|
||||
/**
|
||||
* Filament Width Sensor
|
||||
*/
|
||||
#if ENABLED(FILAMENT_WIDTH_SENSOR) && !HAS_FILAMENT_WIDTH_SENSOR
|
||||
#error "FILAMENT_WIDTH_SENSOR requires a FILWIDTH_PIN to be defined."
|
||||
#if ENABLED(FILAMENT_WIDTH_SENSOR)
|
||||
#if !HAS_FILAMENT_WIDTH_SENSOR
|
||||
#error "FILAMENT_WIDTH_SENSOR requires a FILWIDTH_PIN to be defined."
|
||||
#elif ENABLED(NO_VOLUMETRICS)
|
||||
#error "FILAMENT_WIDTH_SENSOR requires NO_VOLUMETRICS to be disabled."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user