supermerill
252809c7c6
#210 skirt & brim use the correct extruder (diameter) when creating the polylines.
...
Useful for multi-extruders machine with diferent nozzle size.
If an object is printed with multiple nozzle size, the first is used.
2020-05-02 19:20:50 +02:00
neophrema
4eb0ebeae0
Update Readme - Brim Option "outside OUnly" - typo
...
Fix readme
2020-05-01 19:23:33 +02:00
supermerill
3c8e84dd47
#215 bridge_speed always available.
2020-04-30 20:28:34 +02:00
supermerill
d812ae91d3
#208 holes from thin walls because of the "chunks reduction" algo. It's now less extremist.
...
Also added a little routine to be able to print (overlapping) perimeters into small areas that are excluded from thin walls by their area size.
2020-04-30 20:05:58 +02:00
supermerill
7b0848be47
#204 label swapped for bottom infill pattern
2020-04-23 18:02:28 +02:00
supermerill
f47e7a67c7
#178 brim offset
2020-04-21 17:08:08 +02:00
supermerill
bd32d4f8cf
clean
2020-04-21 17:07:32 +02:00
supermerill
91a74c5d94
#201 fix for modifiers: now exclude empty region for make_perimeter.
2020-04-21 15:10:04 +02:00
supermerill
b9ab7641c5
update version
...
also fix #200
2020-04-20 20:52:43 +02:00
supermerill
046210b0d5
#180 xy first layer compensation fix.
2020-04-20 17:18:26 +02:00
supermerill
473dca0884
#187 allow empty layer setting
2020-04-18 20:48:17 +02:00
supermerill
0b861f0c51
#185 fix looping perimeters when a loop has mixed role.
...
note: that line takes me hours to find it.
2020-04-18 20:07:02 +02:00
supermerill
525eed0a5f
fix mac build (missing include?)
2020-04-17 20:42:07 +02:00
supermerill
2e48f4a4bd
avoid crossing perimeters on all layers except first layer #198
2020-04-17 20:31:17 +02:00
supermerill
97ae2826b9
Merge remote-tracking branch 'remotes/supermerill/master'
2020-04-17 19:28:15 +02:00
supermerill
a6c011fbef
fix curve_smoothing return value.
2020-04-17 19:25:41 +02:00
supermerill
a6b055b484
#192 make percentage value-only percent-only like for infill ratio.
...
note: added some code to migrate automatically from float (0.9) to percent (90%). The reverse should not be a problem.
fields: bridge_flow_ratio over_bridge_flow_ratio bridge_overlap fill_top_flow_ratio first_layer_flow_ratio
2020-04-17 19:20:58 +02:00
supermerill
e28213b6eb
#197 fix random seam : forgot that the '&' operator has a low priority.
2020-04-17 16:05:14 +02:00
supermerill
66aaad2489
#196 : adjustable distance for auto-arrange
2020-04-17 15:26:10 +02:00
Merill
9ad4959acf
Merge pull request #194 from oliof/patch-2
...
Tooltip typo fix
2020-04-17 14:45:14 +02:00
Merill
fb6edff5f5
Merge pull request #193 from oliof/patch-1
...
Fix tooltip typo
2020-04-17 14:45:02 +02:00
Harald Wagener
f31d1f98c5
Tooltip typo fix
...
"conert" -> "convert"
2020-04-08 10:22:41 +02:00
Harald Wagener
da425586f6
Fix tooltip typo
...
"conert" -> "convert"
2020-04-08 10:20:35 +02:00
supermerill
849727cf16
#183 set min to 0 for offset for support.
...
It was not enforced before, but now that it's possible to select plane from "plane", it shouldn't be necessary anymore.
2020-03-28 21:13:04 +01:00
supermerill
cb836d25ac
#165 inside brim fix & allow only inside brim.
2020-03-28 21:04:12 +01:00
supermerill
4b84ab835a
fix gcc compile
2020-03-28 20:10:10 +01:00
supermerill
c0dfe93e6f
update profiles
2020-03-28 00:59:30 +01:00
supermerill
c83149ea5b
fix elefant foot comp. for prusa config
...
fix some tests.
2020-03-27 18:21:11 +01:00
supermerill
79890248a5
some test fixes (wip)
2020-03-27 01:07:03 +01:00
supermerill
90a8e61c18
small last minutes fixes.
2020-03-27 01:03:16 +01:00
supermerill
dae1e892b6
relax max width (change by @foxox)
2020-03-26 23:07:41 +01:00
supermerill
cc96564321
Update to wizzard: add a thumbnail parameter ; don't auto-select prusa mini if no printer installed
...
also some merge for creality printers, and fix some problem in it.
relax the min/max version for the profile, i don't have the resource to check & modify these for each release.
2020-03-26 15:00:02 +01:00
supermerill
d1bb656d2b
update icons
2020-03-26 12:18:56 +01:00
supermerill
f087cf1239
Merge remote-tracking branch 'remotes/prusa/master'
...
seems to work
need to update profiles & ui
2020-03-26 12:10:30 +01:00
supermerill
7f4c9c9a5c
add "first layer flow" setting, for fuck sake first layer width isn't enough with a cheap printer like an ender3 that can have his bed damaged so easily.
2020-03-22 15:25:34 +01:00
supermerill
1984df6d49
Many fixes to "no seam" option for external perimeter first.
...
Also some option to only apply to hole (or others)
Also some fixes to some loops options in the codepath.
also a test to thin walls, suspected a bug but can't find it.
2020-03-22 15:25:21 +01:00
supermerill
1bf9afbd80
Merge branch 'stable'
2020-03-22 15:20:33 +01:00
supermerill
ff41ed8faa
Merge remote-tracking branch 'remotes/supermerill/CI' into stable
2020-03-22 15:19:48 +01:00
supermerill
e3d7c16838
gapfill edge case
2020-03-22 15:16:19 +01:00
bubnikv
d5bcddeed3
Revert "Deps libdir for libcurl on linux to land to the same directory"
...
This reverts commit 38d06d57a0087b71b0a3ce71adec60e0efa8b422.
2020-03-21 11:55:51 +01:00
bubnikv
bf64f0099b
Bumped up the version number to final.
2020-03-21 11:28:15 +01:00
bubnikv
046f0dbfa2
Fixed a regression issue to PrusaSlicer 2.1.1
...
Custom printer with center of bed at 0,0 results in "toolpath outside print area" #3510
The G92 A0 B0 was incorrectly considered to be equal to just G92
to reset all axes.
2020-03-21 10:09:33 +01:00
bubnikv
1cbb822dd7
Enabled "clip multipart objects" by default, see discussion in
...
https://github.com/prusa3d/PrusaSlicer/issues/2803#issuecomment-524602137
2020-03-20 18:25:11 +01:00
bubnikv
92162d8fe5
Merge branch 'et_bug_fixes'
2020-03-20 17:19:46 +01:00
bubnikv
4938d5ab63
Fixed orientations of some 3D connexion axes when in the swapped YZ mode.
2020-03-20 17:19:20 +01:00
Enrico Turri
7c56cc9f22
Follow-up of f912fecad50cd3f34295ce87e0ebc9476214616a -> option to swap y/z axes extended to rotations
2020-03-20 16:13:08 +01:00
YuSanka
ec381c5854
Update of Settings in ObjectList from Tab::update() is suppressed, if Undo/Redo is not completed
2020-03-20 13:45:37 +01:00
bubnikv
a9fc39491e
Fix of weird double extrusions with multiple regions and their
...
parameters being changed between slicing runs.
2020-03-20 13:37:13 +01:00
Enrico Turri
f912fecad5
3DConnexion devices: added option to swap y/z translations
2020-03-20 13:09:42 +01:00
bubnikv
38d06d57a0
Deps libdir for libcurl on linux to land to the same directory
...
as openssl libraries.
Follow-up to 170650169ce29754911968854fc1a1efc5497052
2020-03-20 08:55:11 +01:00