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 Oct 10, 2024
1 parent 82a4986 commit e3ac68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcodeExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ bool GCodeExport::initializeExtruderTrains(const SliceDataStorage& storage, cons
processInitialLayerTemperature(storage, start_extruder_nr);
}

if (!mesh_group_settings.get<bool>("machine_start_gcode_first"))
if (! mesh_group_settings.get<bool>("machine_start_gcode_first"))
{
writeCode(mesh_group_settings.get<std::string>("machine_start_gcode").c_str());
}
Expand Down

0 comments on commit e3ac68c

Please sign in to comment.