Vojtech Bubnik
32733b7db9
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
enricoturri1966
761c06ed92
GCodeViewer - Fixed crash when importing gcode generated with Simplify3D and switching to tool view
2021-09-07 12:25:30 +02:00
enricoturri1966
c1c8a60271
Changed color for toolpaths whose extrusion role is unknown
2021-09-07 11:13:12 +02:00
enricoturri1966
ad41c3f01c
Tech ENABLE_SEAMS_USING_MODELS - Fixed crash when enabling visualization of tool change markers in preview
2021-09-06 13:15:36 +02:00
Vojtech Bubnik
2e250c1463
Speed-up in GCodeViewer vertex buffer generator
2021-09-03 16:21:44 +02:00
enricoturri1966
cc480afe9b
Fixed build when tech ENABLE_GCODE_VIEWER_STATISTICS is enabled
2021-09-02 13:42:37 +02:00
enricoturri1966
95c05aae3b
Fixed typo which broke export of toolpaths to obj file
2021-09-01 09:54:59 +02:00
enricoturri1966
d7bb4c36f5
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
enricoturri1966
86ddac7b1e
Fixed warning
2021-08-31 09:17:52 +02:00
enricoturri1966
ce3f51379a
ENABLE_SEAMS_USING_MODELS -> Increased size of instances
2021-08-30 14:13:41 +02:00
enricoturri1966
7bd14bfaf7
ENABLE_SEAMS_USING_MODELS -> Fixed instances when horizontal slider is enabled for top layer only
2021-08-27 15:23:27 +02:00
enricoturri1966
9c4eeeaa18
Tech ENABLE_SEAMS_USING_INSTANCED_MODELS merged into tech ENABLE_SEAMS_USING_MODELS
2021-08-27 11:41:34 +02:00
enricoturri1966
03dc2f7c11
ENABLE_SEAMS_USING_INSTANCED_MODELS -> Completed implementation of rendering models using instancing
2021-08-27 10:16:50 +02:00
enricoturri1966
c471c3c7c4
Code cleanup and small refactoring
2021-08-26 14:37:09 +02:00
enricoturri1966
2980418706
ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP: Render models using glDrawElementsInstanced
2021-08-26 12:37:55 +02:00
enricoturri1966
34da899c66
Temporary tech ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP (still missing opengl calls)
2021-08-05 15:08:49 +02:00
enricoturri1966
252935dde7
Techs ENABLE_SEAMS_USING_MODELS + ENABLE_GCODE_VIEWER_STATISTICS -> Added instances counter
2021-08-05 10:19:02 +02:00
enricoturri1966
73464c76b9
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
enricoturri1966
8c4e203e1d
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
enricoturri1966
fd81041adb
Fixed build warnings on non-Windows OS
2021-08-05 08:10:42 +02:00
enricoturri1966
1b03eec234
Fixed build of tech ENABLE_SEAMS_USING_MODELS when tech ENABLE_GCODE_VIEWER_STATISTICS is disabled
2021-08-04 15:23:37 +02:00
enricoturri1966
55bac68603
Tech ENABLE_SEAMS_USING_MODELS - 1st installment
2021-08-04 15:13:43 +02:00
enricoturri1966
93db27f40c
A bit of refactoring into GCodeViewer
2021-08-04 13:49:51 +02:00
enricoturri1966
329f9a77c2
Colors defined as std::array<float, 4> in GCodeViewer
2021-08-04 13:27:42 +02:00
enricoturri1966
599a4d97e3
Removed constness from a few renderXXX() methods
2021-08-04 12:47:36 +02:00
enricoturri1966
66d43b882e
Fixed calls set_uniform(emission_factor, xx) to use floats
2021-08-04 11:58:50 +02:00
enricoturri1966
06b47d98fc
Fixed build when tech ENABLE_GCODE_VIEWER_STATISTICS is enabled
2021-08-02 12:16:03 +02:00
enricoturri1966
c9dffd0c89
Preview legend: title of estimated print time section dependent on results
2021-07-23 14:49:24 +02:00
enricoturri1966
8ebb2e2a29
Fixed import of color print view from gcode files into GCodeViewer
2021-07-23 11:27:07 +02:00
enricoturri1966
15b8e68c59
Tech ENABLE_SEAMS_VISUALIZATION set as default
2021-07-22 12:58:33 +02:00
enricoturri1966
59606a0ef6
Tech ENABLE_START_GCODE_VISUALIZATION set as default
2021-07-22 12:32:08 +02:00
enricoturri1966
d5ad47d0ca
Tech ENABLE_SCROLLABLE_LEGEND set as default
2021-07-22 12:18:38 +02:00
enricoturri1966
7817105abe
Tech ENABLE_GCODE_WINDOW set as default
2021-07-22 09:37:02 +02:00
enricoturri1966
b80fb40fcd
Tech ENABLE_GCODE_LINES_ID_IN_H_SLIDER set as default
2021-07-22 08:35:21 +02:00
enricoturri1966
7cd402dcd0
GCodeViewer -> Fixed crash when importing gcode files generated by older versions of PrusaSlicer
2021-07-21 08:58:14 +02:00
enricoturri1966
c61785f775
Tech ENABLE_SEQUENTIAL_LIMITS set as default
2021-07-20 12:05:15 +02:00
enricoturri1966
ef8ddacdfc
Delayed rendering of transparent volumes
2021-07-14 13:20:57 +02:00
enricoturri1966
44d31f9bf2
Follow-up of d6fdf2d5c2
-> Automatic generation of missing thumbnails
2021-07-13 11:57:19 +02:00
enricoturri1966
8e75919948
#6587 - Fixed temporary .gcode file locked by gcode window visualizator while exporting to gcode
2021-06-07 11:54:16 +02:00
enricoturri1966
f0354b43c1
Fixed conflicts after merge with master + fixed rendering of hovered gizmo grabbers
2021-05-31 12:54:48 +02:00
enricoturri1966
e1d5d0804b
Added missing uniform calls for emission_factor
2021-05-28 16:44:13 +02:00
enricoturri1966
0b16ffaa07
Follow-up of b3ca8cb0af
-> Fixed typo
2021-05-27 14:05:29 +02:00
enricoturri1966
b3ca8cb0af
Fixed calculation of used filament for gcode viewer (take data from gcode file)
2021-05-27 12:25:59 +02:00
enricoturri1966
7a14005f5a
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sequential_limits
2021-05-24 14:19:40 +02:00
Lukas Matena
c05b8210f2
Fixed several locales issues on file import/export
2021-05-24 12:22:00 +02:00
Lukas Matena
9ee2fc8275
Fixed first batch of locale-dependent calls
2021-05-24 12:20:29 +02:00
enricoturri1966
d13c550968
Fixed conflicts after merge with master
2021-05-20 15:37:56 +02:00
Enrico Turri
eb431db7ed
Test
2021-05-20 11:04:47 +02:00
enricoturri1966
6bddacee44
Fixed conflicts after merge with master
2021-05-13 14:10:42 +02:00
enricoturri1966
ebe762f177
Add estimated printing time for first layer in legend
2021-05-12 11:21:18 +02:00