forked from prusa3d/PrusaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use the correct LIBPNG * ENABLE_LAYOUT_NO_RESTART -> Added an extra sizer to Mainframe to avoid hiding the entire application when switching the layout type * Fixed initial size of features type combo popup when building against wxWidgets 3.1.3 * Fix macos deps * prusa3d#4492 - Fixed application loosing focus when importing models * Attempt to fix crash on Mac when rotating an object while layer editing is active * Support for collecting warnings from the background processing. Multiple warnigns may be collected per Print / PrintObject milestone and a status update is sent to the UI immediately after a warning is issued. * Update of back-end warnings: Back-end warnings contain two new members: "current" and "message_id". A warning is set to "not current" if its milestone is invalidated. * Fix of previous commit. * Empty layers check converted to a warning (except for the first layer) * Pull request prusa3d#4235 - Fix tick/untick ironing feature in preview by rongith * Empty layer check fix The test gave false positive in case there were supposed to be both object and support extrusions on the first layer * Added well-known metadata to 3mf export * GUI_objectList: fixed typo in assert * Fixed back-end warning infrastructure: The Print / PrintObject should have been derived from ObjectBase, not from ObjectID. * Temporary ironing icon to avoid crashes on GTK Ironing type and spacing can be set per-object * Fixed update of the TreeCtrls and "revert to system values" buttons on preset tabs, if application was run in New or Dlg mode * Fixed a bug in selection from the 3D scene. Steps to the reproduce a crash: 1. In SLA mode add some object with several instances 2. Slice 3. Back to 3Dview scene, select all using Ctrl+A 4. Press "Delete" * Hot fix for the last commit * TriangleSelector: draft of interface * TriangleSelector: first partially working implementation * TriangleSelector: Improvements * TriangleSelector: even more progress * TriangleSelector: remerging triangles, bugfixes * TriangleSelector: Reusing of previously calculated triangle divisions, partial garbage collection implementation * TriangleSelector: Vertices are reference-counted and garbage collected Garbage collection is triggered automatically when more than half of all triangles are invalid * TriangleSelector: getting ready for frontend/backend separation * TriangleSelector: Serialization and deserialization * TriangleSelector: Separated frontend/backend, support of multiple volumes, etc. * TriangleSelector: 'Select by angle' and 'reset selection' functions fixed * TriangleSelector: backend is aware of divided triangles * TriangleSelector: Schedule restarting background process after edit * TriangleSelector: Fix of a macOS crash Calling reset() from constructor relied on uninitialized variable * TriangleSelector: bugfix - backend did not correctly account for mirrorring * TriangleSelector: edge limit is derived from cursor size * TriangleSelector: 3MF loading and saving * Showing Eject button only after exporting is finished. Fix of prusa3d#4212 * added 's' in https when pointing users to our github * Deleted default value in Plater::export_gcode(bool prefer_removable). Only place where it is not sure what value should be is in btn_reslice - i chose true * Added handling of mouse wheel events to ImGuiWrapper Co-authored-by: bgiot <[email protected]> Co-authored-by: enricoturri1966 <[email protected]> Co-authored-by: tamasmeszaros <[email protected]> Co-authored-by: Vojtech Bubnik <[email protected]> Co-authored-by: Lukas Matena <[email protected]> Co-authored-by: YuSanka <[email protected]> Co-authored-by: rongith <[email protected]> Co-authored-by: David Kocik <[email protected]>
- Loading branch information
1 parent
9324a9d
commit 7b19e75
Showing
32 changed files
with
1,549 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.