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
bubnikv
170650169c
Deps libdir for openssl on linux
2020-03-19 21:33:03 +01:00
bubnikv
d5149275b0
Hopefully fixing missing OpenSSL dependency of libcurl on Linux 64bit.
2020-03-19 20:48:53 +01:00
bubnikv
b1fbc2c59c
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2020-03-19 17:32:18 +01:00
bubnikv
20d33c19f4
Merge remote-tracking branch 'origin/et_gizmos_tooltip'
2020-03-19 17:31:25 +01:00
Slic3rPE
b4a7822098
Fixed Command character on OSX in ImGUI
2020-03-19 16:10:16 +01:00
enricoturri1966
cd5154b8e1
Fixed tooltip reappering after leaving imgui dialog
2020-03-19 15:12:18 +01:00
enricoturri1966
5b3ca3e4b7
Merge branch 'et_gizmos_tooltip' of https://github.com/prusa3d/PrusaSlicer into et_gizmos_tooltip
2020-03-19 14:06:49 +01:00
enricoturri1966
2501cf64c0
Modified mouse events handling for gizmobar
...
The gizmobar was consuming the mouse up event preventing the gizmos to update their tooltip
The gizmobar was also consuming the mouse dragging event transforming a gizmo manipulation into a scene rotation
2020-03-19 14:05:49 +01:00
bubnikv
be2fd7164c
ImGUI characters for OSX keyboard keyboard modifiers are only contained
...
in the CJK fonts, not in the regular fonts. Load them from CJK fonts
even for non CJK languages.
2020-03-19 13:32:34 +01:00
bubnikv
966b2ce371
Fixing spurious deselection of objects when switching from 3d path
...
preview to plater using the bottom tool bar & left mouse click.
This is result of the recent commits refactoring the mouse focus
over toolbars handling. 739d8131abb7832fdcedd2b9a808e92c15fe1618
2020-03-19 12:39:25 +01:00
Enrico Turri
5a4e80fdb2
Added readme.md file for imgui
2020-03-19 10:43:48 +01:00