Commit Graph

  • 934ed0bbae Remove static flag and extend case when call after will be from unactive Gizmo. Filip Sykala 2021-11-08 16:54:00 +01:00
  • d72fba2a6a translation of progress Filip Sykala 2021-11-08 15:09:52 +01:00
  • a61c892c05 Some more fixes when switching objects while simplifying Lukas Matena 2021-11-01 11:21:50 +01:00
  • 0bfa81be56 Several more fixes: - fixed crash on close when worker is running - refresh percentage in the UI by requesting extra frames - get rid of extra m_is_worker_running variable Lukas Matena 2021-11-01 09:36:44 +01:00
  • 9ad54ab4db Some more cleanup Lukas Matena 2021-10-30 01:14:52 +02:00
  • be04751776 Many small fixes Lukas Matena 2021-10-30 00:47:36 +02:00
  • 7bcab6f795 Simplify does not touch ModelVolume all the time (runs, but needs polishing) Lukas Matena 2021-10-29 17:58:05 +02:00
  • ab260d005e More adjustments, still working with Model directly Lukas Matena 2021-10-29 12:45:30 +02:00
  • 6661967f9f Shared data packed in a struct Lukas Matena 2021-10-29 12:35:57 +02:00
  • ba56a79795 Simplify gizmo now renders the volume by itself, it does not rely on the usual GLVolume rendering. GLCanvas3D::toggle_model_object_visibility was extended to hide a single volume. Rendering the model and wireframe uses the same vertex buffer, which is now used through GLModel class. GLGizmoRenderTransparent class should no longer be needed. GLCanvas3D::reload_scene calls replaced with request_rerender. Lukas Matena 2021-10-29 10:22:41 +02:00
  • 50ea144b84 Minor improvements: - const corectness - volatile -> std::atomic - GUI::format - encoding issues Lukas Matena 2021-10-28 00:45:14 +02:00
  • 8369bd86f3 Merge branch 'dk_sla' David Kocik 2021-11-11 17:09:13 +01:00
  • 217bcfd37d SLA only mode in wizard David Kocik 2021-11-11 17:01:43 +01:00
  • e324643a04 Fix hanging status indication if a UI job gets started over another.. tamasmeszaros 2021-11-11 17:07:35 +01:00
  • 3c61d2b352 Merge branch 'master' into fs_removes_SimplifyMesh Filip Sykala 2021-11-11 16:05:43 +01:00
  • 93347f0452 Close Shape Gallery dialog by pressing ESC on keyboard enricoturri1966 2021-11-11 13:03:40 +01:00
  • d599c85477 Fixed typo in a0e6c7a076 YuSanka 2021-11-11 11:31:34 +01:00
  • 3a93277531 Revert "medical" Vojtech Bubnik 2021-11-11 11:22:57 +01:00
  • 17686b4814 Slight performance boost tamasmeszaros 2021-11-11 11:12:03 +01:00
  • a0e6c7a076 Follow up a3f6ce1ac6 YuSanka 2021-11-11 10:30:47 +01:00
  • 117302ba22 medical Vojtech Bubnik 2021-11-11 10:11:03 +01:00
  • 549c98ac88 Fix its_number_of_patches returning bool instead of size_t tamasmeszaros 2021-11-11 10:02:58 +01:00
  • 64e926b363 Fixed endless "New project" possibility YuSanka 2021-11-11 08:46:15 +01:00
  • f94a1dbb48 Added a missing include (GCC 11.1). Lukáš Hejl 2021-11-10 23:21:36 +01:00
  • f44f367f9b Merge branch 'tm_rotgizmo_beautify' tamasmeszaros 2021-11-10 16:40:19 +01:00
  • c49ba9f7f0 Round up rotation optimizer gizmo. tamasmeszaros 2021-11-10 16:35:47 +01:00
  • 8b51dc6dee Menu text David Kocik 2021-11-10 16:34:54 +01:00
  • fe309dc248 Merge branch 'dk_upload' David Kocik 2021-11-10 15:57:15 +01:00
  • 7acc3690ab Change in checking model name in physical printer dialog David Kocik 2021-11-10 15:26:42 +01:00
  • 954538fdf0 Imgui now recognizes numpad enter key presses enricoturri1966 2021-11-10 15:42:25 +01:00
  • cbc0c6ccd0 Merge branch 'dk_updater' David Kocik 2021-11-10 15:28:03 +01:00
  • 43986c2896 Changes in notifying about new releases. David Kocik 2021-11-08 17:20:39 +01:00
  • 6895e0fde1 External updater is only run in GUI mode Lukas Matena 2021-11-03 11:00:20 +01:00
  • 262304c777 Use correct encoding when calling external updater Lukas Matena 2021-11-03 10:57:45 +01:00
  • 9994e0bcbc Start updater during start of prusaslicer. David Kocik 2021-11-01 12:18:17 +01:00
  • 7122572841 Fixed black SLA material color. rtyr 2021-11-10 12:56:54 +01:00
  • f7db7c0a26 #7282 - Fixed crash after splitting object into parts (missing or degenerate convex hulls) enricoturri1966 2021-11-10 12:07:43 +01:00
  • 8915d8bc91 Improvement of previous commit: - use boost::nowide instead of WinAPI for the encoding conversion - only add the node when it is not empty Lukas Matena 2021-11-10 11:37:49 +01:00
  • de1785760c Follow up e8be7b2ecd - Remove unused code YuSanka 2021-11-10 11:30:48 +01:00
  • bfa91cbd95 Windows: Include blacklisted libraries in SendSystemInfo data Lukas Matena 2021-11-09 17:14:54 +01:00
  • a3f6ce1ac6 MsgDialog: Some code refactoring. Use style for whole Dialog instead of wxWindowID for just one default button YuSanka 2021-11-10 10:49:43 +01:00
  • e8be7b2ecd Implemented possibility to show resin colors from the Plater (Bottles with resin are colored now in preset combobox) + Added nsvgParseFromFileWithReplace() to replace some colors before parsing from SVG file + Thumbnails are saved with selected resin color in SL1 or SL1S files + "white" folder is deleted from "icons" now. THere is no needed anymore. YuSanka 2021-11-09 17:00:57 +01:00
  • 69731b1d96 Merge remote-tracking branch 'origin/et_imgui_slider' enricoturri1966 2021-11-09 15:11:09 +01:00
  • 7de0f1195a Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_imgui_slider enricoturri1966 2021-11-09 15:09:32 +01:00
  • ee8a9d8d50 build_win.bat: Updates to better handle deps changes (#7268) Justin Schuh 2021-11-09 05:44:28 -08:00
  • 99e9cea9ad 1.4.0-beta2 - Added SLA material colors. Updated BASF filament profiles. rtyr 2021-11-09 14:04:20 +01:00
  • a5f20d4c71 MsgDialog: Delete redundant code (fix for https://github.com/prusa3d/PrusaSlicer/issues/7254) YuSanka 2021-11-09 12:52:44 +01:00
  • ab6ceaa68c #7246 - Fixed rrror when resize object to bed limit enricoturri1966 2021-11-09 12:29:22 +01:00
  • 6279fd4584 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_imgui_slider enricoturri1966 2021-11-09 10:21:57 +01:00
  • 5c55bee923 Update How to build - Linux et al.md Lukáš Matěna 2021-11-08 14:42:38 +01:00
  • 67533da405 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_imgui_slider enricoturri1966 2021-11-08 13:44:13 +01:00
  • 869276aedb Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Changed background color of additional button and its icon enricoturri1966 2021-11-08 13:43:53 +01:00
  • 5190a1f425 #7258 - Fixed cut of merged object enricoturri1966 2021-11-08 12:56:38 +01:00
  • ce1fbbfa7c OSX specific: Fix of #7259 - (Darker colors of objects inside the multi-material gizmo on macOS Monterey on Arm64 CPU) Lukáš Hejl 2021-11-08 11:13:07 +01:00
  • 8bc074f5f2 MSW: Dark Mode: Update of PrintHostDialogs YuSanka 2021-11-08 11:06:37 +01:00
  • 24d1303126 Fixes issue #7247: Wxwidgets 3.0 yet again. MsgDialog.hpp:270:40: error: ‘wxASCII_STR’ was not declared in this scope combolek 2021-11-06 12:39:52 -07:00
  • c782c2d389 #7245 - Added validation of values typed by user in scale and size fields of object/part manipulator in sidebar enricoturri1966 2021-11-08 08:38:37 +01:00
  • 9752fb5810 Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Additional button, added to imgui float slider, using svg icon enricoturri1966 2021-11-08 08:29:19 +01:00
  • 69b7fac01f Fixed a compiler warning. Lukáš Hejl 2021-11-05 23:19:01 +01:00
  • 80695603d6 Merge branch 'lh_mm_segmentation' Lukáš Hejl 2021-11-05 22:53:13 +01:00
  • e13be90283 Fix of #7109 (Bulges with model's base color on multi-material painted models) Lukáš Hejl 2021-11-05 10:18:11 +01:00
  • f5a6e53298 Fix of #7235 (Dimples in external perimeter after multi-material segmentation) Lukáš Hejl 2021-11-05 10:12:40 +01:00
  • b572588fc5 Small refactoring of storing colored polygons in multi-material segmentation. Lukáš Hejl 2021-11-05 10:07:21 +01:00
  • 54b72fdaa9 Added a missing include (GCC 11.1). Lukáš Hejl 2021-11-05 22:52:13 +01:00
  • 2fcab52f86 Added "Color" parameter for SLA material YuSanka 2021-11-05 17:19:57 +01:00
  • ddef93e78b Merge branch 'tm_sl1_import_fixes' tamasmeszaros 2021-11-05 15:59:15 +01:00
  • 535191c1e9 Verify layerHeight conf value before use tamasmeszaros 2021-11-05 15:58:40 +01:00
  • eda0a995a2 Merge branch 'tm_sl1_import_fixes' tamasmeszaros 2021-11-05 15:49:38 +01:00
  • c4c8b7608e Fix some mesh errors in sl1 archive reconstruction tamasmeszaros 2021-11-05 15:32:14 +01:00
  • 1c940ef145 Do not reset sl1 import dialog settings between imports tamasmeszaros 2021-11-05 15:29:58 +01:00
  • fb429c1e23 Load layer height from config.ini if profile is missing from sl1 archive tamasmeszaros 2021-11-05 15:28:42 +01:00
  • bbcedae5fd MSW: DarkMode: Improvements for message Dialogs * A little bit reworked MsgDialog: Checkbox and buttons are placed under the Static line * Implemented wrapper for wxRichMessageDialog + Implemented wrapper for wxStaticLine YuSanka 2021-11-05 15:18:10 +01:00
  • 9086879e16 Change float slider to wrap function. Enrico's request Filip Sykala 2021-11-04 15:26:24 +01:00
  • 2a940863e1 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_imgui_slider enricoturri1966 2021-11-05 14:47:21 +01:00
  • f7662682c8 Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Modified ImGuiWrapper::slider_float() to create a compound widget where an additional button can be used to set the keyboard focus into the slider to allow the user to type in the desired value enricoturri1966 2021-11-05 14:46:44 +01:00
  • 8b150ae235 Initial Voron bundle rtyr 2021-11-05 13:07:23 +01:00
  • aff9e1f7ea MSW_DarkMode: Next Improvements * Refreshed title bar for all Dialogs and MainFrame * Refreshed header of the DataViewCtrl and ListView * Refresh tooltips * Redraw SpinCtrls * Use system menu with is colored in respect to the color mode * Preferences: Added parameter "Use system menu for application" and moved to the "Dark mode" tab with "Enable Dark mode parameter" YuSanka 2021-11-01 16:24:31 +01:00
  • 7520e2f193 Updated SHA256 in wxWidgets.cmake YuSanka 2021-11-05 09:41:18 +01:00
  • c8ff0de27e Updated ABS filament density. rtyr 2021-11-03 22:45:28 +01:00
  • 9a484d532b Fixed filament_diameter rtyr 2021-11-03 22:43:00 +01:00
  • 1a0893b783 Initial Ultimaker bundle rtyr 2021-11-03 17:11:58 +01:00
  • 5c4b763414 Merge branch 'dk_preferred_selection' David Kocik 2021-11-03 11:37:35 +01:00
  • a771519b9f Fix of #7169 Check if material or filament profile is_compatible before selecting it when it should be selected as first selected profile in wizard. David Kocik 2021-10-27 16:29:37 +02:00
  • d25d572b36 Hints content David Kocik 2021-11-03 09:46:33 +01:00
  • 992031620e Repetier-Server: Enable "Start printing after upload" (#5351) scott0122 2021-11-03 06:34:12 +08:00
  • f9bdde5603 Remove SimplifyMesh Filip Sykala 2021-11-02 14:23:49 +01:00
  • 7ce13b4a26 Merge branch 'lh_mm_segmentation' Lukáš Hejl 2021-11-02 13:22:20 +01:00
  • 54b0ee6a4a Fix of #7112 (Default color sometimes appeared between two multi-material painted areas) Lukáš Hejl 2021-10-29 12:24:15 +02:00
  • 3eb4ae309a Small refactoring of post-processing of the projected painted lines in multi-material segmentation. Lukáš Hejl 2021-10-29 12:22:22 +02:00
  • e04c934253 Added more debug output for multi-material segmentation for debugging projection of the painted lines. Lukáš Hejl 2021-10-29 12:20:32 +02:00
  • 4e9f906848 Cooling buffer used to remove F word from G1 Fxxx lines if the feed rate did not change compared to the preceding value creating empty "G1" lines. The empty "G1" lines are now removed. Improves Features fail with extra G1 moves when above a certain layer height and Detect Thin Walls is enabled #5176 Improves Thin wall detection causes miniature loops to be added, and emits empty G1 commands #3058 Vojtech Bubnik 2021-11-02 12:11:42 +01:00
  • d2b17f138a Merge branch 'dk_notifications' David Kocik 2021-11-02 10:52:11 +01:00
  • ca8f7fbf80 Copying from other config folders: David Kocik 2021-10-25 14:19:22 +02:00
  • 4c8e13947c Hint hypertext preferences highlight David Kocik 2021-10-26 10:04:48 +02:00
  • f23a0298ed ExportOutgoing notification should not show on upload David Kocik 2021-10-26 14:22:35 +02:00
  • 8bf4408731 Fix of #7170. Delayed notification is not moved until push will succeed. David Kocik 2021-10-26 14:03:58 +02:00
  • 79d9fd154e Wrong build on windows system (32 vs 64bit) dialog David Kocik 2021-10-25 17:40:18 +02:00
  • 73af0ed331 Fixing slow conversion from cgal mesh format tamasmeszaros 2021-11-02 09:52:44 +01:00
  • fc3bab9063 Merge branch 'lh_brim_fix' Lukáš Hejl 2021-11-01 15:11:48 +01:00
  • 78879b2e84 Fixed missing brims for nested objects. Lukáš Hejl 2021-11-01 15:07:05 +01:00