6372 Commits

Author SHA1 Message Date
supermerill
cb65da2b3a Allow to skip the sparse infill "perimeters" 2018-12-06 17:33:48 +01:00
supermerill
9b330f4631 thin_wall: improvements & bugfixes 2018-12-06 17:23:13 +01:00
supermerill
85e42194c4 gitignore build folders 2018-12-06 17:21:29 +01:00
supermerill
f3f9b2ce67 option for Slic3r/issues/1364 : use a lower safety offset when slicing the geometry. 2018-11-27 19:53:33 +01:00
supermerill
866bb8b811 typos & cleaning 2018-11-27 19:51:53 +01:00
supermerill
5d92ab481f first layer speed is now a min(flspeed, speed) 2018-11-26 13:34:21 +01:00
supermerill
c1d46264ba Perimeter loop:
- change seam function, old behavior for nearest is now on "hiding", nearest now prioritize the nearest heavily.
 - add lopping_peri seam option : rear => it put the externals ones on -y and the internal ones on +y, if possible.
 - debug looping_peri max_width (from 0.8 to 1.4)
2018-11-26 13:31:52 +01:00
supermerill
b8dca4cb9d looping perimeters : bugfix (when very small perimeter) 2018-10-31 14:50:33 +01:00
supermerill
f7b77b29b6 debug support generation from merge. 2018-10-31 14:50:23 +01:00
supermerill
e2d21d21d0 looping perimeters: cleaning & now extrude long "move" between outline & holes if infill is at 0% 2018-10-29 16:27:07 +01:00
supermerill
af0ef31b20 Merge remote-tracking branch 'remotes/prusa/master' into master_slic3rPE_PR
(needd to verify supports doesn't break something)
2018-10-29 14:11:04 +01:00
bubnikv
720fb29768 Updated bundled profiles for 1.41.1 final. 2018-10-26 13:20:03 +02:00
bubnikv
44c0032b82 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
bubnikv
4fe0efba11 Bumped up the version number to 1.41.1 2018-10-23 12:45:03 +02:00
bubnikv
49cfa5c759 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
supermerill
d7056e5394 bug fix for support generation (when ExtrusionEntityCollection are inside the collection instead of extrusionPath) 2018-10-16 15:31:47 +02:00
supermerill
6d63e0dae5 continous mode for perimeters (it merge the loops into a big one) 2018-10-15 14:15:13 +02:00
supermerill
a985771c9b bugfix thin_wall 2018-10-15 14:12:45 +02:00
Lukas Matena
b429b39abe Gyroid infill - turned off bridge flow and adjusted the density multiplier to compensate 2018-10-15 10:52:39 +02:00
Vojtech Kral
c06cf009eb AppConfig: Prevent race conditions when writing slic3r.ini 2018-10-11 15:09:24 +02:00
bubnikv
55b43077d7 libslic3r utils: Add a Windows-proof file move function 2018-10-11 15:09:24 +02:00
bubnikv
eb59568368 Fix of "Supports not generating interface layers" #1306
Fix of "Spurious support interfaces" #1309
2018-10-11 14:13:52 +02:00
bubnikv
b8c2566c44 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
bubnikv
517b96eef8 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
bubnikv
abd22b31c9 Improved slicing of objects with cracks and gaps. 2018-10-04 15:29:55 +02:00
bubnikv
79bbe7bec9 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
bubnikv
38f8ed62a0 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
bubnikv
f8eb215937 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
bubnikv
69449781ce 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
supermerill
5e037c766f forgot medial_axis.hpp/cpp files 2018-10-01 19:16:04 +02:00
supermerill
6a98c06db2 update on dense infill: add switch for the algo (good old vs bad new) 2018-10-01 18:01:56 +02:00
bubnikv
986103be1d Fixed crashes caused by the preceding commit. 2018-10-01 11:07:31 +02:00
bubnikv
b338eb0ce0 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
supermerill
a383f89a7d bridge fix with no infill: prusa3d/Slic3r#1185 slic3r/Slic3r#4533 supermerill/Slic3r#1 2018-09-26 16:55:00 +02:00
supermerill
76b6f9a12b optimisation/fix for FillRectilinear2Peri 2018-09-26 16:52:50 +02:00
supermerill
389d3ee4d5 Supports on the build plate can have a solid bottom interface for better adhesion: #1165 2018-09-26 15:03:56 +02:00
supermerill
0af53949eb Update on infill api. 2018-09-26 12:37:33 +02:00
Enrico Turri
3835a1cacf Fixed #1244 - perl part 2018-09-26 11:22:01 +02:00
supermerill
619370950c thin wall : medial axis:
* corrections from review
* more functions for a clearer code
* now simplify the frontier with the anchor to avoid weird edge-cases.
* new post-process: remove "curve edge" before merging
* new post-process: cube corner: the small bit that go from the voronoi corner to the cube corner is now a "pulling string" that pull the voronoi corner a bit to make a nicer cube.
* _variable_width : reduce the threshold for creating a new extrusion by half vs threshold to create segments (if not, it doesn't create enough)
2018-09-25 10:52:29 +02:00
Enrico Turri
cce5f3203b Enhanced fix of #1229 - perl part 2018-09-21 12:39:15 +02:00
bubnikv
78e7bb0427 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
bubnikv
4ec4c9364e Merge remote-tracking branch 'origin/support_improvements' 2018-09-14 15:12:20 +02:00
Vojtech Kral
61a6aa8692 FirmwareDialog: Add appropriate set of wildcards to the file picker 2018-09-14 15:10:50 +02:00
Vojtech Kral
7258c597b9 Fix window size persistence
Fixes #1116
Fixes #1175
2018-09-14 15:10:50 +02:00
Vojtech Kral
8988e8cf0a Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connected 2018-09-14 15:10:50 +02:00
Vojtech Kral
a8c28e210d Fix CMake string comparison issue
Fixes #1187
2018-09-14 15:10:50 +02:00
Vojtech Kral
646e991d4b ConfigWizard: Properly apply gcode_flavor
Fixes #1138
2018-09-14 15:10:50 +02:00
bubnikv
a744ed7897 Merge remote-tracking branch 'origin/vb_slicing_fix' 2018-09-14 15:08:07 +02:00
bubnikv
7fc0b4375c Merge remote-tracking branch 'origin/parallel_arrange' 2018-09-14 15:03:38 +02:00
bubnikv
a0e2df5dbb Merge remote-tracking branch 'origin/lm_temperature_fix' 2018-09-14 14:56:21 +02:00