Commit graph

10 commits

Author SHA1 Message Date
igiannakas
3f8cfa74ea Code optimisation 2023-09-12 12:33:14 +01:00
igiannakas
7d14ac9e03 Made this as an option in the GUI 2023-09-12 11:13:33 +01:00
igiannakas
066dbcc0ed Removing debug printf statements and fixed threading flag. 2023-09-11 20:51:52 +01:00
igiannakas
95a41a689f Fixed bug in speed calculation and tweaked parameters for high speed printer
Fixed bug in speed calculation and tweaked parameters for high speed printer
2023-09-11 19:01:48 +01:00
igiannakas
be523b926e Working prototype - 2
Code is now finally working - external perimeters are slowed down as needed when there is likelyhood of curling up.

ToDo:
1. Reslicing the model causes the algorithm not to run - need to find where this fails to trigger the call for this.
2. Slowdown of internal perimeters not working yet.
2023-09-11 16:08:10 +01:00
igiannakas
a2ac701645 Prototype 1 - slowdown extended to detect curled edges and further reduce speed
First prototype of the code submitted.
2023-09-10 23:32:32 +01:00
igiannakas
f30a18d658 Preparing to add curled extrusions identification 2023-09-10 13:26:07 +01:00
SoftFever
95762fabee Make new overhang slowdonw(PrusaSlicer's slowdown) default again.
And tweak it
2023-08-22 18:34:56 +08:00
SoftFever
c8687989e5 fix a bug that new overhang slowdown algo didn't work properly for cloned objects 2023-02-21 01:28:42 +08:00
SoftFever
e9613e971d
1.4.5 features (#319)
* Changes:
Improve precise wall
Port PS2.6 overhang slowdown feature
Implement overhang fan for new overhang slowdown algo
Add option to switch between classic/new overhang slowdown implementation
Set Arachne as default engine
Small adjustment of temp calibration range
turn off small perimeter by default
Small UI tweaks
Change default top_surface_pattern to monotonic
Fine tune jerk

Signed-off-by: SoftFever <softfeverever@gmail.com>

* Disable optimizations for RelWithDebInfo

Signed-off-by: SoftFever <softfeverever@gmail.com>

* fix an issue that max volumetirc/vfa calibration can't send to print

Signed-off-by: SoftFever <softfeverever@gmail.com>
#322

* fix build errors

Signed-off-by: SoftFever <softfeverever@gmail.com>

---------

Signed-off-by: SoftFever <softfeverever@gmail.com>
2023-02-17 23:09:18 +08:00