Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Mar 22, 2024
1 parent 9d56e35 commit 75bd3ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3321,10 +3321,6 @@ bool FffGcodeWriter::addSupportToGCode(const SliceDataStorage& storage, LayerPla
if (extruder_nr == support_roof_extruder_nr)
{
support_added |= addSupportRoofsToGCode(storage, support_layer.support_fractional_roof, gcode_layer.configs_storage_.support_fractional_roof_config, gcode_layer);
/*SVG svg(fmt::format("/tmp/support_{}.svg", gcode_layer.getLayerNr().value), AABB(storage.getMachineBorder()), 0.001);
svg.writePolygons(support_layer.support_roof, SVG::Color::BLACK, 0.15);
svg.writePolygons(support_layer.support_fractional_roof, SVG::Color::MAGENTA, 0.1);
svg.writePolygons(support_layer.support_roof.difference(support_layer.support_fractional_roof), SVG::Color::ORANGE, 0.05);*/
}
if (extruder_nr == support_infill_extruder_nr)
{
Expand Down

0 comments on commit 75bd3ff

Please sign in to comment.