mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 23:35:57 +08:00
print the first filament start gocde even with start_gcode_manual
supermerill/SuperSlicer#1317
This commit is contained in:
parent
7f232abce5
commit
467b1feaa7
@ -1368,7 +1368,7 @@ void GCode::_do_export(Print& print, FILE* file, ThumbnailsGeneratorCallback thu
|
||||
m_seam_placer.init(print);
|
||||
|
||||
//activate first extruder is multi-extruder and not in start-gcode
|
||||
if ((initial_extruder_id != (uint16_t)-1) && !this->config().start_gcode_manual) {
|
||||
if ((initial_extruder_id != (uint16_t)-1)) {
|
||||
if (m_writer.multiple_extruders) {
|
||||
//if not in gcode
|
||||
bool find = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user