5984111388SPE-1606 - Placement of switch view type icon in the 3D scene by the current selected instance bounding box
enricoturri1966
2023-05-10 10:37:05 +0200
a4605a5e9eSPE-1606 - Do no show the switch view type icon in the 3D scene if the object does not contain negative volumes
enricoturri1966
2023-05-10 10:20:31 +0200
35f4993ec2SPE-1606 - Fixed geometry not rendered in the 3D scene after switching from SLA to FFF printer
enricoturri1966
2023-05-10 10:13:20 +0200
3848a8eda2Fixed crash after 'vb_organic_interfaces' with zero top interfaces.
Vojtech Bubnik
2023-05-10 09:02:40 +0200
ad203baf77Moved FFF support code to libslic3r/Support directory
Vojtech Bubnik
2023-05-05 14:05:22 +0200
2873042148SPE-1684: Fix issue where the automatic painting did not trigger paint-on-supports notification in the right panel
PavelMikus
2023-05-05 13:52:20 +0200
a236351fd3Supports refactoring: Split FFF supports into multiple files, enclosed into namespaces.
Vojtech Bubnik
2023-05-05 12:59:01 +0200
1bbe0c5be3fix missing include for linux builds
PavelMikus
2023-05-04 17:39:31 +0200
00ea0847b8Fix of merging bridging regions: Fixed building a DAG of overlapping regions in expand_bridges_detect_orientations()
Vojtech Bubnik
2023-05-04 17:25:26 +0200
c3178321b4Optimization of triangle mesh slicing: scalable_allocator and hashing of shared mutexes.
Vojtech Bubnik
2023-05-02 15:53:08 +0200
fd437dcaf5Little refactoring of douglas_peucker()
Vojtech Bubnik
2023-05-02 15:48:24 +0200
6d0ceeb886ClipperLib: Further optimization of memory allocation using scalable_allocator. ClipperLib: SimplifyPolygon() - changed default winding number to positive, added strictly_simple parameter. ClipperUtlis simplify_polygons() - removed "remove_collinear" parameter
Vojtech Bubnik
2023-05-02 12:59:20 +0200
3b9037b442nlopt in RelWithDebInfo now compiles as release.
Vojtech Bubnik
2023-05-04 15:27:09 +0200
8593ad1f80Organic supports improvements: Removing collisions with trees, limiting how far tree bottoms at slanted surfaces could be extended down below their last full circle position. Placable areas are now calculated sitting on slightly inflated top surface to indicate support of tree bottoms at slanted surfaces.
Vojtech Bubnik
2023-05-04 15:26:41 +0200
34015349c1Fix a rounded extrusion model when the new width is smaller than layer height - the code used radius in place of diameter
PavelMikus
2023-05-04 14:59:50 +0200
a039391131Fixed rendering of horizontal ellipsis in ImGui controls
Lukas Matena
2023-05-04 13:56:05 +0200
234956dfdaFix for SPE-1686 : Bug with instance rotation around X or Y
YuSanka
2023-05-03 14:26:06 +0200
d9dde32b78SPE-1606 - Fixed a bunch of bugs/crashes related to visualizing original or processed volumes in 3D scene after slicing using SLA printers when multiple objects are on the printbed
enricoturri1966
2023-05-03 13:45:15 +0200
362267431bFix transformation assembly problem for arrange polyogon
tamasmeszaros
2023-04-04 14:39:45 +0200
6831b7094aTrying to fix transformation assembly problem for arrange polyogon
tamasmeszaros
2023-04-03 16:02:26 +0200
af6c27b861douglas_peucker(): fix after 63ca221394
Vojtech Bubnik
2023-05-02 19:50:12 +0200
d0f38cd0b4macOS clang is buggy, it does not implement __cpp_lib_hardware_interference_size correctly.
Vojtech Bubnik
2023-05-02 19:26:33 +0200
0c6f2261a3Tree Supports: Extend bottoms of trees downwards to the object surface if those supports are not sitting on a flat surface.
Vojtech Bubnik
2023-05-02 18:45:07 +0200
a077f669eeSlight optimization of distance_to_squared()
Vojtech Bubnik
2023-05-02 16:32:03 +0200
04f557693bFollow-up to 31a5daa5e4: Fixed missing include
Vojtech Bubnik
2023-05-02 16:26:16 +0200
31a5daa5e4Optimization of triangle mesh slicing: scalable_allocator and hashing of shared mutexes.
Vojtech Bubnik
2023-05-02 15:53:08 +0200
0836b06c73Little refactoring of douglas_peucker()
Vojtech Bubnik
2023-05-02 15:48:24 +0200
a7e17df25fClipperLib: Further optimization of memory allocation using scalable_allocator. ClipperLib: SimplifyPolygon() - changed default winding number to positive, added strictly_simple parameter. ClipperUtlis simplify_polygons() - removed "remove_collinear" parameter
Vojtech Bubnik
2023-05-02 12:59:20 +0200
03608580c0Do not allow to change selection or printable state, using the right panel, while the SLA supports gizmo is open and in editing mode.
enricoturri1966
2023-04-25 12:14:06 +0200
4b68fbd973Follow-up 88f4fa20df - Fixed next Linux specific issue : Select any instance in place where is active a gizmo space on instance
YuSanka
2023-04-27 15:55:07 +0200
4c872b0352Paralellize SupportSpotGenerator! Fix extra perimeters crash - problem with new ankerl hash map Fix progress bar
PavelMikus
2023-04-27 15:36:21 +0200
159e699cd5Fixed conflicts after merge with master
enricoturri1966
2023-04-26 12:35:02 +0200
cdf8cd83d5Follow-up of 6e7fefbabf - Force using glGeneratedMipmap() function on AMD Custom cards, no matter what's the installed driver (Windows only)
enricoturri1966
2023-04-26 12:31:59 +0200
f9c1abbd50SPE-1677 - Disable SLA supports and Hollow gizmos when the selected object is non-printable. Do not allow to set to non-printable an object while the SLA supports and Hollow gizmos are active.
enricoturri1966
2023-04-24 13:58:01 +0200
bbea397aa6SPE-1675 - Do not update layer editing when the mouse cursor is moved outside of the 3D scene while dragging
enricoturri1966
2023-04-25 10:02:50 +0200
0d1522791dRefactored Arachne to use ankerl::unordered_dense hash tables instead of std::unordered_set/map The code is now generic enough to enable experiments with various hash maps in the future.
Vojtech Bubnik
2023-04-21 15:41:00 +0200
29719a7ab9ClipperLib sometimes hangs forever on a single union / diff / offset task. Implemented optional time limit on ClipperLib execution.
Vojtech Bubnik
2023-04-21 15:38:23 +0200
8a959883b4Hide supports when Manual editing mode is active in SLA supports gizmo
enricoturri1966
2023-04-21 10:50:03 +0200
a65a68ad93fix missing include
PavelMikus
2023-04-21 10:09:44 +0200
13c7744443Disable debug data output
PavelMikus
2023-04-13 14:37:06 +0200
f6c38fb7f9Smoothen the results, fix some issues.
PavelMikus
2023-04-13 14:03:50 +0200
3e3ccc200eFixed artefacts, made the new slowdown enabled with dynamic overhang speed at all times
PavelMikus
2023-04-13 10:42:17 +0200
798396d918Fixed several issues with smoothening of the slowdown, but there are still artefacts in the preview, on curved into flat srufaces
PavelMikus
2023-04-12 17:24:11 +0200