mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Fixed regression of the gyroid infill.
This commit is contained in:
parent
00324a14b8
commit
4611b5094e
2 changed files with 12 additions and 13 deletions
|
@ -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 ¶ms,
|
||||
unsigned int thickness_layers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue