mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Make new overhang slowdonw(PrusaSlicer's slowdown) default again.
And tweak it
This commit is contained in:
parent
44a013a5a7
commit
95762fabee
5 changed files with 10 additions and 36 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef slic3r_ExtrusionProcessor_hpp_
|
||||
#define slic3r_ExtrusionProcessor_hpp_
|
||||
|
||||
// This algorithm is copied from PrusaSlicer, original author is Pavel Mikus(pavel.mikus.mail@seznam.cz)
|
||||
|
||||
#include "../AABBTreeLines.hpp"
|
||||
//#include "../SupportSpotsGenerator.hpp"
|
||||
#include "../libslic3r.h"
|
||||
|
@ -68,7 +70,7 @@ public:
|
|||
class CurvatureEstimator
|
||||
{
|
||||
static const size_t sliders_count = 3;
|
||||
SlidingWindowCurvatureAccumulator sliders[sliders_count] = {{1.0},{4.0}, {10.0}};
|
||||
SlidingWindowCurvatureAccumulator sliders[sliders_count] = {{3.0},{9.0}, {16.0}};
|
||||
|
||||
public:
|
||||
void add_point(float distance, float angle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue