1912 Commits

Author SHA1 Message Date
YuSanka
c95bc97435 Deleted unused UI-settings ("Set settings tabs as menu items" and "New layout, access via settings button in the top menu") 2024-04-24 10:49:22 +02:00
YuSanka
ed51fc24c9 Follow-up last commit: Fixed warnings and added missed include 2024-04-05 13:16:05 +02: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
c2b8914ed0 Tech ENABLE_GL_CORE_PROFILE set as default 2024-03-26 14:41:57 +01:00
enricoturri1966
1112fca688 Tech ENABLE_OPENGL_ES replaced by build option SLIC3R_OPENGL_ES 2024-03-26 14:41:57 +01:00
enricoturri1966
539c155c59 Code cleanup and techs removal - completed 2024-03-26 14:41:55 +01:00
enricoturri1966
6529f28f26 New gcode visualization library - Separation of tool colors and color changes colors to simplify client code 2024-03-26 14:26:59 +01:00
enricoturri1966
5c29f868c3 New gcode visualization integration - Fixed toolpaths reset 2024-03-26 14:15:39 +01:00
enricoturri1966
13f9d6f28e New gcode visualization integration - Fixed management of gcode preview view type 2024-03-26 14:15:38 +01:00
enricoturri1966
55b674ca3b Code cleanup 2024-03-26 14:15:37 +01:00
enricoturri1966
dcd8b30842 Some refactoring and warning fix 2024-03-26 14:14:51 +01:00
enricoturri1966
00a19fe4eb New gcode visualization integration - Fixed pre-gcode preview layers times 2024-03-26 14:12:32 +01:00
enricoturri1966
160d9b0187 New gcode visualization integration - Modify pre-gcode preview to use the new toolpaths renderer, objects WIP 2024-03-26 14:12:32 +01:00
enricoturri1966
a2b9104567 New gcode visualization - Modify pre-gcode preview to use the new toolpaths renderer, WIP (brim/skirt/wipe tower) 2024-03-26 14:12:32 +01:00
enricoturri1966
1d6fb321af New gcode visualization integration - Removal of old visualization 2024-03-26 14:12:32 +01:00
enricoturri1966
1ee29acc4f Some refactoring 2024-03-26 14:12:31 +01:00
enricoturri1966
e484726a98 New gcode visualization integration - Tool colors 2024-03-26 14:04:08 +01:00
enricoturri1966
bd985e80f6 New gcode visualization integration - Extrusion roles 2024-03-26 14:04:08 +01:00
enricoturri1966
c1ca2097bb Center of gravity marker NOT rendered by the new visualization code 2024-03-26 14:04:07 +01:00
enricoturri1966
285a274ff7 SPE-1982: Tech ENABLE_NEW_GCODE_VIEWER - 1st installment of new toolpaths rendering code (WIP) 2024-03-26 14:04:05 +01:00
YuSanka
e065f0c83b TopBar: Added "Search" control
+ Deleted old search controls from tab and canvas3D
2024-03-25 12:05:55 +01:00
Lukas Matena
1f87c498cd Merge branch 'master_27x' 2024-02-20 23:01:02 +01:00
Lukáš Hejl
76435e7add SPE-1840: Rework multi-material segmentation to work directly on the Voronoi diagram without creating a copy of it.
Previous algorithms assume that they can get an invalid Voronoi diagram. Because of that, during the multi-material segmentation, a copy of the Voronoi diagram was created, and there were several attempts to fix missing vertices and edges. But as it shows, this wasn't a good enough approach and sometimes led to several issues like bleeding layers.

After generalization, our approach for detection and repairs of invalid Voronoi diagrams from Arachne, we could assume that multi-material segmentation gets non-invalid Voronoi diagrams.
With this assumption, we reimplement multi-materials segmentation to work directly on the Voronoi diagram. That should make multi-material segmentation more stable.

