Fixed regression of the gyroid infill.

This commit is contained in:
bubnikv 2018-04-05 10:31:53 +02:00
parent 00324a14b8
commit 4611b5094e
2 changed files with 12 additions and 13 deletions

View file

@ -17,10 +17,6 @@ public:
virtual bool use_bridge_flow() const { return true; }
protected:
// mult of density, to have a good %of weight for each density parameter
float scaling = 1.75;
virtual void _fill_surface_single(
const FillParams &params,
unsigned int thickness_layers,