Skip to content

Commit 67850b8

Browse files
HellAholicgithub-actions[bot]
authored andcommitted
Apply clang-format
1 parent dc8b260 commit 67850b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LayerPlan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3879,7 +3879,7 @@ void LayerPlan::writeGCode(GCodeExport& gcode)
38793879
gcode.updateTotalPrintTime();
38803880
const Duration time_after = gcode.getSumTotalPrintTimes();
38813881
const Duration layer_time = time_after - time_before;
3882-
3882+
38833883
communication->sendLayerComplete(layer_nr_, z_, layer_thickness_, layer_time);
38843884
}
38853885

0 commit comments

Comments
 (0)