mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 04:50:37 +08:00
remove gyroid "bridge flow"
This commit is contained in:
parent
0be468e893
commit
cd46cad56e
@ -14,7 +14,7 @@ public:
|
|||||||
virtual Fill* clone() const { return new FillGyroid(*this); }
|
virtual Fill* clone() const { return new FillGyroid(*this); }
|
||||||
|
|
||||||
// require bridge flow since most of this pattern hangs in air
|
// require bridge flow since most of this pattern hangs in air
|
||||||
virtual bool use_bridge_flow() const { return true; }
|
virtual bool use_bridge_flow() const { return false; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void _fill_surface_single(
|
virtual void _fill_surface_single(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user