mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 18:51:11 -06:00
Maximize gyroid printing speed angle
Counter-rotate the default angle by 45' so that gyroid is kept at it's maximum printing speed by default.
This commit is contained in:
parent
f8490fb4e0
commit
da6c285f1f
2 changed files with 13 additions and 4 deletions
|
|
@ -16,6 +16,11 @@ public:
|
|||
// require bridge flow since most of this pattern hangs in air
|
||||
virtual bool use_bridge_flow() const { return false; }
|
||||
|
||||
// Correction applied to regular infill angle to maximize printing
|
||||
// speed in default configuration (degrees)
|
||||
static constexpr float CorrectionAngle = -45.;
|
||||
|
||||
|
||||
protected:
|
||||
virtual void _fill_surface_single(
|
||||
const FillParams ¶ms,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue