Skip to content

Commit

Permalink
Apply setting renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 25, 2024
1 parent e440edf commit e09e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ bool FffGcodeWriter::processSupportInfill(const SliceDataStorage& storage, Layer
size_t infill_density_multiplier = 1;
if (gcode_layer.getLayerNr() <= 0)
{
infill_density_multiplier = infill_extruder.settings_.get<size_t>("support_infill_density_multiplier_layer_0");
infill_density_multiplier = infill_extruder.settings_.get<size_t>("support_infill_density_multiplier_initial_layer");
}

const size_t wall_line_count = infill_extruder.settings_.get<size_t>("support_wall_count");
Expand Down

0 comments on commit e09e5b4

Please sign in to comment.