Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Aug 10, 2024
1 parent c57d93b commit 2960fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gcodeExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ void GCodeExport::processInitialLayerExtrudersTemperatures(const SliceDataStorag
};

std::vector<ExtruderInitialize> all_extruders;
std::vector<bool> extruders_used = storage.getExtrudersUsed();
for (size_t extruder_nr = 0; extruder_nr < extruders_used.size(); ++extruder_nr)
{
if (extruders_used[extruder_nr])
Expand Down

0 comments on commit 2960fd6

Please sign in to comment.