Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 committed Sep 25, 2023
1 parent 26c7522 commit e2203b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ void FffGcodeWriter::processSkirtBrim(const SliceDataStorage& storage, LayerPlan


// Add the support brim after the skirt_brim to gcode_layer
// support brim is only added in layer 0
// Support brim is only added in layer 0
// For support brim we don't care about the order, because support doesn't need to be accurate.
if (layer_nr == 0)
{
Expand Down

0 comments on commit e2203b0

Please sign in to comment.