Commit Graph

6316 Commits

Author SHA1 Message Date
48305bea50 Fix rendering performance on macOS #1250 2018-11-08 15:36:10 +01:00
157c216830 Fix of issue 1368 (vector index out of bounds in the wipe tower generator) 2018-10-29 13:29:10 +01:00
7c66e70b34 Updated bundled profiles for 1.41.1 final. 2018-10-26 13:20:03 +02:00
3e5e0b26fd Updated Prusa3D config index to only allow 0.2.6 settings for Slic3r
PE 1.41.1
2018-10-23 12:47:49 +02:00
ecdd6a1285 Bumped up the version number to 1.41.1 2018-10-23 12:45:03 +02:00
bc82037abe Updated Prusa3D profiles, added an MK2.5 MMU2 wizard image (as of now
it is just a copy of the MK3 MMU2),
changed default brim width on the platter main page (the shortcut checkbox)
to 5mm.
2018-10-23 12:42:05 +02:00
36ca502e5d Gyroid infill - turned off bridge flow and adjusted the density multiplier to compensate 2018-10-15 10:52:39 +02:00
116c2a3ced AppConfig: Prevent race conditions when writing slic3r.ini 2018-10-11 15:09:24 +02:00
20d019fb97 libslic3r utils: Add a Windows-proof file move function 2018-10-11 15:09:24 +02:00
302c1e5db1 Fix of "Supports not generating interface layers" #1306
Fix of "Spurious support interfaces" #1309
2018-10-11 14:13:52 +02:00
ecf05fc3da Slicing of meshes, chaining of open polylines:
The open polylines are sorted by decreasing length, so the new chains
are seeded with the longer chains.
2018-10-05 11:23:24 +02:00
0367753072 Yet another improvement in closing gaps in slices.
Fixes #1256 and it finally fixes #1119 as well.
2018-10-05 10:25:50 +02:00
53aa6d95f6 Improved slicing of objects with cracks and gaps. 2018-10-04 15:29:55 +02:00
c7b08cb1c6 Fix of SPE-525
V přiloženém AMF se např. u spodní hrany oken generují pouze top solid layers, ale nikoliv solid layers.
Objevuje se už v 1.41.0.
2018-10-04 11:16:55 +02:00
fe757c3f5b Fix of SPE-513: unblockable supports
There was a bug in the "don't support bridges" feature, where
there were supports added to the end of non-supported bridges
without taking into account the overhang angle or the support blockers.
2018-10-03 16:12:24 +02:00
d925dfcee5 Updated unit tests for triangle mesh slicing, as now
the slicing considers the vertical structures to be open intervals
at the bottom end, closed at the top end, so slicing at the bottom
of a mesh produces empty slice.
2018-10-03 13:54:04 +02:00
efbac9d63d Improvement in mesh slicing:
Hole fill is disabled in 3D,
and maximum 2mm gaps are closed at 2D by a greedy algorithm.
2018-10-03 13:24:14 +02:00
3912eb93d7 Fixed crashes caused by the preceding commit. 2018-10-01 11:07:31 +02:00
c9f1fe3d13 Fix of
https://github.com/prusa3d/Slic3r/issues/1142
https://github.com/prusa3d/Slic3r/issues/1257
The preset keys not belonging into the config group are removed
and the problem is reported into the boost::log
2018-09-27 17:41:01 +02:00
af29cef74a Fixed #1244 - perl part 2018-09-26 11:22:01 +02:00
fd8b450e80 Enhanced fix of #1229 - perl part 2018-09-21 12:39:15 +02:00
b7f6744462 Supports - fix of the recent changes: Always generate dense supports
below overhangs, even if the overhangs are steep.
2018-09-17 11:46:52 +02:00
033060cfaa Merge remote-tracking branch 'origin/support_improvements' 2018-09-14 15:12:20 +02:00
04104300c7 FirmwareDialog: Add appropriate set of wildcards to the file picker 2018-09-14 15:10:50 +02:00
8ed4843d5a Fix window size persistence
Fixes #1116
Fixes #1175
2018-09-14 15:10:50 +02:00
a69a3bc90a Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connected 2018-09-14 15:10:50 +02:00
8b65b46546 Fix CMake string comparison issue
Fixes #1187
2018-09-14 15:10:50 +02:00
9aea03f224 ConfigWizard: Properly apply gcode_flavor
Fixes #1138
2018-09-14 15:10:50 +02:00
8946dba9a0 Merge remote-tracking branch 'origin/vb_slicing_fix' 2018-09-14 15:08:07 +02:00
d5d73b674b Merge remote-tracking branch 'origin/parallel_arrange' 2018-09-14 15:03:38 +02:00
b9f3fcc678 Merge remote-tracking branch 'origin/lm_temperature_fix' 2018-09-14 14:56:21 +02:00
e766fb6545 Merge remote-tracking branch 'origin/lm_wipe_tower_consumption' 2018-09-14 14:55:43 +02:00
317610809b Fixed #1229 2018-09-14 11:37:26 +02:00
0dc72ccbd8 Added number of toolchanges into 'Sliced info' statistics 2018-09-12 09:28:26 +02:00
bac64d6010 Fixed compile on Linux 2018-09-10 13:48:35 +02:00
30ed7fa36e Fixed #1211 2018-09-10 13:15:12 +02:00
3a39b1cf41 Export the first M73 line to gcode before custom gcode 2018-09-07 16:05:10 +02:00
7fc3987ce7 New support settings: "support_material_auto" controls, whether
the supports shall be generated automatically.
If not, only supports inside support enforcers are generated.
2018-09-07 14:53:42 +02:00
d7e7a5bcd3 Merge pull request #1195 from mloidl/duet_whitespace
duet upload: allow whitespaces in filenames
2018-09-07 13:05:37 +02:00
75676ec4f9 Refinements for small item arrangement using the increased cpu power. 2018-09-07 12:03:49 +02:00
296365b07c Fixed rendering of endcaps on open toolpaths 2018-09-07 10:30:13 +02:00
24db6207a2 Cleaning up and fixing localization issues with AppController. 2018-09-07 10:24:05 +02:00
ad4d3017d4 Merge remote-tracking branch 'origin/master' into parallel_arrange 2018-09-07 09:53:32 +02:00
c7914e2939 Fixed #1204 2018-09-07 09:33:18 +02:00
20aaf05c8c Added a Layout call for 'Sliced Info' box to show sliders when needed 2018-09-07 08:43:21 +02:00
f4a6132d7f minor changes for url_encode 2018-09-06 19:07:54 +02:00
fa2e259d5b Implemented support enforcers / blockers.
Reduced amount of full support interfaces similar to S3D.
2018-09-06 14:19:20 +02:00
1aa5489903 allow whitespaces for duet upload
* now url_encoding characters which could not used for URLs
2018-09-05 19:55:50 +02:00
614fd16ba3 Wipe tower extrusions are now accounted for in the filament consumption statistics 2018-09-05 15:35:35 +02:00
cd14704b3c Final bug-fix for #1169 considering issue #971 2018-09-05 15:03:20 +02:00