Commit Graph

22973 Commits

Author SHA1 Message Date
David Kocik
45ba32d29a Slicing warning when templates are sliced. 2023-06-13 15:15:05 +02:00
enricoturri1966
93bd11c533 SPE-1768: Fixed crash when hitting 'Jump to' in the toolpaths conflict imgui dialog while the Paint supports gizmo is open 2023-06-13 13:16:21 +02:00
Lukas Matena
c843349d35 GCodeLine::has_value now uses locale-independent functions for parsing:
This will hopefully fix the mysterious issues #10380 #10331 #10542.
The reason is not exactly clear, seems similar to https://stackoverflow.com/questions/76133503/strtod-does-not-respect-locale-on-macos-13-3-1.
Possibly a bug in macOS 13.3.1
2023-06-13 11:40:29 +02:00
Vojtech Bubnik
8806442f55 PlaceholderParser on G-code export:
1) added "num_extruders" placeholder
2) changed "is_extruder_used" vector to be always minimum 256 elements long
   with the non-existent extruder values set to zero.
   This is wasteful, but necessary until we change the PlaceholderParser
   handling of vector values to not substitute missing elements
   with the zero'th value.
2023-06-13 10:21:13 +02:00
rtyr
f8eb152a5e
Updated compatible printer condition. 2023-06-13 09:25:50 +02:00
YuSanka
9c8946bc52 Localization: Fixed a typo in CS dictionary 2023-06-12 12:50:19 +02:00
rtyr
52641b7010
Updated MK2.5MMU2 thumbnail. 2023-06-12 12:47:50 +02:00
YuSanka
735fe8952a TabFilament: Implemented color mode update for Extruder combobox 2023-06-12 09:10:54 +02:00
Lukas Matena
47cdd7d9c4 Bumped up version to 2.6.0-rc1 2023-06-09 13:34:33 +02:00
Lukas Matena
f18e852cb2 Switch the configuration folder from beta to rc 2023-06-09 12:11:16 +02:00
Lukas Matena
8df907b3e3 Detection of XL printer is now based on printer_notes 2023-06-09 11:43:41 +02:00
YuSanka
6f5fcf611d Follow up ca3ee712fe - Added comment line 2023-06-09 11:33:37 +02:00
YuSanka
ca3ee712fe Fix for SPE-1747 : Crash[LINUX] or unexpected behavior[OSX and Win] when moving object with Variable layer height 2023-06-09 11:20:16 +02:00
Lukas Matena
ea72770680 Merge branch 'lm_lighting_crash' 2023-06-09 11:12:15 +02:00
Lukas Matena
fde4aa55c3 Another fix related to subtracting raft layers 2023-06-09 11:11:58 +02:00
Lukas Matena
fd4ecb8db8 Follow-up to previous commit:
We also need to revert this part of 12f1cd0.
2023-06-09 11:11:58 +02:00
Lukas Matena
f044a111f1 Revert "Fix of #9399 Thick layers + thick raft + lightning infill = crash"
This reverts commit 402affb035.
2023-06-09 11:11:58 +02:00
tamasmeszaros
169024fefa Merge branch 'tm_sla_wildcards_SPE-1625' 2023-06-09 11:01:05 +02:00
tamasmeszaros
36cddc3a02 Change how 'default_output_extension' placeholder is integrated 2023-06-09 10:59:41 +02:00
tamasmeszaros
e1d1be872a Get default sla extension for output_filename() from the registry 2023-06-09 10:59:41 +02:00
tamasmeszaros
283fd6feb4 Fix sla archive filenames with using the archive format registry 2023-06-09 10:59:41 +02:00
rtyr
54bcadb1e9
Bumped up configuration version. 2023-06-09 10:42:33 +02:00
Lukas Matena
9949f85743 Improved XL printer detection when adding first object to the plate 2023-06-09 08:14:14 +02:00
enricoturri1966
7059adc6b8 SPE-1606: Fixed sla geometry type shown when object has holes 2023-06-09 07:57:39 +02:00
YuSanka
1e7cb4b920 Localization: Fix for BE dictionary: Removed unnecessary markups (redundant boldness and wrong marks for hyperlinks) 2023-06-08 16:19:28 +02:00
tamasmeszaros
b54c63b355 Merge branch 'tm_fix_SPE-1718' 2023-06-08 15:59:37 +02:00
Vojtech Bubnik
d657726a22 Follow-up to ce2dd4cb22
Fixed a typo in typo, Vojtech needs vacation.
    Follow-up to 02f69575ef
        Fix of SPE-1752, GH #10736:
        Extended the bridge expansion algorithm to expand into sparse infill
        by a maximum of 1 perimeter width.
2023-06-08 15:54:26 +02:00
YuSanka
49487fea34 Updated wxWidgets.cmake according to the update of internal wxWidgets 2023-06-08 15:42:42 +02:00
Vojtech Bubnik
ce2dd4cb22 Follow-up to 02f69575ef
Fix of SPE-1752, GH #10736:
    Extended the bridge expansion algorithm to expand into sparse infill
    by a maximum of 1 perimeter width.
2023-06-08 15:11:24 +02:00
enricoturri1966
c4294beb34 SPE-1749: Refactoring of GCodeProcessor::process_G1() and GCodeProcessor::process_G2_G3() 2023-06-08 14:46:36 +02:00
enricoturri1966
166c30096a SPE-1749 - Method GCodeProcessor::process_G2_G3() modified to match modified firmware 2023-06-08 14:46:23 +02:00
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