Filip Sykala - NTB T15p
e3ecbe7d71
Fix for linux build
2022-11-21 12:47:14 +01:00
Filip Sykala - NTB T15p
7c1a513e5a
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/slic3r/GUI/GLCanvas3D.cpp
2022-11-21 10:16:25 +01:00
Filip Sykala - NTB T15p
58592593af
Add new volume as cut surface by definition in style
2022-11-21 10:15:20 +01:00
PavelMikus
8c290a2f85
Fix integration of curled filament avoidance -
...
Invalidate the estiamtion step on option switch
Also, improve cases where either start or end lays on curled edge.
2022-11-18 13:16:54 +01:00
Pavel Mikuš
294839eb24
Improve performance of extra perimeters on overhangs ( #9 )
...
Use polygons instead of ExPolygons
remove unnecessary unions of expensive areas
Smoothen the anchors via opening and closing
2022-11-16 11:33:00 +01:00
PavelMikus
a0243affeb
fix avoidance algorithm, improve curling filament estimation
2022-11-14 11:47:25 +01:00
Lukas Matena
b3183cb277
Measurement: Fixed a bug in circles detection (failing assert)
2022-11-09 15:00:59 +01:00
Filip Sykala - NTB T15p
c052ff403a
Merge branch 'master' into fs_emboss
2022-11-09 14:07:26 +01:00
Pavel Mikuš
633ce8aa21
Pm jps path finding ( #8 )
...
New step - estimation of curling on both the model and the support extrusions.
Improvements in curled filament estimation algortihm
Implementation of Jump Point Search algorithm
Use of JPS algorithm to avoid curled extrusions during travel moves in Gcode export
2022-11-09 13:33:58 +01:00
Filip Sykala - NTB T15p
02bfcc921a
Merge branch 'master' into fs_emboss
2022-11-09 12:10:29 +01:00
Pavel Mikuš
06fbab12fe
Pm overhang extra perimeters ( #7 )
...
Implementation of extra perimeters on steep overhangs/flat unsupported parts
Also contains:
Principal components computation over polygon area
New fast bridge direction estimation which minimizes amount of unanchored bridge endpoints
2022-11-09 10:38:36 +01:00
Filip Sykala - NTB T15p
58c028d904
Add invalidation of wx font list when open combo box. Fix issue with new installed fonts
2022-11-08 14:54:46 +01:00
Filip Sykala - NTB T15p
fce4f1f24e
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
2022-11-08 13:28:43 +01:00
Filip Sykala - NTB T15p
aa00da1b7e
Add log for not openable font file
2022-11-08 13:27:02 +01:00
Lukas Matena
a09c269584
Measurement: make the edge endpoint detection threshold smaller for short edges
2022-11-08 12:31:26 +01:00
enricoturri1966
8681770eaa
Tech ENABLE_NEW_CAMERA_MOVEMENTS set as default
2022-11-08 09:05:57 +01:00
Filip Sykala - NTB T15p
c77f8373bd
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Gizmos/GLGizmosManager.cpp
# src/slic3r/GUI/Plater.cpp
# src/slic3r/GUI/Selection.hpp
2022-11-07 15:44:33 +01:00
enricoturri1966
5df2713010
Measuring - Fixed transformation of distance_xyz
2022-11-07 14:46:21 +01:00
Lukáš Hejl
411535ecdf
Fixed undefined behavior (dereferencing std::unique_ptr pointing to nullptr) in the G-Code processing pipeline.
2022-11-07 10:09:49 +01:00
enricoturri1966
a0a0b0d253
Measuring - Keep showing dimensioning after scaling
2022-11-07 09:58:25 +01:00
Filip Sykala - NTB T15p
e531df6dbb
Merge branch 'ys_emboss_with_master' into fs_emboss
2022-11-04 13:00:09 +01:00
Lukas Matena
0c88b5712a
Measurement: Circles filtering (part 2)
2022-11-04 11:52:44 +01:00
Lukas Matena
d07537c1f0
Measurement: Merge adjacent edges
2022-11-04 11:52:44 +01:00
Lukas Matena
4b9630c23b
Measurement: Circles filtering (part 1)
2022-11-04 11:52:44 +01:00
Filip Sykala - NTB T15p
d2da63db41
Fix of bad font glyph shape
2022-11-03 14:55:49 +01:00
enricoturri1966
7650be770c
Measuring: tweak to calculation of edge-edge distance
2022-11-03 14:24:28 +01:00
enricoturri1966
05e82b1fc5
Measuring: validation for zero distance moved from backend to frontend
2022-11-03 13:20:35 +01:00
Lukas Matena
dda0b50b5c
Fixed a crash in measuring backend when handling broken models
2022-11-03 12:14:27 +01:00
enricoturri1966
48e90be2bc
Fixed conflicts after merge with master
2022-11-02 09:08:35 +01:00
enricoturri1966
da5a9277fa
Tech ENABLE_MEASURE_GIZMO set as default
2022-11-02 08:50:12 +01:00
YuSanka
8914dfa1f6
Next fix, related to #8800
...
* PrintApply: Suppress to apply print when just a physical printer was changed, but printer preset stays the same
* Tab: Layout the buttons bar when switch from the physical printer to printer preset and vice versa
2022-11-01 14:57:19 +01:00
enricoturri1966
2c9d047520
Fixed conflicts after merge with master
2022-10-31 14:59:41 +01:00
YuSanka
e32d03318d
Fix for #9104 - MMU can't change extruder when Split to Objects is used in PS2.5.
2022-10-31 10:42:54 +01:00
YuSanka
1c061dc7a1
After merge fixes
2022-10-27 14:23:50 +02:00
YuSanka
fbcdd4191b
Merge remote-tracking branch 'PRIVATE/master' into ys_emboss_with_master
2022-10-27 13:09:55 +02:00
YuSanka
cf0f257d05
Merge remote-tracking branch 'PRIVATE/ys_cut' into master
2022-10-27 10:21:23 +02:00
tamasmeszaros
9da14ba321
Remove redundant header from Astar
2022-10-26 16:28:40 +02:00
YuSanka
bba6d8b94d
Merge remote-tracking branch 'PRIVATE/master' into ys_cut
2022-10-25 16:16:36 +02:00
YuSanka
ae21667786
Cut WIP: First implementation for detection of the invalid connectors position
...
Implemented cases:
* overlap of some connectors
* check if some connector position is outside of clipper
2022-10-24 16:57:02 +02:00
enricoturri1966
ca923c084f
Measuring - Gizmo measure - Fixed measure of distance point-circle when the point is the circle's center
2022-10-24 15:13:56 +02:00
enricoturri1966
7ae4472827
Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_surface
2022-10-24 12:57:39 +02:00
enricoturri1966
a331c9d018
Measuring - Gizmo measure - Fixed measurements for circles for scaled volumes
2022-10-24 12:57:29 +02:00
Filip Sykala - NTB T15p
47952e0c08
Add timer for measure time consumption
2022-10-21 09:53:16 +02:00
YuSanka
7bb0b7eefc
Cut bug fixing: Fixed a place of connectors after several cutting
...
+ Added info about camera direction to a DEBUG window
+ Code factoring (deleted unused code)
+ Fixed build warnings
2022-10-20 16:34:21 +02:00
Filip Sykala - NTB T15p
ee6e947312
Clean after 9fef0cd091
2022-10-20 10:15:08 +02:00
Filip Sykala - NTB T15p
a752ccb420
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/Selection.cpp
2022-10-19 19:35:31 +02:00
Filip Sykala - NTB T15p
9fef0cd091
Fix for whistle model. Issue 51.3
...
Sort patches by distance to expolygon projection depth center and add patches until expolygon is filled
2022-10-19 19:15:59 +02:00
YuSanka
2880704de9
Cut improvements/ bug fixing:
...
* Wrong position of grabber is fixed
* OSX specific: ObjectList: Fixed update of the info items after cut
* Show info line, when Cut plane is invisible
+ Fixed non-Win build: added missed include
2022-10-19 17:38:04 +02:00
Vojtech Bubnik
2ced762948
Integrating a C++20 like span library
...
https://github.com/tcbrindle/span
Replacing a homebrew const pointer wrapper const correctness helper
with the C++20 like span library.
One day when we switch to C++20 we will just use the C++20 spans instead.
2022-10-19 16:27:15 +02:00
Vojtech Bubnik
acbc60f3e3
Better const correctness
2022-10-19 16:27:15 +02:00