enricoturri1966
|
da0a5b5cfb
|
Removed obsolete code leading to assert on MAC
|
2022-07-13 13:31:36 +02:00 |
|
enricoturri1966
|
22b634ca1d
|
Fixed crash at startup on Mac OS
|
2022-07-13 08:56:00 +02:00 |
|
enricoturri1966
|
8d0780aabe
|
Tech ENABLE_GL_CORE_PROFILE - Added command line option '--opengl-core=M.m' which allows the user to select a specific OpenGL version supporting core profile
|
2022-05-30 16:15:25 +02:00 |
|
enricoturri1966
|
a1eb8c5cbd
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_opengl_3_rebase
|
2022-05-30 15:41:08 +02:00 |
|
enricoturri1966
|
b00c550463
|
Do not show legend and bottom slider when loading an invalid gcode file into GCodeViewer
|
2022-05-27 15:55:25 +02:00 |
|
enricoturri1966
|
7da94fb07d
|
Fixed differences after rebase with master
|
2022-05-26 13:20:56 +02:00 |
|
enricoturri1966
|
c468dcbed7
|
Tech ENABLE_LEGACY_OPENGL_REMOVAL - Fixed calculation of normal matrices sent to shaders
Fixed conflicts during rebase with master
|
2022-05-26 12:25:55 +02:00 |
|
enricoturri1966
|
1a1cf108fc
|
Tech ENABLE_GL_SHADERS_ATTRIBUTES merged into ENABLE_LEGACY_OPENGL_REMOVAL
Fixed conflicts during rebase with master
|
2022-05-26 10:50:32 +02:00 |
|
enricoturri1966
|
914a66e2c3
|
Tech ENABLE_GL_CORE_PROFILE - Thick lines shader enhanced to render dashed lines
Fixed conflicts while rebase with master
|
2022-05-26 08:11:04 +02:00 |
|
enricoturri1966
|
8d8a5b4b41
|
Fixed warning
Fixed conflicts during rebase with master
|
2022-05-25 16:01:16 +02:00 |
|
enricoturri1966
|
017784c38e
|
Tech ENABLE_GL_CORE_PROFILE - Use thick_lines shader where needed
Fixed conflicts during rebase with master
|
2022-05-25 15:55:39 +02:00 |
|
enricoturri1966
|
389dc36053
|
Tech ENABLE_GL_CORE_PROFILE - Use OpenGL core profile context - 1st installment
Fixed conflicts during rebase with master
|
2022-05-25 15:29:10 +02:00 |
|
enricoturri1966
|
dc3cf1f7b8
|
#8327 - Fixed gcode window disappearing when selecting volumetric speed in preview
|
2022-05-16 14:29:33 +02:00 |
|
enricoturri1966
|
ff20ad1052
|
Fixed warning
|
2022-05-06 07:30:03 +02:00 |
|
enricoturri1966
|
a2a85af4dd
|
Fixed out of bounds when showing color prints in gcode preview legend
|
2022-05-03 13:54:23 +02:00 |
|
enricoturri1966
|
6c31b8d7a8
|
SPE-1223 - Removed from legend the option to show shells in GCode Viewer
|
2022-04-28 09:39:58 +02:00 |
|
enricoturri1966
|
3ce2d3a700
|
#8176 - Tech ENABLE_USED_FILAMENT_POST_PROCESS - Fixes used filament data exported to gcode file not taking in account custom gcode
|
2022-04-13 15:27:46 +02:00 |
|
enricoturri1966
|
55aef05fbf
|
Fix into GCodeViewer::refresh_render_paths()
|
2022-03-29 13:18:04 +02:00 |
|
enricoturri1966
|
9076bcc268
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_opengl_3
|
2022-03-22 08:23:10 +01:00 |
|
enricoturri1966
|
76d1d4949b
|
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Added shaders for glsl version 140
|
2022-03-21 13:10:47 +01:00 |
|
enricoturri1966
|
93d703518d
|
Tech ENABLE_PROCESS_G2_G3_LINES - Improved detection of layer zs for gcode produced by other slicers
|
2022-03-21 08:53:55 +01:00 |
|
enricoturri1966
|
fb22612d0d
|
Tech ENABLE_SPIRAL_VASE_LAYERS set as default
|
2022-03-17 15:12:03 +01:00 |
|
enricoturri1966
|
9701d3b01d
|
Follow-up of 033bee64311d7645a581020dde77b028aac9dbc2 - Fixed warnings
|
2022-03-15 10:31:30 +01:00 |
|
enricoturri1966
|
887ce89558
|
Limit width of GCodeViewer::SequentialView::GCodeWindow
|
2022-03-15 08:50:00 +01:00 |
|
enricoturri1966
|
033bee6431
|
Removed obsolete code from GCodeViewer
|
2022-03-14 14:55:25 +01:00 |
|
enricoturri1966
|
9174fc4872
|
Removed obsolete tech ENABLE_FIXED_SCREEN_SIZE_POINT_MARKERS
|
2022-03-14 14:25:09 +01:00 |
|
enricoturri1966
|
f0bad14748
|
Tech ENABLE_GL_SHADERS_ATTRIBUTES - Small refactoring into GCodeViewer::render_toolpaths()
|
2022-03-14 09:59:38 +01:00 |
|
enricoturri1966
|
a9465ddedc
|
A few small refactorings
|
2022-03-10 11:27:05 +01:00 |
|
enricoturri1966
|
f8ce187262
|
Tech ENABLE_LEGACY_OPENGL_REMOVAL - Refactoring of GLModel to automatically detect the data type to use into the index buffer in dependence of vertices count
|
2022-03-09 11:51:02 +01:00 |
|
enricoturri1966
|
46283cfde3
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES renamed as ENABLE_GL_SHADERS_ATTRIBUTES
|
2022-03-09 08:22:07 +01:00 |
|
enricoturri1966
|
5ffe010a9d
|
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL merged into ENABLE_LEGACY_OPENGL_REMOVAL
|
2022-03-08 14:50:32 +01:00 |
|
enricoturri1966
|
05efb88e3f
|
Tech ENABLE_GLBEGIN_GLEND_REMOVAL renamed as ENABLE_LEGACY_OPENGL_REMOVAL
|
2022-03-08 14:08:11 +01:00 |
|
enricoturri1966
|
80717bbdec
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Some code cleanup
|
2022-03-08 13:27:51 +01:00 |
|
enricoturri1966
|
545056bf7c
|
Fixed warnings
|
2022-03-04 14:17:55 +01:00 |
|
enricoturri1966
|
44a00be329
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: toolpaths_cog
|
2022-03-04 13:50:31 +01:00 |
|
enricoturri1966
|
191222c3a8
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: flat - Travel moves in gcode preview
|
2022-03-04 13:14:03 +01:00 |
|
enricoturri1966
|
cdf3cb83b6
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: gouraud_light_instanced_attr - Instanced options in gcode preview
|
2022-03-04 12:46:01 +01:00 |
|
enricoturri1966
|
bca966039e
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: gouraud_light - Toolpaths and batched options in gcode preview
|
2022-03-04 12:07:08 +01:00 |
|
enricoturri1966
|
14c23a6526
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: gouraud_light - GLGizmoBase grabbers
|
2022-03-03 13:04:00 +01:00 |
|
enricoturri1966
|
14f4345389
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: gouraud_light - Thumbnails render
|
2022-03-03 12:36:44 +01:00 |
|
enricoturri1966
|
3003db411f
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: gouraud_light - GCodeViewer shells
|
2022-03-03 09:56:13 +01:00 |
|
enricoturri1966
|
8d43a854c6
|
Tech ENABLE_GLBEGIN_GLEND_SHADERS_ATTRIBUTES - Use vertex attributes and matrices in shaders.
Shader: gouraud_light - Sequential view marker
|
2022-03-03 09:46:04 +01:00 |
|
enricoturri1966
|
1eac357739
|
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: GLVolume geometry + removed class GLIndexedVertexArray from codebase
|
2022-02-23 13:39:54 +01:00 |
|
enricoturri1966
|
5089d1460d
|
Removed obsolete member variable GLCanvas3D::m_color_by
|
2022-02-11 11:47:29 +01:00 |
|
enricoturri1966
|
cca1454c38
|
Tech ENABLE_VOLUMETRIC_RATE_TOOLPATHS_RECALC - Recalculate toolpaths when switching to/from volumetric rate visualization
|
2022-02-10 12:06:12 +01:00 |
|
enricoturri1966
|
92aa6540f5
|
Tech ENABLE_SHOW_TOOLPATHS_COG - Show toolpaths center of gravity
|
2022-02-08 12:57:56 +01:00 |
|
enricoturri1966
|
383f6509a9
|
Added tech DISABLE_GCODEVIEWER_INSTANCED_MODELS to easily turn on/off instanced models to render options in gcode preview
|
2022-01-31 15:36:40 +01:00 |
|
enricoturri1966
|
8d94841fa3
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
|
2022-01-29 09:17:30 +01:00 |
|
enricoturri1966
|
a690f7825c
|
Fixed warning
|
2022-01-27 12:45:03 +01:00 |
|
enricoturri1966
|
703aefa75c
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
|
2022-01-27 12:04:47 +01:00 |
|