mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-18 02:12:18 -07:00
FIX: first layer print sequence is incorrect when print by object
Change-Id: I6943a2d59eeb10db176dbb5cbe8567b5320d7cb1 (cherry picked from commit e9b33cfcb97a23a09405ce6515d2d5e5d8911964)
This commit is contained in:
parent
c4adf70e45
commit
b30716a996
1 changed files with 0 additions and 4 deletions
|
|
@ -2513,10 +2513,6 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
|||
// Nothing to print!
|
||||
initial_extruder_id = 0;
|
||||
initial_non_support_extruder_id = 0;
|
||||
final_extruder_id = 0;
|
||||
} else {
|
||||
final_extruder_id = tool_ordering.last_extruder();
|
||||
assert(final_extruder_id != (unsigned int)-1);
|
||||
}
|
||||
|
||||
//could not find non support filmanet, use fisrt print filament
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue