mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Removing debug printf statements and fixed threading flag.
This commit is contained in:
parent
7f0b97e84f
commit
066dbcc0ed
3 changed files with 1 additions and 9 deletions
|
|
@ -270,7 +270,6 @@ public:
|
|||
float ext_perimeter_speed,
|
||||
float original_speed)
|
||||
{
|
||||
//printf("Estimate extrusion quality triggered \n");
|
||||
size_t speed_sections_count = std::min(overlaps.values.size(), speeds.values.size());
|
||||
std::vector<std::pair<float, float>> speed_sections;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue