Commit Graph

17719 Commits

Author SHA1 Message Date
rtyr
6dd0de4d2e Anycubic bumped up to 0.0.12 2021-12-16 15:49:19 +01:00
rtyr
485613b721 Merge pull request #7092 from slghb/i3_mega_s_fixes
Update Anycubic i3 Mega (S) profile
2021-12-16 15:44:15 +01:00
YuSanka
58766bbaae Fix for switch Dark/Light mode when preset settings are in separate dialog.
Set new color for title bar, tab bar and all scroll bars for settings dialog
2021-12-16 15:06:48 +01:00
enricoturri1966
1ee8180650 Fixed crash when changing modifier type on a circular printbed 2021-12-16 14:01:44 +01:00
enricoturri1966
3603268955 Fixed call to take_snapshot() in ObjectList::load_subobject() 2021-12-16 12:03:11 +01:00
rtyr
b7b95fdea7 Bumped up version to 0.1.2 - Added Ender 3 S1 2021-12-16 12:02:32 +01:00
rtyr
9ef2e5cf42 Merge pull request #7502 from pmjdebruijn/creality
Creality Bundle Enhancements
2021-12-16 11:54:03 +01:00
rtyr
9ca4c85838 Ender 3 S1 thumbnail 2021-12-16 11:50:46 +01:00
rtyr
53de196025 Sync with PrusaSlicer-settings 2021-12-16 10:35:32 +01:00
Lukáš Hejl
3d43d1039d Merge branch 'lh_avoid_crossing_perimeters_fix' 2021-12-16 08:58:04 +01:00
Lukáš Hejl
410cad6f08 Fixed issues in inner_offset() in the avoid crossing perimeters that caused in some cases travels to follow the first perimeter instead of the second one. 2021-12-16 08:57:04 +01:00
Lukáš Hejl
7993cad1bc Fixed that external travels led inside holes (around the perimeter) instead of inside the model when the avoid crossing perimeters was enabled.
Caused by changed behaviour of offset/expand functions when called on CW polygons (holes) after 7ff76d0768. When it is called expand on CW polygons (holes), they shrunk instead of expanded.
2021-12-16 08:56:29 +01:00
Pascal de Bruijn
ceb423ca2a creality.ini: add preliminary Ender-3 S1 2021-12-15 20:14:01 +01:00
Pascal de Bruijn
b9b1c65bda creality.ini: slight improvements to Ender-2 Pro
Replace bed stl with something consistent with the rest
Replace bed svg with something simpler consistent with the rest
Add tiny safety margin
2021-12-15 20:03:45 +01:00
Pascal de Bruijn
4ecef73c5c creality.ini: always output layer heights with two decimals 2021-12-15 19:43:15 +01:00
Vojtech Bubnik
dddc89d529 Importing newer config when starting the application:
Cache directory is newly deleted before it is imported from the newer
config location.

Linux specific: When asking for certificate directory, perform import
of configs first.
2021-12-15 16:09:22 +01:00
YuSanka
84b989aeb7 UpdateDialogs: Fixed an alignment inside a GridSizer, when "Open changelog page" is added. 2021-12-15 15:58:18 +01:00
Maximilian Engelhardt
b99d2a15f0 Update Anycubic i3 Mega (S) profile
- revert retraction settings as the previous change causes issues with
  stringing.
- sync many settings with Prusa MK2 profile and some with Prusa MK3
  profile.
- remove no longer needed SUPPORTED print settings. Support settings can
  now be selected directly in the PrusaSlicer menu.
- add DAS FILAMENT PETG profile.
2021-12-15 15:52:09 +01:00
Vojtech Bubnik
b69c30a15d Fixed previous commit 2021-12-15 14:52:01 +01:00
Vojtech Bubnik
d09f187ab0 If taking configuration snapshot before importing newer configuration fails,
offer to stop importing configuration.
2021-12-15 14:27:25 +01:00
Vojtech Bubnik
97a7dd975c Delete existing vendors before importing newer vendors, as the existing
vendors may not be referenced by newer PrusaSlicer.ini imported.
2021-12-15 13:43:37 +01:00
YuSanka
303cf8c38f Fix for #7496 - Dark-mode selection highlight 2021-12-15 13:24:40 +01:00
Vojtech Bubnik
9775775f2d Fixing AppConfig::reset(), calling reset() before load().
This fixes some issues when importing newer configuration over the current.
2021-12-15 12:04:43 +01:00
Vojtech Bubnik
e3c9b6d9bf Fixing previous commit on AppConfig and loading newer configuration. 2021-12-15 11:22:44 +01:00
Vojtech Bubnik
537169b4d4 Some improvements to copying of newer configuration to current folder:
1) Less context is kept in GUI_App.
2) Copying is not being done if loading current PrusaSlicer.ini fails
3) AppConfig (PrusaSlicer.ini) is saved first after the newer configuration is installed.
2021-12-15 11:09:34 +01:00
YuSanka
de78d62d44 MsgDialog: Fix for scale of the message size, when mainframe wasn't created yet but InfoDialog is shown 2021-12-15 11:01:12 +01:00
Vojtech Bubnik
f89a5ddc9a Bugfix: Loading of AppConfig from an alternate locations. 2021-12-15 10:30:22 +01:00
YuSanka
e62a78fc43 Initialize fonts before first UI action 2021-12-15 09:50:19 +01:00
YuSanka
702d727ed9 Revert of the 8b3e413633, which was caused the issue #7498 2021-12-15 09:03:38 +01:00
YuSanka
cf59b221d0 Localization: Update for NL dictionary.
+ Missed "Did you know..." phrases are added to POT and merged with some PO files
2021-12-14 16:34:56 +01:00
YuSanka
a10824efd8 MsgDialog: Fixed text color under non-MSW platforms 2021-12-14 16:34:56 +01:00
Vojtech Bubnik
1b358b05ad Bumped up version to release candidate,
changed the configuration directory from beta to final.
2021-12-14 14:49:32 +01:00
YuSanka
63bc64d8cf Follow-up 6d2efe29a4 - Call wxInitAllImageHandlers() before any UI actions to avoid "No image handler..." warnings.
+ Deleted unnecessary app_config->save() call
2021-12-14 14:56:38 +01:00
Lukáš Hejl
ff20d1e46d Used double instead of float for computing distance between two polygon vertices in precompute_polygon_distances() in the avoid crossing perimeters.
Using a float instead of a double caused accumulation of error in the calculated distance, which in rare cases triggered an assert in get_shortest_direction().
2021-12-14 14:49:00 +01:00
rtyr
7fe2243e8f Updated for the PrusaSlicer 2.4.0-rc release. 2021-12-14 14:41:25 +01:00
YuSanka
370b220643 Localization: Updated dictionaries for CS, DE, ES, FR, IT, NL, PL
+ GUI_App.cpp: Set language, color mode and initialization of image handlers before a call of check_older_app_config()
2021-12-14 14:13:44 +01:00
enricoturri1966
c241a7b92c #7461 - Use three floats for defining vertex normal to render travel toolpaths. This fixes a crash on NVIDIA Quadro graphics cards when turning on travel moves visibility in preview. 2021-12-14 13:53:37 +01:00
YuSanka
f5800884da Updated sha256 value for wxWidgets 2021-12-14 12:06:08 +01:00
YuSanka
0a375fcab2 Follow-up e2475c95 - Disable check of the compatibility of the "support_material" and "overhangs" options for profile which was loaded from 3mf 2021-12-14 11:49:53 +01:00
YuSanka
987f229153 Check "support_material" and "overhangs" relations only on global settings level.
Note: It can be changed in the future, when infrastructure for saving of this relation per configuration will be implemented
2021-12-14 10:49:47 +01:00
tamasmeszaros
2b177a9413 Merge branch 'tm_tbb_find' 2021-12-14 10:49:05 +01:00
tamasmeszaros
d1b2380f1b Fix error in previous commit 2021-12-13 17:11:17 +01:00
YuSanka
9a3150b628 Fix for crash from #7486 - PrusaSlicer crashes when doing this commands 2021-12-13 16:19:58 +01:00
tamasmeszaros
a6af0b20a9 Use TBB config scripts to find the library if using dynamic libraries.
fixes #7470
fixes #6355 ?
2021-12-13 15:53:24 +01:00
David Kocik
49b480ded4 Double ampersand in text 2021-12-13 13:39:24 +01:00
enricoturri1966
90ba5da99a Fixed objects bigger than print volume set as sinking after calling 'Scale to print volume' command - SPE-1155 2021-12-13 11:32:59 +01:00
Vojtech Bubnik
605a3c7e49 Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer 2021-12-13 11:18:55 +01:00
Vojtech Bubnik
05980e8249 Fix of PrusaSlicer crashes when using fuzzy skin and setting 0 for values #7468
Fuzzy skin will be disabled for regions with
with fuzzy_skin_point_dist < 0.01 or fuzzy_skin_thickness.value < 0.001
as the first one creates excessive long extrusions while the second
one does not modify the perimeters.
2021-12-13 11:18:43 +01:00
enricoturri1966
f5a9e90734 Always use batched models to render options in preview 2021-12-13 09:50:13 +01:00
YuSanka
83f79111c1 Fix for #7481 - Found typo in BitmapComboBox.cpp L257: _MSW_DAEK_MODE 2021-12-13 09:27:35 +01:00