enricoturri1966
54cc852e42
SPE-1749: GCodeViewer - Faster processing of G2/G3 lines
2023-06-08 14:46:07 +02:00
Vojtech Bubnik
da3b2f3905
Slic3r::ThreadData structure will now be available at each thread
...
started by slicer. Initially the thread data provides thread
specific random number generator and it supports switching
the current thread locale to C.
2023-06-08 14:19:36 +02:00
enricoturri1966
8b255e8e9b
SPE-1762: Fixed crash in GCcodeViewer when loading gcode files generated with Cura
2023-06-08 13:56:59 +02:00
tamasmeszaros
7c1d2ea532
Merge branch 'tm_fix_stl_export_SPE-1751'
2023-06-08 13:38:22 +02:00
YuSanka
23ffd34471
Fix for #10746 - drop box in filament settings to small
2023-06-08 13:34:12 +02:00
YuSanka
b9df1deb0e
Fix for #9779 - PrusaSlicer2.6alpha4 Cannot set locale to language "Chinese (Simplified, China)".
...
(Related to #9476 PrusaSlicer2.6alpha2 Switching PrusaSlicer to language zh_TW failed.)
After fix from upstream wxWidgets (see a3e925df0a (diff-1e3658a254af33d4cb78b07040114b18d8a0642fe928f65fdfbd4746d8cc0f4a)
) issue is disappeared and workaround is no needed now.
2023-06-08 13:11:51 +02:00
rtyr
d7d223d759
Updated thumbnails.
2023-06-08 12:32:08 +02:00
Lukas Matena
341857ab9b
Merge branch 'lm_moonraker_rename' (PR #10255 )
2023-06-07 16:39:00 +02:00
Lukas Matena
d337573efe
Add 'mainsail' -> 'moonraker' substitution so profiles don't break after people upgrade to the new version
2023-06-07 16:38:29 +02:00
Pedro Lamas
ce1da350d3
Use Moonraker as Klipper API
2023-06-07 16:38:28 +02:00
tamasmeszaros
be0764da14
Fix STL export when object doesn't fit the print bed.
2023-06-07 14:38:24 +02:00
YuSanka
cbc2becb3b
Localization: Updated MO-file for CS dictionary
2023-06-07 14:31:36 +02:00
YuSanka
65d2e8f299
Fix for #10745 - Using a star (*) in a preset name makes it unusable
2023-06-07 14:29:05 +02:00
Vojtech Bubnik
02f69575ef
Fix of SPE-1752, GH #10736 :
...
Extended the bridge expansion algorithm to expand into sparse infill
by a maximum of 1 perimeter width. This solves a situation, where
the "ensure vertical wall thickness" region is filtered out as
too narrow to be important for print stability while the bridge expansion
only happened into the "ensure vertical wall thickness" regions before.
Partial revert of cf6b6ff4e4
, reverts
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-06-07 14:24:09 +02:00
Lukas Matena
e035aa8225
Merge branch 'lm_openexr_patch'
2023-06-07 13:49:31 +02:00
Lukas Matena
0bfd95f2df
Fixup of previous commit
2023-06-07 13:47:24 +02:00
Robert Schiele
4846f8c211
add missing includes of <cstdint> (PR #10499 )
2023-06-07 13:47:24 +02:00
rtyr
1ec051e770
Fixed output file name format for MONO SE.
2023-06-07 13:24:30 +02:00
enricoturri1966
27f7a023ad
#10662 - Fixed loading parts from 3mf files
2023-06-07 11:01:14 +02:00
rtyr
e412313f3a
Updated start g-code for MK4.
2023-06-06 12:36:37 +02:00
tamasmeszaros
5154a7f8b3
Fix arrange on virtual beds
...
Also fixes repeated bed filling issue
2023-06-05 15:04:27 +02:00
rtyr
982a98cf97
Trimaker bundle
...
https://github.com/prusa3d/PrusaSlicer/pull/10582
2023-06-05 14:12:41 +02:00
YuSanka
ed410efab4
Fixed typo from #10728 : Typo in Print Settings - German translation
2023-06-05 08:46:43 +02:00
YuSanka
940fa11702
Imgui: Fixed using of Fonts->GetGlyphRangesCyrillic() for BE dictionary
2023-06-02 16:53:41 +02:00
Pavel Mikus
b20dfac403
update fix of SPE-1685 - make the closing raidus half the size, it was unnecesarily large
2023-06-02 16:20:13 +02:00
Lukas Matena
c16ee761b3
Bumped up version to 2.6.0-beta4
2023-06-02 15:41:15 +02:00
David Kocik
7713071e1e
Merge branch 'dk_wizard_sort'
2023-06-02 12:39:12 +02:00
David Kocik
5819134b17
Sort Presets by name in PresetComboBoxes during update.
2023-06-02 12:38:56 +02:00
David Kocik
ad5d239426
Config wizard: sort names in lower case.
...
Other vendors page and Filaments page
2023-06-02 12:38:56 +02:00
Pavel Mikus
f1e287e0c9
Fix SPE-1685 Tiny holes in external bridges and top solid
...
During external surfaces processing, the regions are expanded a little to
absorb unassigned regions that emerge during ensuring regularization
2023-06-02 12:35:22 +02:00
David Kocik
e1a7a80183
Merge branch 'dk_octo_test'
2023-06-02 11:11:19 +02:00
David Kocik
c28d454184
Add missing Ifdef win32 macros and hide get_host_from_url into it.
...
Contains curl_url() that would crash older MacOS like in #10713 .
2023-06-02 11:11:03 +02:00
enricoturri1966
578921257d
SPE-1739: Fixed calculation of gcode preview sequential slider endpoints
2023-06-02 09:37:05 +02:00
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