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:
Yuri D'Elia 2019-08-07 21:45:23 +02:00
parent f8490fb4e0
commit da6c285f1f
2 changed files with 13 additions and 4 deletions

View file

@ -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 &params,