mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-07 07:17:43 -07:00
FIX: should not generate timelapse gcode for H2D when by object
jira: none Change-Id: I7b96d6290632ca40714d5dd06fe801a84924f84d (cherry picked from commit 88f2784525590b3bb0de1e94bf401857816f26eb)
This commit is contained in:
parent
5f2fa8c669
commit
17813b487f
1 changed files with 1 additions and 1 deletions
|
|
@ -4040,7 +4040,7 @@ LayerResult GCode::process_layer(
|
|||
if (!m_spiral_vase && (!m_wipe_tower || !m_wipe_tower->enable_timelapse_print())) {
|
||||
if (printer_structure == PrinterStructure::psI3 && print.config().print_sequence == PrintSequence::ByLayer)
|
||||
need_insert_timelapse_gcode_for_traditional = true;
|
||||
else if (m_config.nozzle_diameter.values.size() == 2)
|
||||
else if (m_config.nozzle_diameter.values.size() == 2 && print.config().print_sequence == PrintSequence::ByLayer)
|
||||
need_insert_timelapse_gcode_for_traditional = true;
|
||||
}
|
||||
bool has_insert_timelapse_gcode = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue