Commit Graph

22909 Commits

Author SHA1 Message Date
Lukas Matena
cc71436aef Fixed several warnings 2023-06-01 16:10:33 +02:00
David Kocik
efe511cef5 Merge branch 'dk_zip_3mf' 2023-06-01 15:07:14 +02:00
David Kocik
8fe024efdd Import zip archive -> open 3mf project if it is project and not archive 2023-06-01 15:06:06 +02:00
David Kocik
2966405f11 Merge branch 'dk_export_3mf' 2023-06-01 15:05:17 +02:00
David Kocik
1a5fc8e68d Add error dialog after saving Project fails.
Issue #10688
2023-06-01 15:04:45 +02:00
enricoturri1966
aea3f1dc86 Small optimization into its_convex_hull_2d_above() 2023-06-01 14:49:58 +02:00
Félix Piédallu
071eb3d393 Fix build: Text() takes a string format as first argument (PR #10712) 2023-06-01 13:58:11 +02:00
YuSanka
94940454bf Localization: Updated internal dictionaries (FR, IT, JA and PL)
* Merged with last POT and updated comunitz dictionaries (FI and zh_CN)
2023-06-01 13:48:24 +02:00
Utelagazkodas
93e2305c12 Update PrusaSlicer_hu.po
fixed typo
2023-06-01 13:18:11 +02:00
ptsa
8d3cdd33f2 Add files via upload 2023-06-01 13:07:23 +02:00
enricoturri1966
eb39542f44 Merge remote-tracking branch 'origin/lm_et_bs_conflict_checker' 2023-06-01 12:22:00 +02:00
enricoturri1966
7b03d0845c Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into lm_et_bs_conflict_checker 2023-06-01 12:21:05 +02:00
tamasmeszaros
89d04c91e6 Merge branch 'tm_arrange_mode_SPE-1733' 2023-05-31 18:10:12 +02:00
Lukas Matena
5f7c5f452b Conflict checker: account for the stabilization cone of the wipe tower and its brim 2023-05-31 13:34:03 +02:00
Lukas Matena
46678c27b5 Conflict checker: detection of the wipe tower when it narrows towards the top 2023-05-31 13:34:03 +02:00
Lukas Matena
15eb860a31 Conflict checker: follow-up to previous commit:
the wipe tower may be rotated without being invalidated, in which case the rotation would not be updated in the conflict checker
2023-05-31 13:34:03 +02:00
Lukas Matena
985bb54748 Conflict checker: take the wipe tower into account 2023-05-31 13:34:03 +02:00
enricoturri1966
cc55bcbf5e Conflict checker: automatically set the gcode preview at the layer shown in the notification when hitting the action text in it 2023-05-31 13:34:03 +02:00
enricoturri1966
9a1e85c1f4 Conflict checker: sort detected conflicts to show the one with lowest z in the notification 2023-05-31 13:34:03 +02:00
enricoturri1966
a2ed20d595 Conflict checker: added detection for instances belonging to the same object 2023-05-31 13:34:03 +02:00
Lukas Matena
b0bef4eeb4 Conflict checker: first steps to extend it so it takes instances into account 2023-05-31 13:34:03 +02:00
Lukas Matena
720ddf73da Fixed mysterious ASAN crash in conflict detection code 2023-05-31 13:34:03 +02:00
enricoturri1966
0f15eb6600 Revert of 00e440e3006d43957f3e865d225b340c3be2e1fd 2023-05-31 13:34:03 +02:00
enricoturri1966
2aa6d77c1b Attempt to fix failure in fff_print_tests on MAC Asan 2023-05-31 13:34:03 +02:00
enricoturri1966
3706a2c777 Fixed warning 2023-05-31 13:34:02 +02:00
enricoturri1966
681227be71 Fixed crash in fff_print_tests 2023-05-31 13:34:02 +02:00
enricoturri1966
efe00f310b Fixed warnings 2023-05-31 13:34:02 +02:00
enricoturri1966
6944c30f87 Tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION set as default 2023-05-31 13:34:02 +02:00
enricoturri1966
417c85b83b Tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION_MOD set as default 2023-05-31 13:34:02 +02:00
enricoturri1966
7a82429cf6 SPE-1682 - Toolpaths conflicts detection, 1st installment
Succesfully enhanced and integrated into PrusaSlicer from BambuStudio:

d43c7d5c92

d72b4c1bfe

87eb0f3665

b5b7264e99

Code taken from BambuStudio is embedded into tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION

Changes to adapt the code to PrusaSlicer is embedded into tech ENABLE_BAMBUSTUDIO_TOOLPATHS_CONFLICTS_DETECTION_MOD

Co-authored-by: manch1n <miaoxin.chen@bambulab.com>

Co-authored-by: miaoxin <miaoxin.chen@bambulab.com>

Co-authored-by: lane.wei <lane.wei@bambulab.com>
2023-05-31 13:34:02 +02:00
YuSanka
3209c48c9b Follow-up 0e452dcf74 - Fixed debug compilation 2023-05-31 13:31:55 +02:00
Lukas Matena
ca3c6ecd9e Do not show the wipe tower in 3D scene when only one extruder is used 2023-05-31 13:01:28 +02:00
tamasmeszaros
4d272b09b1 Add CancellableJob for cancelling only a specific job instance 2023-05-31 12:14:09 +02:00
YuSanka
0e452dcf74 Fix for #10667 - Scaling blocked (or not blocked) incorrecty after cut feature is used
* cut_id for cut object is updated from attributes before all manipulations with perform a cut
 * synchronization of the cut_id for whole model is execute now after all manipulations, related to the cut
2023-05-31 11:18:40 +02:00
enricoturri1966
32af0221f2 SPE-1744 - Fixed merge with mirrored objects 2023-05-31 11:10:01 +02:00
Pavel Mikus
29282e206f Fix warnings in ExtrusionProcessor and SupportSpotGenerator 2023-05-31 10:12:05 +02:00
Pavel Mikus
cf6b6ff4e4 Fix SPE-1726 - hole between bridges and perimeters caused by thin internal fill surface
GithubIssue https://github.com/prusa3d/PrusaSlicer/issues/10231#issuecomment-1546779200
During sorting of surfaces into top, bottom and internal, expand bottom bridges by one spacing unit, to ensure better anchoring
2023-05-30 15:52:34 +02:00
rtyr
f9d2c9651e
Sync with PrusaSlicer-settings.
1.9.0-beta2
2023-05-30 10:36:53 +02:00
rtyr
f98dfd00a6
MK4IS resources 2023-05-30 10:35:47 +02:00
YuSanka
7ad9a993a8 Fix for SPE-1734 : CUT - scaled/rotated modifiers loose their transformations when some cut part is selected/deselected 2023-05-30 09:35:56 +02:00
YuSanka
55057426f2 Post update for Finnish and Catalan languages
* merged with wxWidgets dictionary
* generated MOs

+ Added MO for Belarus language
2023-05-29 11:05:36 +02:00
YuSanka
7d6e07ae7b Manually merge of the https://github.com/prusa3d/PrusaSlicer/pull/10678 2023-05-29 10:38:30 +02:00
davidjuanesb
5828820728 Catalan Language updated to 2.6.0-beta3
Catalan Language updated to 2.6.0-beta3
2023-05-29 10:21:39 +02:00
Lukas Matena
cc1e69b434 Bumped up version to 2.6.0-beta3 2023-05-26 15:50:36 +02:00
Lukas Matena
cb011bcc7e Added missing include 2023-05-26 14:25:38 +02:00
YuSanka
10143d6ccd Fix for #10636 - [2.6.0 ß2] Filament color selected in Filament menu does not transfer to main screen 2023-05-26 14:02:21 +02:00
Oleksandra Yushchenko
89c5b30210
Localization. Next update 2023-05-26 13:56:34 +02:00
YuSanka
2417b0aee4 Localization: Updated internal dictionaries (FR, IT, JA, PL, CS, DE, ES) 2023-05-26 13:53:26 +02:00
YuSanka
85b963704a Lokalization: Following-up previous commits:
* GCodeViewer : Used format() instead of sprintf()
 * Added comments to translators
 * Updated POT and merged with community dictionaries
2023-05-26 13:25:46 +02:00
David Kocik
c854fc76a6 Merge branch 'dk_octo_test' 2023-05-26 13:15:04 +02:00