Skip to content

Commit

Permalink
Merge branch 'main' into CURA-11020-gradual-flow-min-layer-time
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker authored Sep 19, 2023
2 parents 8157ad4 + 23b9d52 commit 4a6daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcodeExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ void GCodeExport::processInitialLayerTemperature(const SliceDataStorage& storage

processInitialLayerBedTemperature();

if (scene.current_mesh_group->settings.get<bool>("material_print_temp_prepend"))
if (scene.current_mesh_group->settings.get<bool>("material_print_temp_prepend") || (scene.current_mesh_group != scene.mesh_groups.begin()))
{
for (unsigned extruder_nr = 0; extruder_nr < num_extruders; extruder_nr++)
{
Expand Down

0 comments on commit 4a6daa0

Please sign in to comment.