Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored and github-actions[bot] committed Nov 24, 2023
1 parent 49f8400 commit 1d7038b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,7 @@ void FffGcodeWriter::processRaft(const SliceDataStorage& storage)
enable_travel_optimization,
wipe_dist,
flow_ratio,
last_planned_position
);
last_planned_position);
gcode_layer.addPolygonsByOptimizer(
raft_polygons,
gcode_layer.configs_storage.raft_surface_config,
Expand All @@ -958,8 +957,7 @@ void FffGcodeWriter::processRaft(const SliceDataStorage& storage)
flow_ratio,
always_retract,
reverse_order,
gcode_layer.getLastPlannedPositionOrStartingPosition()
);
gcode_layer.getLastPlannedPositionOrStartingPosition());

raft_polygons.clear();
raft_lines.clear();
Expand Down

0 comments on commit 1d7038b

Please sign in to comment.