enricoturri1966
|
9c8892c869
|
GCodeViewer -> Shaders code cleanup
|
2020-05-28 09:23:30 +02:00 |
|
enricoturri1966
|
edaabf3fbd
|
GCodeViewer -> Experimental hexagonal icons for toolpaths in legend
|
2020-05-28 07:52:11 +02:00 |
|
enricoturri1966
|
0e018e6690
|
Merge branch 'et_gcode_viewer' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
|
2020-05-27 16:31:26 +02:00 |
|
enricoturri1966
|
abd7d74800
|
GCodeViewer -> Small refactoring
|
2020-05-27 16:31:02 +02:00 |
|
enricoturri1966
|
35190936a3
|
GCodeViewer -> Newer version of shader for options
|
2020-05-27 16:19:40 +02:00 |
|
enricoturri1966
|
100484dabe
|
Added missing include
|
2020-05-27 15:28:24 +02:00 |
|
enricoturri1966
|
1d317489fd
|
GCodeViewer -> Temporary ImGui dialog for editing shaders parameters
|
2020-05-26 08:16:08 +02:00 |
|
enricoturri1966
|
1c826c063b
|
GCodeViewer refactoring and GLShaderProgram upgrade
|
2020-05-25 10:48:53 +02:00 |
|
enricoturri1966
|
43b78b630c
|
GCodeViewer -> Enhanced legend icons
|
2020-05-22 16:37:53 +02:00 |
|
enricoturri1966
|
314995fa0b
|
ENABLE_SHADERS_MANAGER set as default
|
2020-05-22 16:08:02 +02:00 |
|
enricoturri1966
|
4d05ec0856
|
GCodeViewer -> New shaders for options
|
2020-05-22 13:21:43 +02:00 |
|
enricoturri1966
|
83ea38c2f3
|
GCodeViewer -> Refactoring of options coloring + options added to legend
|
2020-05-22 11:52:07 +02:00 |
|
enricoturri1966
|
6e279cbec2
|
GCodeViewer -> Refactoring of sequential view marker positioning
|
2020-05-22 10:43:59 +02:00 |
|
enricoturri1966
|
8a9dbb3414
|
ENABLE_SHADERS_MANAGER -> Fixed crash while rendering selection hints
|
2020-05-21 13:19:07 +02:00 |
|
enricoturri1966
|
cbfb09a241
|
Fixed build for all 4 cases of tech ENABLE_SHADERS_MANAGER and ENABLE_GCODE_VIEWER enabled/disabled and code cleanup
|
2020-05-20 17:03:53 +02:00 |
|
enricoturri1966
|
c7c87973b7
|
First installment of tech ENABLE_SHADERS_MANAGER, using class GLShadersManager as a central point to manage OpenGL shaders
|
2020-05-20 14:11:22 +02:00 |
|
enricoturri1966
|
163fbec8c8
|
GCodeViewer -> Completed implementation of slider for sequential view
|
2020-05-18 13:24:07 +02:00 |
|
enricoturri1966
|
a68eefbe4a
|
Tech ENABLE_GCODE_VIEWER -> Refactoring and code cleanup
|
2020-05-15 12:25:38 +02:00 |
|
enricoturri1966
|
5be901547e
|
GCodeViewer -> Imgui slider for sequential view replaced by DoubleSlider::Control (wip)
|
2020-05-15 09:22:51 +02:00 |
|
enricoturri1966
|
32529b66ac
|
Tech ENABLE_GCODE_VIEWER -> Small refactoring
|
2020-05-13 13:55:00 +02:00 |
|
enricoturri1966
|
8d5cea82f4
|
Tech ENABLE_GCODE_VIEWER -> Bed axes rendered using the new OpenGL model class
|
2020-05-12 11:33:50 +02:00 |
|
enricoturri1966
|
769cca4b25
|
GCodeViewer -> Enhanced tool marker + refactoring (added new base class for OpenGL models)
|
2020-05-11 16:26:35 +02:00 |
|
enricoturri1966
|
c02a77d942
|
GCodeViewer -> Prototype for tool marker
|
2020-05-11 13:09:26 +02:00 |
|
enricoturri1966
|
5c6a56ca29
|
GCodeAnalyzer and GCodePreviewData removed from tech ENABLE_GCODE_VIEWER
|
2020-05-07 10:49:12 +02:00 |
|
enricoturri1966
|
82b75112bd
|
GCodeViewer -> Sequential view marker wip + refactoring
|
2020-05-06 11:18:37 +02:00 |
|
enricoturri1966
|
1c4ffa9b16
|
GCodeViewer -> Added buttons for forward/backward movements of 1, 10 and 100 moves to sequential view bar
|
2020-05-05 16:29:07 +02:00 |
|
enricoturri1966
|
a84c434787
|
GCodeViewer -> Refactoring/Optimization
|
2020-05-05 13:57:51 +02:00 |
|
enricoturri1966
|
170f91b335
|
GCodeViewer -> Prototype for sequential view
|
2020-05-05 12:09:11 +02:00 |
|
enricoturri1966
|
c7806dd021
|
GCodeViewer -> Fixed visualization of travel paths
|
2020-05-04 09:37:06 +02:00 |
|
enricoturri1966
|
9f2f798ea2
|
GCodeViewer -> Added ironing extrusion role
|
2020-04-29 13:51:20 +02:00 |
|
enricoturri1966
|
c9bd0840b3
|
GCodeViewer -> Code cleanup
|
2020-04-29 08:24:39 +02:00 |
|
enricoturri1966
|
d8f6a9179f
|
GCodeViewer -> Use glMultiDrawElements() in place of glDrawElements() to draw all entities
|
2020-04-28 15:49:01 +02:00 |
|
enricoturri1966
|
3267d3368f
|
GCodeViewer -> Use glMultiDrawElements() in place of glDrawElements() to draw extrude and travel paths
|
2020-04-28 15:08:36 +02:00 |
|
enricoturri1966
|
d265c84b76
|
GCodeViewer -> Refactoring
|
2020-04-28 12:24:03 +02:00 |
|
enricoturri1966
|
1cb0f044db
|
GCodeProcessor::MoveVertex -> added placeholder for time
|
2020-04-28 10:29:25 +02:00 |
|
enricoturri1966
|
2a4d011817
|
GCodeViewer -> Toggle extrusion role visibility by clicking on legend
|
2020-04-28 08:50:52 +02:00 |
|
enricoturri1966
|
eac4b3c15a
|
GCodeViewer -> Added debug statistics imgui dialog
|
2020-04-27 14:10:18 +02:00 |
|
enricoturri1966
|
c1246f86eb
|
GCodeViewer -> Refactoring
|
2020-04-27 12:43:51 +02:00 |
|
enricoturri1966
|
a6ed1d817a
|
GCodeViewer -> Layers z slider wip
|
2020-04-27 11:44:29 +02:00 |
|
enricoturri1966
|
c76bf934f7
|
GCodeViewer -> Shortcut to show/hide legend
|
2020-04-27 08:19:48 +02:00 |
|
enricoturri1966
|
4ea96340d8
|
GCodeViewer -> Draw alphed extrusion paths into legend when set as not visible
|
2020-04-25 12:24:56 +02:00 |
|
enricoturri1966
|
eadad6c1d1
|
GCodeViewer -> Add travel paths to legend
|
2020-04-25 11:16:28 +02:00 |
|
enricoturri1966
|
d8091b7ad7
|
ENABLE_GCODE_VIEWER -> Preview toolbar checkboxes moved into a new combo
|
2020-04-24 16:12:38 +02:00 |
|
enricoturri1966
|
e5c45405d4
|
Fixed conflicts after merge with master
|
2020-04-24 10:59:03 +02:00 |
|
enricoturri1966
|
81a29169ae
|
GCodeViewer -> Coloring of travel paths
|
2020-04-24 08:46:31 +02:00 |
|
enricoturri1966
|
66964c44c1
|
GCodeViewer -> Refactoring and code cleanup
|
2020-04-23 15:12:40 +02:00 |
|
enricoturri1966
|
6e2307f56d
|
GCodeViewer -> Refactoring
|
2020-04-23 14:02:47 +02:00 |
|
enricoturri1966
|
7be12e8f1e
|
GCodeViewer -> Completed extrusion toolpaths colored by color print
|
2020-04-23 10:24:03 +02:00 |
|
enricoturri1966
|
7a0df4bcb4
|
GCodeViewer -> Extrusion toolpaths colored by color print (wip) + visualization of tool changes, color changes, pause prints, custom gcodes + refactoring
|
2020-04-22 16:29:07 +02:00 |
|
enricoturri1966
|
4c4485a9b5
|
GCodeViewer -> Extrusion toolpaths colored by tool
|
2020-04-21 15:55:26 +02:00 |
|