Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema authored and github-actions[bot] committed Sep 26, 2023
1 parent b996cd0 commit 185a221
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3418,10 +3418,7 @@ bool FffGcodeWriter::addSupportRoofsToGCode(const SliceDataStorage& storage, Lay
roof_paths);
wall_orderer.addToLayer();
}
gcode_layer.addLinesByOptimizer(
roof_lines,
current_roof_config,
(pattern == EFillMethod::ZIG_ZAG) ? SpaceFillType::PolyLines : SpaceFillType::Lines);
gcode_layer.addLinesByOptimizer(roof_lines, current_roof_config, (pattern == EFillMethod::ZIG_ZAG) ? SpaceFillType::PolyLines : SpaceFillType::Lines);

current_roof_config.z_offset = -leftover_support_distance;
current_roof_config.flow *= Ratio(layer_height - leftover_support_distance, layer_height);
Expand Down

0 comments on commit 185a221

Please sign in to comment.