enricoturri1966
|
f77475e501
|
Tech ENABLE_SHOW_WIPE_MOVES set as default
|
2020-12-07 10:29:50 +01:00 |
|
enricoturri1966
|
1d0b947fa8
|
ENABLE_GCODE_VIEWER set as default in:
GCodeViewer hpp/cpp
|
2020-11-23 14:30:31 +01:00 |
|
enricoturri1966
|
0e6acbc0e2
|
Preview - Visualization of wipe mones
|
2020-11-21 10:36:10 +01:00 |
|
enricoturri1966
|
0688a76c73
|
Code cleanup
|
2020-11-13 11:50:52 +01:00 |
|
enricoturri1966
|
9e4cb893f7
|
Sequential print visualization using vertical slider in preview -> Added travel moves
|
2020-11-12 16:29:44 +01:00 |
|
enricoturri1966
|
4ad42d6171
|
WIP - Sequential print visualization using vertical slider in preview (missing travel moves)
|
2020-11-11 16:22:09 +01:00 |
|
enricoturri1966
|
a72fb79f72
|
#5098 - Fixed no preview after language change
|
2020-11-09 14:27:00 +01:00 |
|
enricoturri1966
|
bf12c7cb8c
|
GCode Viewer - Fixed color print visualization for gcode containing multiple extruders
|
2020-11-09 13:06:20 +01:00 |
|
enricoturri1966
|
479d4b70f2
|
GCode Viewer - Show print/printer/filament settings names in legend
|
2020-11-09 08:41:14 +01:00 |
|
enricoturri1966
|
f94e94f53e
|
GCode tool marker set as visible by default
|
2020-11-03 09:27:18 +01:00 |
|
enricoturri1966
|
ce3fc31b48
|
#4880 - Initialization of OpenGL data used by GCodeViewer done on the first call of GCodeViewer::render()
|
2020-10-17 13:04:58 +02:00 |
|
enricoturri1966
|
36bedfdebf
|
#4719 - Fixed toolpaths generation when background process is on
|
2020-10-15 12:42:58 +02:00 |
|
enricoturri1966
|
8580ecacca
|
Added option to apply the sequential slider in preview to top layer only or to whole gcode toolpaths
|
2020-10-15 10:25:13 +02:00 |
|
enricoturri1966
|
32436aea6f
|
Added code to allow to customize skipping invisible moves when moving horizontal slider thumb in preview
|
2020-10-09 13:00:20 +02:00 |
|
enricoturri1966
|
203fc091a0
|
Transparent tool marker in preview
|
2020-10-09 12:21:00 +02:00 |
|
enricoturri1966
|
f16ef0643c
|
Horizontal slider in preview applied only to top layer
|
2020-10-09 08:45:48 +02:00 |
|
enricoturri1966
|
8a99e2b237
|
Small refactoring in GCodeViewer
|
2020-10-08 11:21:27 +02:00 |
|
enricoturri1966
|
9e0e597284
|
Skip invisible moves when moving horizontal slider thumb in preview
|
2020-10-07 13:19:44 +02:00 |
|
enricoturri1966
|
3ca6278ac9
|
Refactoring in GCodeViewer initialization
|
2020-09-17 08:59:36 +02:00 |
|
enricoturri1966
|
7a10e23470
|
Use multiple index buffers to render toolpaths in preview
|
2020-09-16 15:45:53 +02:00 |
|
enricoturri1966
|
5e4ba27106
|
Another small refactoring
|
2020-09-15 08:18:54 +02:00 |
|
enricoturri1966
|
349dd60940
|
Small refactoring
|
2020-09-14 09:18:20 +02:00 |
|
enricoturri1966
|
dd6994c3b2
|
Logging of memory used by the gcode processor and viewer
|
2020-09-11 15:19:23 +02:00 |
|
enricoturri1966
|
d3346e4512
|
Fixed export of toolpaths to obj files
|
2020-09-01 14:35:42 +02:00 |
|
enricoturri1966
|
e32930aa6c
|
Code cleanup
|
2020-09-01 09:28:02 +02:00 |
|
enricoturri1966
|
bf7b952eff
|
GCodeViewer -> Smoothed solid toolpaths corners
|
2020-09-01 08:29:06 +02:00 |
|
enricoturri1966
|
1c2ef87cfa
|
GCodeViewer -> Reduced vertices count when generating solid toolpaths
|
2020-08-28 12:28:21 +02:00 |
|
enricoturri1966
|
af30a3ab7e
|
Code cleanup
|
2020-08-27 09:13:30 +02:00 |
|
enricoturri1966
|
ba9c3a74ed
|
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
|
2020-08-26 15:29:33 +02:00 |
|
enricoturri1966
|
ac8a6fccbe
|
Renamed shaders
|
2020-08-25 08:12:28 +02:00 |
|
enricoturri1966
|
d91fc7b8ab
|
ENABLE_GCODE_VIEWER -> Removed options_120_solid shader
|
2020-08-19 11:25:12 +02:00 |
|
enricoturri1966
|
b80bde11f3
|
GCodeProcessor -> Extract toolpaths height from gcode moves
|
2020-08-13 12:51:50 +02:00 |
|
enricoturri1966
|
2aa1c2776c
|
GCodeViewer -> Estimated printing times shown in the legend
|
2020-08-06 10:15:34 +02:00 |
|
enricoturri1966
|
8fc5be7e4f
|
Refactoring to allow to quickly build the various options to show the estimated printing time in gcode viewer scene
|
2020-08-05 15:43:46 +02:00 |
|
enricoturri1966
|
5249b3e018
|
ENABLE_GCODE_VIEWER -> Estimated print time statistics moved from PrintStatistics to GCodeProcessor
|
2020-08-03 13:57:10 +02:00 |
|
enricoturri1966
|
48ae8dc9a2
|
Modal estimated printing time dialog
Fixed conflicts after merge with master
|
2020-07-27 14:53:17 +02:00 |
|
enricoturri1966
|
4700579589
|
GCodeViewer -> Estimated printing time dialog hidden by defaul
|
2020-07-20 12:25:00 +02:00 |
|
enricoturri1966
|
73b885fc37
|
GCodeViewer -> Added imgui dialog for estimated printing times
|
2020-07-08 13:33:50 +02:00 |
|
enricoturri1966
|
0b1086f390
|
GCodeViewer -> Export of extrude toolpaths to obj files
|
2020-07-03 12:17:12 +02:00 |
|
enricoturri1966
|
69de5c8c9f
|
GCodeViewer -> Pass vertex normal to shaders for toolpaths
|
2020-06-29 14:00:08 +02:00 |
|
enricoturri1966
|
648ecb47c2
|
GCodeViewer -> Fixed incorrect detection of out of printbed for toolpaths
|
2020-06-24 16:57:09 +02:00 |
|
enricoturri1966
|
d358fe85fa
|
GCodeViewer -> Show tool marker position when enabled
|
2020-06-09 08:12:51 +02:00 |
|
enricoturri1966
|
dcec684cc7
|
ENABLE_GCODE_VIEWER -> Refactoring of shaders for options
|
2020-05-29 12:29:04 +02:00 |
|
enricoturri1966
|
35190936a3
|
GCodeViewer -> Newer version of shader for options
|
2020-05-27 16:19:40 +02:00 |
|
enricoturri1966
|
aa04f0e555
|
ENABLE_GCODE_VIEWER -> Completed implementation of new GLModel class
|
2020-05-27 08:06:02 +02:00 |
|
enricoturri1966
|
1d317489fd
|
GCodeViewer -> Temporary ImGui dialog for editing shaders parameters
|
2020-05-26 08:16:08 +02:00 |
|
enricoturri1966
|
314995fa0b
|
ENABLE_SHADERS_MANAGER set as default
|
2020-05-22 16:08:02 +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
|
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 |
|