Commit Graph

13675 Commits

Author SHA1 Message Date
tamasmeszaros
dce0053631 rotation finder experiments
wip
2020-09-10 14:03:30 +02:00
tamasmeszaros
8e490c7e56 Merge branch 'tm_hollowing_split' 2020-09-10 14:02:21 +02:00
tamasmeszaros
6fde9b985a Do a mesh split before openvdb conversion, unify each part's grid
Do a mesh redistance after the part splitting and openvdb csgUnion
2020-09-10 13:39:43 +02:00
tamasmeszaros
d683a2b251 Merge branch 'tm_suppt_gen_improve' 2020-09-10 13:38:18 +02:00
tamasmeszaros
1091049d0b Calibration changes to address new algorithm behavior. 2020-09-10 13:37:58 +02:00
tamasmeszaros
dbd5304bc2 Fix failing test due to changes in support point genertion 2020-09-10 13:19:17 +02:00
tamasmeszaros
7917b63089 Improvements to support point generator
- Separate the 3 bands -- dangling, sloping and full overhanging -- regions and handle them with different support force deficits.

- Use a heuristic for overhanging edges to increase the number of support points generated for them


- Try to make overhangs and slopes deficit depend on stable area.
2020-09-10 13:19:17 +02:00
tamasmeszaros
c4cee05738 Enable all tests for support point generator 2020-09-10 13:19:17 +02:00
enricoturri1966
d43a3310ac Hides view toolbar in gcode viewer 2020-09-10 09:43:45 +02:00
enricoturri1966
28409d1b6c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-09-10 08:50:00 +02:00
enricoturri1966
77787e36ad Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default 2020-09-10 08:49:50 +02:00
Vojtech Bubnik
a52c26f59e Merge branch 'lh_adaptive_infill' 2020-09-09 16:46:43 +02:00
Vojtech Bubnik
b7ebee01aa Refactoring of adaptive cubic infill:
Don't create an octree for the infill if it is not needed.
2020-09-09 15:55:06 +02:00
enricoturri1966
90c5a8bf2c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-09-09 15:04:40 +02:00
enricoturri1966
4add81eb28 Completed implementation of 'File->GCode preview...' command 2020-09-09 15:03:51 +02:00
Lukáš Hejl
c68e5e3b2e Merge branch 'lh_adaptive_infill' 2020-09-09 14:42:03 +02:00
Lukáš Hejl
49b978c30d Check if exist any boundary polyline 2020-09-09 14:40:14 +02:00
Lukáš Hejl
5673bb9e5b Enable changing adaptive infill density for different objects 2020-09-09 14:40:14 +02:00
Lukáš Hejl
347914004b Octree representation rework 2020-09-09 14:40:14 +02:00
Lukáš Hejl
969e733d2e Change to using raw_mesh instead of mesh 2020-09-09 14:40:14 +02:00
Lukáš Hejl
f42ef27558 Fix bug in lines merging 2020-09-09 14:40:14 +02:00
Lukáš Hejl
0601313cdf Connect infill to perimeters 2020-09-09 14:40:14 +02:00
Lukáš Hejl
bb568a1673 Code cleanup 2020-09-09 14:40:14 +02:00
Lukáš Hejl
67bfb246ec Octree's first cube depends on model size. 2020-09-09 14:40:14 +02:00
Lukáš Hejl
9384c9d34c Fix tests which expect make_fills without arguments 2020-09-09 14:40:14 +02:00
Lukáš Hejl
544cd82fe8 Change in passing octree struct 2020-09-09 14:40:08 +02:00
Lukáš Hejl
4aed6bc332 Fix wrong data type 2020-09-09 14:37:20 +02:00
Lukáš Hejl
42e524de6c Fix crash on inconsistent input 2020-09-09 14:37:20 +02:00
Lukáš Hejl
ebdc903c0d Fix discontinuous extrusion lines for adaptive infill 2020-09-09 14:37:20 +02:00
Lukáš Hejl
1d114d99d7 Switch to smart pointers 2020-09-09 14:37:17 +02:00
Lukáš Hejl
50707df23e Polylines merging 2020-09-09 14:34:04 +02:00
Lukáš Hejl
6c4d78faa8 Add function for check existence of triangle in define radius 2020-09-09 14:34:04 +02:00
Lukáš Hejl
262817e9b9 Generating polylines from octree 2020-09-09 14:34:04 +02:00
Lukáš Hejl
3238eb59be Building octree based on distance from mesh 2020-09-09 14:34:04 +02:00
Lukáš Hejl
e5da5318e4 Preparation for new infill 2020-09-09 14:34:04 +02:00
Vojtech Bubnik
41d1c4dd26 Fixed launching of new slicer instances on Windows. 2020-09-09 11:41:23 +02:00
enricoturri1966
00d6fe3e68 Merge remote-tracking branch 'origin/et_gcode_viewer' 2020-09-09 09:41:31 +02:00
enricoturri1966
3298966d8f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer 2020-09-09 09:12:56 +02:00
enricoturri1966
6a3231226f Fixed export of pause print lines into gcode 2020-09-09 09:06:50 +02:00
enricoturri1966
c767db6d4f Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer 2020-09-09 08:39:43 +02:00
YuSanka
34f2cc92a0 Merge remote-tracking branch 'origin/ys_splash_screen' 2020-09-08 16:13:54 +02:00
YuSanka
91fe52bd3c PhysicalPrinterDialog: Fixed memory leak 2020-09-08 16:11:01 +02:00
enricoturri1966
eea5e306a2 Fixed conflicts after merge with master 2020-09-08 15:38:35 +02:00
Vojtech Bubnik
1ee729d9ac Added networking support for SL1 Digest authorization.
Renamed login/password/authorization_type to printhost_user/printhost_password/printhost_authorization_type.
Added initialization of physical printer preset with default values.
2020-09-08 15:31:10 +02:00
enricoturri1966
4eeb90e65b Fixed loading current presets 2020-09-08 15:30:01 +02:00
YuSanka
57e106672c Fixed Scale on Linux 2020-09-08 15:20:12 +02:00
Vojtech Bubnik
125218c996 Fix of a preceding merge 2020-09-08 14:25:10 +02:00
Vojtech Bubnik
9c9a215360 Fix of the previous merge, Windows specific. 2020-09-08 14:08:03 +02:00
enricoturri1966
aeef9104fd Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-09-08 14:01:55 +02:00
enricoturri1966
537045ea5c Cleanup toolpaths when changing printer to SLA 2020-09-08 14:01:32 +02:00