So, this should fix several issues like bleeding layers. Also, memory consumption should decrease by a lot. Also, there should be some speedup of multi-materials segmentation.
2024-02-08 15:40:20 +01:00
Lukas Matena
a42223f963 Merge branch 'master_27x' 2024-01-26 13:07:19 +01:00
Lukáš Hejl
9a3c831020 SPE-2075: Fixed crash during thumbnail generation for SLA printers. 2024-01-02 13:46:49 +01:00
Lukas Matena
4ccc259c5a Merge branch 'master_27x' 2023-12-13 15:55:13 +01:00
Lukas Matena
e0a03c7970 Merge branch 'master_271' into HEAD 2023-12-13 15:49:26 +01:00
Lukas Matena
2d130c71b6 Move binary gcode checkbox to Printer Settings 2023-12-11 15:40:35 +01:00
YuSanka
83a277b0c5 Fix for #7799 : Switching tabs with Ctrl+Shift+Tab collapses sidebar 2023-12-07 09:44:41 +01:00
enricoturri1966
62ff444a1e #11821: Fixed bug in generation of volumes in pre-gcode view for brim/skirt elements, thanks to @supermerill 2023-12-05 09:48:24 +01:00
YuSanka
4bbe6e21d0 Fix for #7799 : Switching tabs with Ctrl+Shift+Tab collapses sidebar 2023-12-04 14:45:36 +01:00
YuSanka
fa86a3d047 Searcher related refactoring:
* Searcher moved form Plater to Gui_App
2023-11-30 15:26:20 +01:00
enricoturri1966
5cc272bdfb #11686 - Fixed rendering to thumbnail of mirrored objects 2023-11-21 10:54:51 +01:00
Lukáš Hejl
a63c553f50 SPE-2024: Fixed crash when adding objects into the shape gallery. 2023-11-13 11:34:59 +01:00
Lukáš Hejl
87a58670f3 Fixed crash during thumbnail generation for SLA printers. 2023-11-10 18:20:12 +01:00
Lukáš Hejl
8e6085bfa4 SPE-2016: Fixed crash in multi-material painting gizmo and during generating multicolor thumbnails.
The crash happened after changing the number of extruders.
2023-11-09 15:16:01 +01:00
Lukáš Hejl
7c22d7a842 SPE-1975: Show multi-material painting in thumbnails. 2023-10-31 15:35:28 +01:00
YuSanka
1f0b834a70 WIP (NewUI with fonts): Next improvements for fonts.
* AboutDialog, SysInfoDialog, ConfigSnapshotDialog, ConfigWizard: Set correct/scaled font.
* PreferencesDialog:
  * Use SpinInput instead of wxSpinCtrl.
  * Added layout of the activated tab.
  * Remove "suppress_round_corners" option and ignore its value for whole application.
+ Plater: fixed obj_list() function to check existence of the control to avoid crash on recreate_GUI().
+ GLCanvas3D: Increased delta value between current and new values of the toolbar icon scale.
2023-10-18 16:32:12 +02:00
Filip Sykala - NTB T15p
86879c5d92 Merge branch 'master' into fs_svg_SPE-1517 2023-10-17 11:21:38 +02:00
tamasmeszaros
12f735652b Merge branch 'tm_SPE-1866' 2023-10-16 14:46:58 +02:00
Filip Sykala - NTB T15p
15931c2ef4 Merge branch 'master' into fs_svg_SPE-1517 2023-10-16 13:17:21 +02:00
YuSanka
e277e5915e Fix for SPE-1927 : Focus on Canvas entering 2023-10-16 12:52:19 +02:00
tamasmeszaros
5b7fdd0d6d fixing arrange for sequential print SPE-1866
Fixing problem with incorrect arrange settings for sequential mode

On first start of the app when the arrange dialog wasn't open yet, see also

Remove leftover debug code

Using a StaticMap in ArrangeSettingsView
2023-10-16 11:51:10 +02:00
Filip Sykala - NTB T15p
6a1f31ec47 Merge branch 'master' into fs_svg_SPE-1517 2023-10-16 11:44:35 +02:00
enricoturri1966
319454c259 SPE-1937: Fixed rendering of sequential clearance contours when dragging an object while the collision detection is running 2023-10-16 10:42:42 +02:00
enricoturri1966
56a24af0a5 SPE-1948: Fixed missing update of raycaster when mirroring objects 2023-10-12 14:42:26 +02:00
Filip Sykala - NTB T15p
a57e3c14b6 Merge branch 'master' into fs_svg_SPE-1517 2023-10-11 15:29:09 +02:00
enricoturri1966
ef1d9950dd SPE-1919: Fixed missing update of out of bed state when changing part type 2023-10-11 11:20:57 +02:00
Filip Sykala - NTB T15p
7e8594069b Merge branch 'master' into fs_svg_SPE-1517 2023-09-22 11:01:03 +02:00
YuSanka
bbd47f0e16 Fix for SPE-1918 : Modificators will be shows after undo(CTRL+Z) with seam/support painting gizmo. 2023-09-22 10:04:58 +02:00