mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Remove validation for Disabled Small area compensation (#12528)
Do not check if disabled
This commit is contained in:
@@ -2476,7 +2476,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
|||||||
} else
|
} else
|
||||||
m_enable_extrusion_role_markers = false;
|
m_enable_extrusion_role_markers = false;
|
||||||
|
|
||||||
if (!print.config().small_area_infill_flow_compensation_model.empty())
|
if (m_config.small_area_infill_flow_compensation.value && !m_config.small_area_infill_flow_compensation_model.empty())
|
||||||
m_small_area_infill_flow_compensator = make_unique<SmallAreaInfillFlowCompensator>(print.config());
|
m_small_area_infill_flow_compensator = make_unique<SmallAreaInfillFlowCompensator>(print.config());
|
||||||
|
|
||||||
// Process file_start_gcode - written at the very top of the file, before any header
|
// Process file_start_gcode - written at the very top of the file, before any header
|
||||||
|
|||||||
Reference in New Issue
Block a user