print the first filament start gocde even with start_gcode_manual

supermerill/SuperSlicer#1317
This commit is contained in:
remi durand 2021-06-16 07:34:27 +02:00
parent 7f232abce5
commit 467b1feaa7

View File

@ -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;