rtyr
5e23694e16
Added initial Elegoo bundle.
...
https://github.com/prusa3d/PrusaSlicer-settings/issues/162
2022-08-10 14:59:32 +02:00
YuSanka
df8f7e1069
Cut WIP: Raycasters for picking are applied
...
+ Added snapping for rotation of the cut plane
2022-08-10 13:42:36 +02:00
Pascal de Bruijn
2aa79d00ca
Creality.ini: adjust Geeetech Matte PLA
2022-08-09 19:57:36 +02:00
Pascal de Bruijn
ad0ac53685
Creality.ini: adjust infil_overlap
2022-08-09 19:56:26 +02:00
Pascal de Bruijn
9616f38de7
Creality.ini: adjust extrusion_widths
2022-08-09 19:56:09 +02:00
Lukas Matena
6efab63dc9
Fix build on macOS
2022-08-09 15:54:38 +02:00
Lukáš Hejl
7dac30714b
Follow-up to 394494b3acb9bd888b88b4257f977c4844ea76e9: Fixed deceleration/acceleration issue also for gap-fill. Also, deceleration before bridge infill is now working.
2022-08-09 13:59:56 +02:00
rtyr
fc6ca282dd
Added thumbnails.
...
https://github.com/prusa3d/PrusaSlicer/pull/8602
2022-08-09 12:40:32 +02:00
rtyr
3cad3f6b89
Added new Creality thumbnails.
2022-08-09 12:33:44 +02:00
Lukáš Hejl
d81c63fad4
Fixed Perl unit tests after 77f5973c25ef0edc6db95de13c5976722b57a023.
2022-08-09 02:31:14 +02:00
enricoturri1966
e0d33ec92a
Added missing include
2022-08-09 02:30:04 +02:00
YuSanka
dda346b70a
After merge fixes
2022-08-08 14:58:13 +02:00
YuSanka
2ac3861b2a
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-08-08 10:57:38 +02:00
Lukáš Hejl
c9ddf7315e
Replaced parameters wall_add_middle_threshold and wall_split_middle_threshold with automatic computation based on extrusion width.
...
That allows computed better values in cases when the extrusion width of the first layer or for the infill differs from the extrusion width for perimeters.
Parameters min_feature_size and wall_transition_length now can be set in percentages, and then they will be calculated based on nozzle size. Old profiles with default values are forced to replace old default values with new default values in percentages.
2022-08-08 10:21:55 +02:00
Filip Sykala - NTB T15p
64728feec3
Store configuration on gizmo close not destructor
2022-08-05 15:28:12 +02:00
Pascal de Bruijn
3c188c5a4f
Creality.ini: Add Geeetech Matte PLA
2022-08-04 18:28:06 +02:00
Pascal de Bruijn
54c5c116f6
Creality.ini: Add Ender-3 V2 Neo, Ender-3 Max Neo, CR-10 SMART Pro printers
2022-08-04 18:22:27 +02:00
tamasmeszaros
b8c3905e82
Fix crashing SLA tests on Win
2022-08-04 15:47:50 +02:00
Filip Sykala - NTB T15p
fa773f09d3
Store last activ style index into configuration
2022-08-04 15:45:52 +02:00
Filip Sykala - NTB T15p
41aaa13ce7
fix switching between styles
2022-08-04 15:35:44 +02:00
Filip Sykala - NTB T15p
a6ffbb63f0
Remove undo button after style selector
2022-08-04 12:52:58 +02:00
Filip Sykala - NTB T15p
a1914f5f94
add getter on font atlas into style manager
...
- get imgui font could return nonValid imgui font to recognize font without loaded symbol
2022-08-03 19:28:02 +02:00
Filip Sykala - NTB T15p
5e76d86460
rename font_item to style
2022-08-03 13:05:06 +02:00
Filip Sykala - NTB T15p
8e261ace29
add setter for wx_font in style manager
2022-08-03 11:29:23 +02:00
Filip Sykala - NTB T15p
003c7fc54f
Rename FontItem to EmbossStyle
2022-08-03 10:29:05 +02:00
tamasmeszaros
e7338ade2f
Merge branch 'tm_branching_tree_4'
2022-08-03 10:09:10 +02:00
Vojtech Bubnik
b0af552455
WIP TreeSupports: Little optimization - don't use std::function,
...
don't make unnecessary copies of Polygons
2022-08-03 09:40:30 +02:00
Filip Sykala - NTB T15p
ee03ed6d07
Rename file
2022-08-03 09:16:39 +02:00
Filip Sykala - NTB T15p
4267af64e5
Rename FontManager to EmbossStyleManager
2022-08-03 09:11:00 +02:00
Filip Sykala - NTB T15p
ef3a2e2744
changing type in emboss
2022-08-02 19:24:26 +02:00
Vojtech Bubnik
fd0c84319e
WIP Tree Supports: Fixed one integer overflow.
2022-08-02 14:09:44 +02:00
Vojtech Bubnik
167125a813
Fixed disabling of TBB parallelization on newer TBB
2022-08-02 13:39:20 +02:00
Vojtech Bubnik
f971c392fe
WIP TreeSupports: Some fixes, some clang specific workarounds,
...
some debugging code.
2022-08-02 13:36:05 +02:00
Filip Sykala - NTB T15p
7770034492
Fix warnings
2022-08-02 13:29:30 +02:00
Vojtech Bubnik
6bf335409f
FillBase: Use logging instead of printf
2022-08-02 13:23:30 +02:00
Vojtech Bubnik
fa7debf49d
Clipper: Verify range of int32 coordinates on input.
2022-08-02 13:22:33 +02:00
Lukáš Hejl
1b934518b3
Modified text drawing methods in debugging visualization (SVG) to support changing font size.
2022-08-02 13:21:39 +02:00
Lukáš Hejl
caf3e258b8
Fixed compiler warnings.
2022-08-02 13:21:39 +02:00
Lukáš Hejl
0161a59a93
Fix of #8472 : The middle perimeter was missing for some specific configurations due to numeric rounding errors.
2022-08-02 13:21:39 +02:00
Lukáš Hejl
756eaeeb6d
Updated the comment about the missing twin edge in the post-processed Voronoi diagram.
2022-08-02 13:21:39 +02:00
Lukáš Hejl
7060f3d1b3
Fixed an issue that when wall_transition_filter_deviation contained a non-percent value, then it contained the wrong value.
2022-08-02 13:21:39 +02:00
Lukáš Hejl
2317e9c2b9
Added information that the concentric infill is also affected by the selected perimeter generator.
2022-08-02 13:21:39 +02:00
Filip Sykala - NTB T15p
2fdcdad796
Fix of modified font in style
2022-08-02 12:24:08 +02:00
Filip Sykala - NTB T15p
3f269e0719
When font is loaded from .3mf it could have different type but it is not problem
2022-08-02 11:24:44 +02:00
Filip Sykala - NTB T15p
a8f87bde22
Create AABB tree on demand
2022-08-02 07:22:53 +02:00
Filip Sykala - NTB T15p
b26dec03e5
fix for issue 62 - Text is no more placed to modifiers
2022-08-01 16:45:31 +02:00
Filip Sykala - NTB T15p
ded488d516
Paralelization of filtration in AOI triangles
2022-08-01 16:14:11 +02:00
Filip Sykala - NTB T15p
26eb8b02ef
fix style 'save as' operation + 'rename'
2022-08-01 13:56:00 +02:00
Pascal de Bruijn
a8872a9211
Creality.ini: Add alternative nozzle support
2022-07-31 16:05:46 +02:00
Filip Sykala - NTB T15p
569ba0600c
Fix rename and save as style text
2022-07-29 18:21:40 +02:00