Skip to content

Commit

Permalink
Revert "Revert "Merge pull request Ultimaker#1738 from Piezoid/area_d…
Browse files Browse the repository at this point in the history
…eviation_scaling""

This reverts commit 70b4fbf.
  • Loading branch information
ThomasRahm committed Mar 10, 2023
1 parent 5a25ed2 commit 9ac75a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Simplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Simplify::Simplify(const coord_t max_resolution, const coord_t max_deviation, co
Simplify::Simplify(const Settings& settings)
: max_resolution(settings.get<coord_t>("meshfix_maximum_resolution"))
, max_deviation(settings.get<coord_t>("meshfix_maximum_deviation"))
, max_area_deviation(settings.get<coord_t>("meshfix_maximum_extrusion_area_deviation"))
, max_area_deviation(settings.get<size_t>("meshfix_maximum_extrusion_area_deviation"))
{}

Polygons Simplify::polygon(const Polygons& polygons) const
Expand Down

0 comments on commit 9ac75a4

Please sign in to comment.