Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath authored and github-actions[bot] committed Aug 5, 2024
1 parent c1bb0fe commit cc034ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LayerPlan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2006,10 +2006,10 @@ void LayerPlan::writeGCode(GCodeExport& gcode)
constexpr bool wait = false;
gcode.writeBedTemperatureCommand(mesh_group_settings.get<Temperature>("material_bed_temperature"), wait);
}
if(mesh_group_settings.get<size_t>("build_volume_fan_nr") != 0)
if (mesh_group_settings.get<size_t>("build_volume_fan_nr") != 0)
{
// The machine has a build volume fan.
if(layer_nr_ == mesh_group_settings.get<size_t>("build_fan_full_layer"))
if (layer_nr_ == mesh_group_settings.get<size_t>("build_fan_full_layer"))
{
gcode.writeSpecificFanCommand(100, mesh_group_settings.get<size_t>("build_volume_fan_nr"));
}
Expand Down

0 comments on commit cc034ed

Please sign in to comment.