Commit Graph

21170 Commits

Author SHA1 Message Date
enricoturri1966
048fb10c31 Measure gizmo - Fixed missing raycaster when promoting a point as 1st selected feature 2022-12-01 14:56:33 +01:00
enricoturri1966
e0ba6c69f4 Fixed warnings 2022-12-01 13:34:29 +01:00
Lukas Matena
1974a56fab Measurement: tweaking of the tolerances, ransacing the whole border 2022-12-01 13:32:59 +01:00
enricoturri1966
85195ac79f Measure gizmo - Fixed sychronization of imgui dialog with current hovering/selection state 2022-12-01 12:47:06 +01:00
tamasmeszaros
f7c832ddaf Fix crash when pressing 'A' without any objects on plater 2022-12-01 12:38:34 +01:00
YuSanka
ba8b81b27e Cut: Extension for delete parts from cut objects.
When try to delete something from the cut object, than not just inform the users about an impossibility of this action,
but allow them to invalidate a cut information or delete all connectors from related objects, but leave the cut info.
2022-12-01 11:10:41 +01:00
rtyr
b51d478031
Anker - disabled thick bridges
https://github.com/prusa3d/PrusaSlicer/pull/9195
2022-11-30 16:10:32 +01:00
rtyr
3157d44641
RatRig - sync with PrusaSlicer-settings 2022-11-30 15:36:10 +01:00
tamasmeszaros
1e2b4929de Prevent crash with disabled supports and enabled pad 2022-11-30 14:40:22 +01:00
rtyr
4461735dd3
Geeetech bundle
https://github.com/prusa3d/PrusaSlicer/pull/9221
2022-11-30 14:36:18 +01:00
enricoturri1966
a78dfa2522 Fixed rendering of transparent objects on MAC 2022-11-30 13:23:26 +01:00
enricoturri1966
681216447f Fixed warning 2022-11-30 13:07:49 +01:00
enricoturri1966
e6cbf3a215 Fixed warnings 2022-11-30 13:04:48 +01:00
enricoturri1966
b3db407327 Gizmo measure - Show radius of single selected circle, to allow for object scaling 2022-11-30 12:51:37 +01:00
tamasmeszaros
7831b6e6cc Fix compilation 2022-11-30 12:51:00 +01:00
enricoturri1966
2a82f1d396 Gizmo measure - Modified circle and edge with extra point selection 2022-11-30 11:58:02 +01:00
YuSanka
9fe4595ae7 CutGizmo: Cut plane wasn't respect to the depth
+ ShapesGallery: added "universal wall mount hole"
2022-11-29 16:21:45 +01:00
YuSanka
9323e347f0 ObjectList: Delete last volume from the object even if this volume is text 2022-11-29 12:59:05 +01:00
tamasmeszaros
75a25b5ad7 Add missing includes
to fix compilation on linux
2022-11-29 11:14:35 +01:00
enricoturri1966
602c48a116 Added new base class for SLA gizmos to remove duplicated code 2022-11-29 11:14:35 +01:00
tamasmeszaros
c28a00ae04 Holes are were not drilled in the right orientation.
This change seemingly fixes the issue.
2022-11-29 11:14:19 +01:00
tamasmeszaros
28ffdcc391 Disable CGAL booleans for now in sla pipeline
Does not work yet as expected.
2022-11-29 11:14:19 +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
enricoturri1966
5a3f36da01 Tech ENABLE_RAYCAST_PICKING_DEBUG - Extended data shown into debug imgui dialog 2022-11-29 11:13:09 +01:00
tamasmeszaros
ce5d242f76 Fix failing test for hollowing 2022-11-29 11:11:32 +01:00
tamasmeszaros
191f04568d Do mesh booleans with cgal if possible. 2022-11-29 11:11:32 +01:00
tamasmeszaros
2a8c9d7462 Refinements 2022-11-29 11:11:32 +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
tamasmeszaros
15fa4c42d6 Finalize new sla backend interface
no has_mesh or get_mesh based on states, but specific methods to get the mesh type needed (support, pad, object)

Commented out everything that does not conform in frontend
2022-11-29 11:11:02 +01:00
tamasmeszaros
39a1ed0e1a WIP: prepare frontend to use new sla backend interface 2022-11-29 11:11:02 +01:00
tamasmeszaros
ab9f231c0c Fix broken compilation 2022-11-29 11:11:02 +01:00
tamasmeszaros
99581a5e53 Fix unguarded header 2022-11-29 11:11:02 +01:00
tamasmeszaros
c448b31204 wip 2022-11-29 11:10:52 +01:00
tamasmeszaros
2144f81bf1 Useful backend improvements from sla volumes branch 2022-11-29 11:10:52 +01:00
Vojtech Bubnik
9a682a10cb Merge remote-tracking branch 'remotes/origin/fs_emboss' 2022-11-28 17:46:12 +01:00
Pavel Mikuš
3fa1615518
Refactoring FDM support spots generator to use Z-Graph (#11)
* import updates from curling avoidance branch

* fix compilation issues

* Refactoring FDM support spots generator to use the new Z-graph built during slicing

* fix local issues bugs

* fix bugs, add new filter for too short extrusions

* fix bugs with nonexistent weakest area

* Use links of Z graph after fix, format the code

* remove unnecesary includes
2022-11-28 10:47:04 +01:00
Vojtech Bubnik
25da414f5c Merge remote-tracking branch 'remotes/origin/master' into vb_treesupports 2022-11-28 10:07:39 +01:00
Vojtech Bubnik
e6d10fc747 Fixed crash on reslicing after infill invalidation.
The crash was introduced with sorting the extrusions into islands.
2022-11-28 10:07:22 +01:00
Lukas Matena
1357914301 Measurement: prevent ending up in an infinite loop with broken models 2022-11-25 13:45:23 +01:00
Filip Sykala - NTB T15p
e28f9daf1e Merge branch 'master' into fs_emboss
# Conflicts:
#	src/libslic3r/Point.hpp
#	src/slic3r/GUI/GLCanvas3D.cpp
#	src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
#	src/slic3r/GUI/Selection.cpp
2022-11-25 11:03:50 +01:00
Lukas Matena
9952003f61 Measurement: Fixed and refactored circle detection:
- first/last segment of a circular segment was sometimes separated
- circles were sometimes shown where they shouldn't be
2022-11-25 10:57:18 +01:00
Filip Sykala - NTB T15p
9e19d9ca06 Create text by menu in right panel
Issue 54 (right panel -Sidebar)
Fix creating text volume inside deleted object.
2022-11-24 20:51:58 +01:00
enricoturri1966
569db9689f Removal of calls to Geometry::assemble_transform() 2022-11-24 14:58:20 +01:00
Filip Sykala - NTB T15p
fc886e3f8d Fix for adding object with ortho camera 2022-11-24 11:40:38 +01:00
enricoturri1966
af509a7f74 Fixed build when tech ENABLE_WORLD_COORDINATE is disabled 2022-11-24 09:38:51 +01:00
Filip Sykala - NTB T15p
c25ef9d3ad Fix ortho camera position for create object on bed 2022-11-23 16:41:45 +01:00
Filip Sykala - NTB T15p
22a17e92e7 weird crash on mac due to pop style 2022-11-23 15:24:51 +01:00
Filip Sykala - NTB T15p
52460f0c89 Fix truncation text by imgui width 2022-11-23 13:35:59 +01:00
Filip Sykala - NTB T15p
f3724c8dac Truncate font name on demand 2022-11-23 13:01:11 +01:00