Filip Sykala - NTB T15p
3daed2f02d
Continue cleaning code
...
After thin&thic must be at least 2 support points
2025-02-25 16:41:16 +01:00
Filip Sykala - NTB T15p
3df99c16be
Fix warnings:
...
⚠️ ../src/libslic3r/SLA/SupportIslands/SampleIslandUtils.cpp:1495:68: warning: lambda capture 'tiny_done' is not used [-Wunused-lambda-capture]
⚠️ ../src/libslic3r/SLA/SupportIslands/SampleIslandUtils.cpp:1830:23: warning: unused variable 'line' [-Wunused-variable]
⚠️ ../src/libslic3r/SLA/SupportIslands/SampleIslandUtils.cpp:624:6: warning: unused function 'is_points_in_distance' [-Wunused-function]
⚠️ ../src/libslic3r/SLA/SupportIslands/VoronoiDiagramCGAL.cpp:37:7: warning: unused function 'to_point_d' [-Wunused-function]
⚠️ ../src/libslic3r/SLA/SupportPointGenerator.cpp:359:6: warning: unused function 'exist_same_points' [-Wunused-function]
⚠️ ../src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:813:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
⚠️ ../src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:892:146: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
2025-02-25 16:41:16 +01:00
Filip Sykala - NTB T15p
73f8583e18
Advanced visualization to store island
2025-02-25 16:41:16 +01:00
Filip Sykala - NTB T15p
8794099682
Add option to store islands (some could make an issue this is tool to collect problematic islands)
2025-02-25 16:41:16 +01:00
Filip Sykala - NTB T15p
d3d32c6d7d
Fix tests
2025-02-25 16:41:16 +01:00
Filip Sykala - NTB T15p
74db5d1ed2
Add support settings into GUI
2025-02-25 16:41:16 +01:00
Filip Sykala - NTB T15p
40d52994db
Distance of support point are modified by svg file.
...
- Support points are stored in separate list(no need to collect from grid + no duplicit support points)
- Grid contain only indices into result vector of support points
- Each layer is made update of radiuses for existing support points
- Each support point knows support radius for current processed layer
- Layers knows z coordinate soo heights in preparation are copied into layer.
2025-02-25 16:41:14 +01:00
Filip Sykala - NTB T15p
a3febc3b3d
Do not generate support tree when edit support points
2025-02-25 16:41:14 +01:00
Filip Sykala - NTB T15p
7a375abddb
Autogenerate supportPoints by surface angle
2025-02-25 16:41:14 +01:00
Lukas Matena
08eb318780
Multiple beds in SLA
2024-11-20 16:04:15 +01:00
YuSanka
e9361b4f61
ImGuiWrapper is split now into ImGuiWrapper, which contains and uses internal variables,
...
and ImGuiPureWrap (name space which uses just pure ImGui functions and doesn't use wxWidgets)
2024-04-05 12:38:47 +02:00
enricoturri1966
ca2f1f4cd0
SPE-1671 - Fixed visibility of supports while using clipping plane in SLA supports gizmo
2023-09-04 15:11:01 +02:00
ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
enricoturri1966
7059adc6b8
SPE-1606: Fixed sla geometry type shown when object has holes
2023-06-09 07:57:39 +02:00
enricoturri1966
989cbeceb1
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate
2023-05-11 12:08:35 +02:00
YuSanka
8e3a988bff
Fix for SPE-1687 : SLA - Loop/crash during editing SLA support points
...
ManipulationPanel: Disable editable controls, when some gizmo is in editing mode
2023-05-11 11:57:35 +02:00
enricoturri1966
159e699cd5
Fixed conflicts after merge with master
2023-04-26 12:35:02 +02:00
enricoturri1966
f9c1abbd50
SPE-1677 - Disable SLA supports and Hollow gizmos when the selected object is non-printable. Do not allow to set to non-printable an object while the SLA supports and Hollow gizmos are active.
2023-04-25 10:51:03 +02:00
enricoturri1966
8a959883b4
Hide supports when Manual editing mode is active in SLA supports gizmo
2023-04-21 10:50:03 +02:00
Filip Sykala - NTB T15p
ad81d530b1
Fix of freez when undo redo on text with modifier.
2023-04-03 16:24:07 +02:00
enricoturri1966
c5b224c0c1
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sla_switch_view
2023-04-03 08:56:27 +02:00
enricoturri1966
797dd1197e
Allow the user to switch between visualizing original or processed volumes in 3D scene after slicing using SLA printers
2023-04-03 08:54:04 +02:00
enricoturri1966
6084a92d9b
Fixed conflicts after merge with master
2023-03-30 08:52:20 +02:00
enricoturri1966
98346824e8
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_show_sla_supports
2023-03-24 08:49:35 +01:00
YuSanka
19f2a1d9e9
Unified usage of localization macros in slic3r/libslic3r
2023-03-23 22:55:38 +01:00
enricoturri1966
1b8553c747
Reintroduced visualization of SLA supports and pad into 3D scene and gizmos Hollow and SLA support as it was in 2.5.0
2023-03-20 14:34:04 +01:00
enricoturri1966
373ae1e19d
Tech ENABLE_WORLD_COORDINATE set as default
2023-03-08 11:52:17 +01:00
YuSanka
bb4bf85fb3
Fix for fe39af7d7b
- disable sla_shift on close of the SLASupportsGizmo
2023-01-31 17:56:36 +01:00
tamasmeszaros
2c881d550f
Follow up fix to inactive sla gizmos
...
SPE-1422
2023-01-31 15:00:17 +01:00
tamasmeszaros
a9e8dcf10f
Remove duplicate 'last_completed_step()' method
2023-01-31 13:22:43 +01:00
Lukas Matena
fe39af7d7b
Fixed cut gizmo and SLA shift
2023-01-27 12:54:38 +01:00
tamasmeszaros
873725d905
Fixing sla support point and drillhole transformations
...
May brake compatibility with 3mf files storing these objects from from previous Slic3r versions
2023-01-17 13:13:09 +01:00
tamasmeszaros
9ee71ddd92
WIP fixing trafos
2023-01-17 11:23:18 +01:00
tamasmeszaros
fdf51c8a5e
Another fix for support points trafo
2022-12-15 13:50:19 +01:00
tamasmeszaros
cf63c60c22
Support points trafo seems to be OK now
2022-12-14 18:47:56 +01:00
enricoturri1966
43c195e227
Fixed conflicts after merge with master
2022-12-07 15:44:27 +01:00
enricoturri1966
028dfb5d9e
Tech ENABLE_LEGACY_OPENGL_REMOVAL set as default
2022-12-06 12:17:01 +01:00
enricoturri1966
8eb12cbaf0
Fixed conflicts after merge with master
2022-12-05 13:29:28 +01:00
enricoturri1966
6f18f8f784
Tech ENABLE_RAYCAST_PICKING set as default
2022-12-05 10:24:30 +01:00
enricoturri1966
602c48a116
Added new base class for SLA gizmos to remove duplicated code
2022-11-29 11:14:35 +01:00
enricoturri1966
c4db736f6f
Gizmo Hollow and SLA support - Disable imgui dialog and scene input until the proper geometry is not loaded
2022-11-29 11:14:19 +01:00
tamasmeszaros
f100a59688
Cherry-picking 118f4859c472ccbc30b43101c6674dadc81d7b12
...
And resolve conflicts
2022-11-29 11:14:19 +01:00
tamasmeszaros
9bc3410474
Re-enable volumes in SLA, use raycasters from canvas in supports gizmo
...
Got rid of HollowedMesh and Raycaster usage from GizmosCommon pool to prevent crashes
2022-11-29 11:11:32 +01:00
enricoturri1966
569db9689f
Removal of calls to Geometry::assemble_transform()
2022-11-24 14:58:20 +01:00
Filip Sykala - NTB T15p
fbb159d595
Fix for selection multiple sla support points with shift
2022-11-08 16:41:49 +01:00
enricoturri1966
2c9d047520
Fixed conflicts after merge with master
2022-10-31 14:59:41 +01:00
YuSanka
bba6d8b94d
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-10-25 16:16:36 +02:00
enricoturri1966
6c0aff0d23
Measuring: Measure gizmo features registered for raycasted picking
2022-10-12 09:22:34 +02:00
enricoturri1966
4fb7bb8dec
SPE-1342 - Fixed crash after undo in SLA support point gizmo
2022-10-10 14:41:05 +02:00
YuSanka
2ac3861b2a
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-08-08 10:57:38 +02:00