Lukáš Hejl
569b7d7dab
Removed unnecessary backward compatibility with old multi-material painted 3MF from the early stage of development.
2021-07-12 13:37:33 +02:00
Lukáš Hejl
f78efa99fe
Fixed an issue where seed fill selection stuck displayed when the mouse was moving inside multi-material gizmo when the gizmo was overlapping the model.
2021-07-12 13:21:10 +02:00
Vojtech Bubnik
d0a4161f47
Follow up (bugfix) of 0d70a2be69119b78277674ea35f9a77a951c2dab
...
GLIndexedVertexArray newly uses Eigen::AlignedBox<float, 3>
for efficiency instead of our double based BoundingBoxf3.
2021-07-12 10:53:09 +02:00
Lukas Matena
dca6db8635
Added a missing locale switch needed for custom gcode validation when switching tabs
2021-07-12 09:38:32 +02:00
Super-intelligent Shade of the Color Blue
454b876420
Fix FHS install dirs ( #5930 )
...
Install .desktop files into /usr/share/applications.
Install PNGs for the above into /usr/share/icons.
Install udev rules into /lib/udev/rules.d.
2021-07-09 17:44:58 +02:00
Justin Schuh
61d068ada1
Update build_win.bat ( #6688 )
...
* Support relative as well as absolute paths in -d/-destdir
* Improved debuggability (control variables and echo suppression)
* Improved error handling and messages
2021-07-09 15:23:09 +02:00
Filip Sykala
aca93a7ced
Merge branch 'master' into fs_QuadricEdgeCollapse
2021-07-09 14:14:54 +02:00
Vojtech Bubnik
3a9857e493
Our friendly GCC does not consider std::pair<int, int> trivially
...
copiable either, while everybody else does. Shame on GCC.
2021-07-09 14:05:30 +02:00
Vojtech Bubnik
d8a0b11157
GCC does not consider std::pair<std::pair<...>, ...> to be trivially
...
copiable, thus fixing the unit tests with a custom trivially
copyable type.
2021-07-09 13:58:54 +02:00
Filip Sykala
b2238834fb
Merge branch 'master' into fs_QuadricEdgeCollapse
2021-07-09 13:40:58 +02:00
Vojtech Bubnik
5bbe76003e
MutablePriorityQueue: Added is_trivially_copyable test for queue value
...
types, added [] accessors.
2021-07-09 13:25:41 +02:00
Vojtech Bubnik
e4fd6a828f
1) Fixed a significant bug in MutablePriorityQueue when setting
...
the indices allowing rescheduling of values in the middle of the queue.
2) Implemented a cache friendly variant - MutableSkipHeapPriorityQueue
based on
https://playfulprogramming.blogspot.com/2015/08/cache-optimizing-priority-queue.html
https://github.com/rollbear/prio_queue/blob/master/prio_queue.hpp
2021-07-09 12:53:29 +02:00
rtyr
c8a46c1f24
Initial gCreate bundle
...
https://github.com/prusa3d/PrusaSlicer/pull/6679
2021-07-09 12:18:08 +02:00
rtyr
9f8ca04407
gCreate resources
...
https://github.com/prusa3d/PrusaSlicer/pull/6679
2021-07-09 12:15:18 +02:00
Filip Sykala
2c0b89e4a7
FIX Simplify test
2021-07-09 10:31:05 +02:00
Filip Sykala
8b4588d361
Merge branch 'simplification' into fs_QuadricEdgeCollapse
2021-07-09 09:21:07 +02:00
Filip Sykala
c53c958cdd
Merge branch 'master' into fs_QuadricEdgeCollapse
2021-07-09 09:10:05 +02:00
YuSanka
6f9f4f78b7
Added SimplificationDialog
2021-07-09 09:10:03 +02:00
Filip Sykala
e26bffadd8
Add throw_on_cancel and statusfn into QEC
2021-07-09 09:09:52 +02:00
Filip Sykala
c00dca7810
Speed up QEC by move error directly into MutablePriorityQueue
...
Memory optimization: Change size_t to 32bit int
Lightweight Error structure for faster PriorityQueue
2021-07-08 18:08:27 +02:00
lee hakmin
d243282d32
Korean localization addition update ( #6314 )
...
* Add files via upload
* Add files via upload
* Add files via upload
2021-07-08 17:05:15 +02:00
Vojtech Bubnik
60768d3248
Updated the Catch2 framework from v2.13.3 to v2.13.6.
...
Fixes Fix build error with non-const MINSIGSTKSZ. #6518
2021-07-08 16:55:59 +02:00
MaleNurse
f66f2b7c84
Update deps build to correct cmake command for VS2019 ( #6666 )
2021-07-08 16:48:58 +02:00
tamasmeszaros
6d258d04d8
Merge branch 'tm_arrange_notify'
2021-07-08 16:36:49 +02:00
Justin Schuh
b97b40a24e
Add a simple Windows command-line build script ( #6674 )
...
Batch file that offers a single command line and sensible defaults to:
initialize the primary Visual Studio build environment, handle directory
creation/cleaning, run cmake, launch msbuild, etc.
2021-07-08 16:18:09 +02:00
jmd73
72ed2e3f86
Changed "temporary instaled" to "temporarily installed" ( #6685 )
2021-07-08 15:59:29 +02:00
tamasmeszaros
c30ac4b66f
Add notification if some objects are ignored after arrange
2021-07-08 13:35:40 +02:00
Vojtech Bubnik
95a84fa826
Bumped up version number
version_2.3.2
2021-07-08 08:46:36 +02:00
Filip Sykala
35a906139e
Extend test with checking simplified model distance to original model
2021-07-08 08:33:06 +02:00
Filip Sykala
ed9152d004
Merge branch 'master' into fs_QuadricEdgeCollapse
2021-07-07 16:52:10 +02:00
Vojtech Bubnik
28ef127d3e
Changed one line in CZ dictionary for the Configuration Substitutions
...
dialog.
Fixed one bug in the preceding commit.
2021-07-07 15:22:42 +02:00
Vojtech Bubnik
f6a6651173
Improved error handling when installing configuration updates:
...
In case the configuration snapshot cannot be taken before installing
configuration updates (because the current configuration state
is invalid), ask user whether to continue or abort.
2021-07-07 15:17:30 +02:00
YuSanka
5ff717d3c0
Localization: Updated UK dictionary
2021-07-07 14:17:23 +02:00
YuSanka
a2b337ee45
Fix of #5163 and #5505 - Vertical cutting of the preset comboboxes on a sidebar
2021-07-07 11:02:34 +02:00
Vojtech Bubnik
7939672cf9
Merge branch 'stable' of https://github.com/Prusa3D/PrusaSlicer into stable
version_2.3.2-rc
2021-07-05 16:09:56 +02:00
Vojtech Bubnik
0754bc3719
Changed the profile directory to PrusaSlicer, not PrusaSlicer-beta
...
Bumped up version number to 2.3.2-rc
2021-07-05 16:09:42 +02:00
Vojtech Bubnik
72cc9c2a6c
Updated localization dictionaries
2021-07-05 16:07:12 +02:00
Lukas Matena
3fa78b52b2
Slightly improved 'no first layer extrusions' error message
2021-07-02 17:05:31 +02:00
David Kocik
029330d656
fix of infinite loop in notification lines calulating #6583
2021-07-02 15:13:03 +02:00
rtyr
e316fbaaf2
Updated 1.3.0 description.
2021-07-02 10:21:57 +02:00
Vojtech Bubnik
1a249edc7a
Adjusted wording of the config substitution dialog.
2021-07-02 08:57:36 +02:00
bubnikv
0d03cc4cbe
Bumped up version to 2.3.2-beta.
...
Changed profile path to Prusa-beta.
version_2.3.2-beta
2021-07-01 16:52:32 +02:00
bubnikv
32ee4bb523
Updated localization file.
2021-07-01 16:51:15 +02:00
bubnikv
0a2a86dea4
Improvement in the subtitution information dialog.
2021-07-01 16:48:38 +02:00
rtyr
fd36cb772d
Decreased Area Fill (SL1S).
2021-07-01 16:37:18 +02:00
bubnikv
9c7743c1c7
Workaround for OSX file picker. Saving SL1S files did not work, the file
...
picker replaced the SL1S extension with SL1.
2021-07-01 16:25:17 +02:00
bubnikv
3782d6a864
Forward compatibility, parameter susbtitution: Substitute vector values
...
(extruder specific) with their default, if the default
is a single value vector.
Show the "Physical Printers" label in the substitution window.
2021-07-01 08:44:02 +02:00
bubnikv
e7a6323470
Configuration compatibility - implemented substitution and reporting for vectors
...
of bools (including the nullable bools).
2021-06-30 18:55:43 +02:00
bubnikv
ab5e02f20c
Fix of the previous commit.
2021-06-30 16:52:55 +02:00
bubnikv
164b0be064
Fixed typo in SL1S file mask template.
2021-06-30 16:52:55 +02:00