16 Commits

Author SHA1 Message Date
Martin Šach
919740fb3e Apply fix includes. 2024-07-08 15:37:02 +02:00
Lukas Matena
6b94d25cc2 Improved const-correctness, removed extra includes 2023-10-19 10:33:10 +02:00
Lukas Matena
86812fa5dd Fixed crash on macOS due to uninitialized variables,
this happened when the wipe tower was not generated in the data for the conflict
checker. The code was refactored to not use the extra FakeWipeTower class, all
wipe tower related info is in Print::WipeTowerData object
2023-10-19 10:33:10 +02:00
ps_copyright
f32859c302 final copyright headers 2023-09-01 14:49:07 +02:00
Lukas Matena
46678c27b5 Conflict checker: detection of the wipe tower when it narrows towards the top 2023-05-31 13:34:03 +02:00
enricoturri1966
9a1e85c1f4 Conflict checker: sort detected conflicts to show the one with lowest z in the notification 2023-05-31 13:34:03 +02:00
enricoturri1966
a2ed20d595 Conflict checker: added detection for instances belonging to the same object 2023-05-31 13:34:03 +02:00
Lukas Matena
b0bef4eeb4 Conflict checker: first steps to extend it so it takes instances into account 2023-05-31 13:34:03 +02:00
Lukas Matena
720ddf73da Fixed mysterious ASAN crash in conflict detection code 2023-05-31 13:34:03 +02:00
enricoturri1966
0f15eb6600 Revert of 00e440e3006d43957f3e865d225b340c3be2e1fd 2023-05-31 13:34:03 +02:00
enricoturri1966
2aa6d77c1b Attempt to fix failure in fff_print_tests on MAC Asan 2023-05-31 13:34:03 +02:00
enricoturri1966
3706a2c777 Fixed warning 2023-05-31 13:34:02 +02:00
enricoturri1966
efe00f310b Fixed warnings 2023-05-31 13:34:02 +02:00
enricoturri1966
6944c30f87 Tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION set as default 2023-05-31 13:34:02 +02:00
enricoturri1966
417c85b83b Tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION_MOD set as default 2023-05-31 13:34:02 +02:00
enricoturri1966
7a82429cf6 SPE-1682 - Toolpaths conflicts detection, 1st installment
Succesfully enhanced and integrated into PrusaSlicer from BambuStudio:

d43c7d5c92

d72b4c1bfe

87eb0f3665

b5b7264e99

Code taken from BambuStudio is embedded into tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION

Changes to adapt the code to PrusaSlicer is embedded into tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION_MOD

Co-authored-by: manch1n <miaoxin.chen@bambulab.com>

Co-authored-by: miaoxin <miaoxin.chen@bambulab.com>

Co-authored-by: lane.wei <lane.wei@bambulab.com>
2023-05-31 13:34:02 +02:00