Filip Sykala - NTB T15p
569ba0600c
Fix rename and save as style text
2022-07-29 18:21:40 +02:00
Filip Sykala - NTB T15p
f7eef00abb
Separate actual style from styles
...
(save button will save only actual style no others)
2022-07-29 09:06:20 +02:00
Filip Sykala - NTB T15p
e9d65da046
Add stylename into 3mf
2022-07-27 10:08:03 +02:00
Filip Sykala - NTB T15p
e86477f20a
Fix blinking when undo change
2022-07-26 11:00:38 +02:00
Filip Sykala - NTB T15p
1bdc291dba
When create new text object discard style changes
...
Fix style issue 15
2022-07-26 10:24:04 +02:00
Filip Sykala - NTB T15p
5558523b19
Fix for emboss from exactly -Z direction
2022-07-26 09:15:10 +02:00
Filip Sykala - NTB T15p
8396b13902
Fix for issue 44
2022-07-25 14:39:39 +02:00
Filip Sykala - NTB T15p
8e1c08dac3
Fix for Issue number 53
...
https://cfl.prusa3d.com/display/SPE/Emboss+-+Test
2022-07-25 14:38:39 +02:00
Filip Sykala - NTB T15p
20a94c015c
fix warn:
...
../src/libslic3r/CutSurface.cpp:1798:12: warning: variable 'is_same' set but not used [-Wunused-but-set-variable]
../src/libslic3r/CutSurface.cpp:1837:12: warning: unused variable 'distance_sq' [-Wunused-variable]
../src/libslic3r/CutSurface.cpp:2795:22: warning: unused variable 'def_value' [-Wunused-variable]
../tests/libslic3r/test_aabbindirect.cpp:122:12: warning: variable 'distance_sq' set but not used [-Wunused-but-set-variable]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:1336:17: warning: unused variable 'was_opened' [-Wunused-variable]
../src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:1336:17: warning: 'was_opened' defined but not used [-Wunused-variable]
../src/slic3r/GUI/Jobs/EmbossJob.cpp:398:12: warning: unused variable 'biggest_index' [-Wunused-variable]
../src/slic3r/GUI/Jobs/EmbossJob.cpp:352:43: warning: 'const Slic3r::GUI::UseSurfaceData::ModelSource* get_biggest(const ModelSources&)' defined but not used [-Wunused-function]
2022-07-25 10:31:29 +02:00
Filip Sykala - NTB T15p
011aa53c5a
Move source code using CGAL into CGAL project
2022-07-22 16:30:59 +02:00
Filip Sykala - NTB T15p
a0eecb91c8
Using aabb tree for lines to detect closest expolygons
2022-07-22 15:34:12 +02:00
Filip Sykala - NTB T15p
8f4b799ddb
Add cereal include
...
+ simplify load/save to serialize
2022-07-20 14:46:48 +02:00
Filip Sykala - NTB T15p
0b798267d6
Fix after merge
2022-07-20 13:41:28 +02:00
Filip Sykala - NTB T15p
79a7f588b9
Merge branch 'et_world_coordinates' into fs_emboss
...
# Conflicts:
# src/libslic3r/CMakeLists.txt
# src/libslic3r/Format/3mf.cpp
# src/libslic3r/Model.hpp
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Selection.cpp
# src/slic3r/GUI/Selection.hpp
2022-07-20 13:02:07 +02:00
enricoturri1966
b38001b1a6
Fixed conflicts after merge with master
2022-07-20 11:02:25 +02:00
Filip Sykala - NTB T15p
eb8f0df07b
Remove useless assert
2022-07-20 10:07:56 +02:00
enricoturri1966
90c49f4c1a
Added filtering of key auto repeat for SHIFT and CTRL keys in GLCanvas3D
2022-07-20 08:15:38 +02:00
Filip Sykala - NTB T15p
621e6c8932
Reduced copy of triangle inside of thread
2022-07-19 20:25:01 +02:00
Filip Sykala - NTB T15p
f93cefb668
add getter on mesh shared ptr(suggested by @Vojta)
2022-07-19 14:05:30 +02:00
enricoturri1966
de635f9088
Fixed GLGizmoBase::render_input_window() to properly require for an extra frame the first time an imgui window is shown
2022-07-19 12:57:26 +02:00
enricoturri1966
6e6ab640f4
Fixed missing update of object position when dragging it on the plate while Place on Face gizmo is open
2022-07-19 12:13:07 +02:00
enricoturri1966
92cf1d6e0c
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate
2022-07-19 10:04:07 +02:00
enricoturri1966
0d5de5fdf2
Tech ENABLE_WORLD_COORDINATE - Removed unneeded parameter from GLGizmoRotate::mouse_position_in_local_plane() declaration
2022-07-19 10:03:46 +02:00
Filip Sykala - NTB T15p
aba094dcd8
Add closest unsorted
2022-07-18 15:30:29 +02:00
Filip Sykala - NTB T15p
08f18d28a4
Make a template functionality of close point
2022-07-18 14:16:08 +02:00
Filip Sykala - NTB T15p
8f66ba4bd5
Find closest point from points
2022-07-18 13:26:06 +02:00
David Kocik
24fe505f00
Merge branch 'dk_resolve_search'
2022-07-17 19:24:51 +02:00
David Kocik
5c7cb3b55a
Delete unused variable
2022-07-17 19:24:29 +02:00
David Kocik
faa4207b1c
OSX build fix
2022-07-17 18:40:07 +02:00
David Kocik
cd30e8f2e7
get_host_from_url function
2022-07-17 18:40:07 +02:00
David Kocik
9ee6839017
Resize IP list dialog.
2022-07-17 18:40:07 +02:00
David Kocik
a2330e77c2
Filter lookup replies by service name
2022-07-17 18:40:07 +02:00
David Kocik
8481de43cc
Improved error message if both ipv4 and ipv6 upload fails.
2022-07-17 18:40:07 +02:00
David Kocik
d9058b2a92
Cancel upload priority before error showing.
2022-07-17 18:40:07 +02:00
David Kocik
89e288dcf8
Propagate resolved ip address to the UI layer (both upload dialog and notification)
2022-07-17 18:40:07 +02:00
David Kocik
bc167ce90b
Decision tree for different types and numbers of resolved IPs.
2022-07-17 18:40:07 +02:00
David Kocik
9fd3108726
Resolved IP dialog before uploading - needs better design and to not show if only 1x v4 and v6 is resolved.
2022-07-17 18:40:07 +02:00
David Kocik
36f473c984
Bonjour lookup function in same style as resolve function.
...
Includes refactoring of resolve function.
refactor
2022-07-17 18:40:07 +02:00
David Kocik
457a5d4a65
system ifdefs
2022-07-17 18:40:07 +02:00
David Kocik
d2c6f597d2
Bonjour - resolve hostname to IP using mdns.
...
Octoprint - on Windows use Bonjour resolving to get IP address before the http connection. Only use Windows address resolving if Bonjour couldn't resolve.
2022-07-17 18:40:07 +02:00
Lukas Matena
fbdf777898
Merge branch 'master_250'
2022-07-15 15:04:10 +02:00
enricoturri1966
6b0ea79d34
SPE-1252 - Fixed update of contours in Cut Gizmo when modifying the orientation or the scale of a part of a multipart object
2022-07-15 14:55:13 +02:00
Lukas Matena
38f10da566
Bumped up version to 2.5.0-alpha3
2022-07-15 14:06:23 +02:00
Lukas Matena
edc0aa4bce
Mentioned CuraEngine in the CopyrightsDialog
2022-07-15 13:58:17 +02:00
Lukas Matena
04555862b0
Merge branch 'pm_seam_curling_fix_250' into master_250
2022-07-14 18:07:39 +02:00
Pavel Mikus
70677858a1
Use resampling only with smooth surfaces generated by Arachne
2022-07-14 18:00:59 +02:00
Filip Sykala - NTB T15p
4889a1a1b1
Fix dividing of patch
2022-07-14 14:32:24 +02:00
Filip Sykala - NTB T15p
962763b05a
fix
2022-07-14 12:11:06 +02:00
Filip Sykala - NTB T15p
e90c2c8e9a
Prepare multi volume source for cut surface job
2022-07-14 12:02:33 +02:00
Pavel Mikus
2e437d1761
curling improvements
2022-07-14 11:47:29 +02:00