56526d084d
#7388 - Fixed shell does not align in Z direction if raft enabled in gcode preview
2021-12-01 09:16:53 +01:00
9924102c5e
Tech ENABLE_FIX_SEAMS_SYNCH set as default
2021-11-30 11:42:39 +01:00
877e01a248
Tech ENABLE_FIX_PREVIEW_OPTIONS_Z set as default
2021-11-30 10:55:00 +01:00
37dbc3a128
Tech ENABLE_SEAMS_USING_BATCHED_MODELS set as default
2021-11-30 10:32:28 +01:00
53c10fc4f9
Tech ENABLE_SEAMS_USING_MODELS set as default
2021-11-30 08:36:55 +01:00
2a0a7d0b30
Fix for horizontal slider limits the top non-gray layers to two, not one, SPE-1130
2021-11-23 11:42:22 +01:00
916d66fa43
Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer
2021-11-16 15:48:17 +01:00
ceb0559983
Higher resolution G-code and volumetric rate legend, disabled.
2021-11-16 15:48:06 +01:00
33bbb249cf
Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS set as default
2021-11-16 12:39:54 +01:00
cce3410f59
Merge branch 'master' of https://github.com/Prusa3D/PrusaSlicer
2021-11-16 10:18:58 +01:00
537df6b503
New BuildVolume class was created, which detects build volume type (rectangular,
...
circular, convex, concave) and performs efficient collision detection agains these build
volumes. As of now, collision detection is performed against a convex
hull of a concave build volume for efficency.
GCodeProcessor::Result renamed out of GCodeProcessor to GCodeProcessorResult,
so it could be forward declared.
Plater newly exports BuildVolume, not Bed3D. Bed3D is a rendering class,
while BuildVolume is a purely geometric class.
Reduced usage of global wxGetApp, the Bed3D is passed as a parameter
to View3D/Preview/GLCanvas.
Convex hull code was extracted from Geometry.cpp/hpp to Geometry/ConvexHulll.cpp,hpp.
New test inside_convex_polygon().
New efficent point inside polygon test: Decompose convex hull
to bottom / top parts and use the decomposition to detect point inside
a convex polygon in O(log n). decompose_convex_polygon_top_bottom(),
inside_convex_polygon().
New Circle constructing functions: circle_ransac() and circle_taubin_newton().
New polygon_is_convex() test with unit tests.
2021-11-16 10:15:51 +01:00
fbebab4156
#7066 - Ignore purge line in 'Volumetric Flow' display when Custom extrusion paths are set to invisible
2021-11-15 14:25:15 +01:00
2cfcc63c58
Tech ENABLE_ENHANCED_IMGUI_SLIDER_FLOAT - Modified ImGuiWrapper::slider_float() to create a compound widget where an additional button can be used to set the keyboard focus into the slider to allow the user to type in the desired value
2021-11-05 14:46:44 +01:00
d03fd2f63e
Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Reworked detection of collision with printbed. The detection uses now different algorithms in dependence of the printbed type (rectangular, circular, convex) to improve performance.
2021-10-06 13:47:54 +02:00
00d2a8f4b6
Fixed crash when turning on shells visibility in preview and the application was started with background processing active
2021-10-05 14:49:18 +02:00
71ce4ae979
Follow-up of 67e519d3ab - Use a platform-indipendent fix
2021-09-29 13:34:30 +02:00
03b8bead44
Follow-up of f71cf324b9 - Fixed shown tool position
2021-09-23 11:51:30 +02:00
ba60d2b254
Tech ENABLE_FIX_SEAMS_SYNCH - Fix the synchronization of seams with the horizontal slider in preview
2021-09-23 09:25:13 +02:00
4d7c98756c
Fixed build when tech ENABLE_SEAMS_USING_BATCHED_MODELS is disabled
2021-09-15 10:52:16 +02:00
762e7f9474
Tech ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER set as default
2021-09-14 15:05:33 +02:00
b237a12c8b
#5471 - Make the View controls 'sticky'
2021-09-13 11:16:13 +02:00
f9db2d4e8f
GCodeViewer slight opitmization: reuse (move) G-code line indices
...
in G-code viewer.
2021-09-13 10:41:28 +02:00
660ffbad58
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_options_z
2021-09-09 10:34:47 +02:00
229dd208fa
Fixed build on MAC
2021-09-08 15:47:27 +02:00
ca9d1ff6e1
Follow-up to b5a007a683
...
WIP to G-code export parallelization through pipelining:
GCodeProcessor is called during the G-code export,
the G-code is no more reopened and re-read, but it is pipelined
from the G-code generator.
2021-09-08 15:06:12 +02:00
6f075e7573
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_options_z
2021-09-08 14:33:20 +02:00
f437cd535d
Tech ENABLE_FIX_PREVIEW_OPTIONS_Z - Enable fixing the z position of seams (and other options) in preview
2021-09-08 14:30:40 +02:00
b0c0f1cb97
Techs ENABLE_SEAMS_USING_MODELS and ENABLE_SEAMS_USING_BATCHED_MODELS - Fixed seams (and other options) zs to match toolpaths zs in preview
2021-09-08 13:04:43 +02:00
88e6b261fa
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_seams_as_batched_models
2021-09-08 11:37:05 +02:00
1c60fa2704
GCodeProcessor collects positions of line ends for GCodeViewer,
...
GCodeViewer no more parses G-code just to extract line end positions.
Removed start_mapping_gcode_window(), void stop_mapping_gcode_window(),
they are no more needed.
2021-09-07 15:42:56 +02:00
df30579753
GCodeViewer - Fixed crash when importing gcode generated with Simplify3D and switching to tool view
2021-09-07 12:25:30 +02:00
e2ea3d26a1
Changed color for toolpaths whose extrusion role is unknown
2021-09-07 11:13:12 +02:00
0e4ca4624f
Tech ENABLE_SEAMS_USING_MODELS - Fixed crash when enabling visualization of tool change markers in preview
2021-09-06 13:15:36 +02:00
6b1c428275
ENABLE_SEAMS_USING_BATCHED_MODELS - Fixed preview legend update
2021-09-06 11:37:59 +02:00
e16e664757
Speed-up in GCodeViewer vertex buffer generator
2021-09-03 16:21:44 +02:00
2784ff9a1e
Rendering seams (and other options) in preview using batched models on systems not supporting OpenGL 3.3
2021-09-03 15:35:44 +02:00
345dcb8472
Fixed build when tech ENABLE_GCODE_VIEWER_STATISTICS is enabled
2021-09-02 13:42:37 +02:00
1fcf579fd1
Fixed typo which broke export of toolpaths to obj file
2021-09-01 09:54:59 +02:00
7fbc1cc37b
Requires OpenGL 3.3 as a minimum to enable instanced rendering of seams and other options in preview
2021-09-01 09:34:07 +02:00
15fa298ca1
Fixed warning
2021-08-31 09:17:52 +02:00
7bf3a988b8
ENABLE_SEAMS_USING_MODELS -> Increased size of instances
2021-08-30 14:13:41 +02:00
59f55aabb6
ENABLE_SEAMS_USING_MODELS -> Fixed instances when horizontal slider is enabled for top layer only
2021-08-27 15:23:27 +02:00
61e5a43ba5
Tech ENABLE_SEAMS_USING_INSTANCED_MODELS merged into tech ENABLE_SEAMS_USING_MODELS
2021-08-27 11:41:34 +02:00
b5fbe79f31
ENABLE_SEAMS_USING_INSTANCED_MODELS -> Completed implementation of rendering models using instancing
2021-08-27 10:16:50 +02:00
cf1b3dcbd8
Code cleanup and small refactoring
2021-08-26 14:37:09 +02:00
4868c42169
ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP: Render models using glDrawElementsInstanced
2021-08-26 12:37:55 +02:00
13bcc58b8e
Temporary tech ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP (still missing opengl calls)
2021-08-05 15:08:49 +02:00
f81648e4aa
Techs ENABLE_SEAMS_USING_MODELS + ENABLE_GCODE_VIEWER_STATISTICS -> Added instances counter
2021-08-05 10:19:02 +02:00
b483a13819
Techs ENABLE_SEAMS_USING_MODELS + ENABLE_GCODE_VIEWER_STATISTICS -> Fixed detection of used memory to store instances data
2021-08-05 09:35:12 +02:00
61c056fb63
Tech ENABLE_SEAMS_USING_MODELS -> Use new options visualization only if OpenGL 3.1 or greater is detected
2021-08-05 09:09:07 +02:00