71 Commits

Author SHA1 Message Date
enricoturri1966
1112fca688 Tech ENABLE_OPENGL_ES replaced by build option SLIC3R_OPENGL_ES 2024-03-26 14:41:57 +01:00
enricoturri1966
dbeea5dd0e libvgcode - Precompiler definition of ENABLE_OPENGL_ES moved into CMakeLists.txt 2024-03-26 14:41:57 +01:00
enricoturri1966
29cfe37de4 libvgcode - Alternate fix in method ViewerImpl::update_heights_widths() for OpenGL ES 2024-03-26 14:41:56 +01:00
enricoturri1966
591e83b52e libvgcode - replacement of glMapBuffer() call for OpenGL ES 2024-03-26 14:41:56 +01:00
enricoturri1966
539c155c59 Code cleanup and techs removal - completed 2024-03-26 14:41:55 +01:00
enricoturri1966
7bd60043d8 Code cleanup and techs removal - step 1 2024-03-26 14:27:02 +01:00
enricoturri1966
21ec3a4a5b SPE-1872: libvgcode library: replace volumetric flow rate data with mm3_per_mm to reduce memory usage 2024-03-26 14:27:01 +01:00
enricoturri1966
0ba4a67af2 SPE-1872: Added visualization of actual volumetric flow rate 2024-03-26 14:27:01 +01:00
enricoturri1966
268b5860fd SPE-1872: Fixes in calculating actual speed 2024-03-26 14:27:01 +01:00
enricoturri1966
e4a3fb3b45 SPE-1872: Added visualization of actual speed in gcode preview 2024-03-26 14:27:01 +01:00
enricoturri1966
6785e4fefd New gcode visualization integration - Fixed center of gravity calculation and rendering 2024-03-26 14:27:01 +01:00
enricoturri1966
6529f28f26 New gcode visualization library - Separation of tool colors and color changes colors to simplify client code 2024-03-26 14:26:59 +01:00
enricoturri1966
9bb31f3468 New gcode visualization library - Interface cleanup and documentation 2024-03-26 14:15:39 +01:00
enricoturri1966
64b907e984 New gcode visualization library - Partial update of interface comments/documentation 2024-03-26 14:15:39 +01:00
enricoturri1966
ecd829de80 New gcode visualization library - Travel and wipe moves as options 2024-03-26 14:15:39 +01:00
enricoturri1966
c7c594c302 New gcode visualization - Refactoring + added missing headers 2024-03-26 14:15:38 +01:00
enricoturri1966
1e3fa49cae New gcode visualization - New code set as standalone library + embed glad library to load OpenGL functions 2024-03-26 14:15:38 +01:00
enricoturri1966
2e13c44895 New gcode visualization - Fixed errors and warnings when building the new code as a standalone library 2024-03-26 14:15:38 +01:00
enricoturri1966
82fb23fa8e New gcode visualization integration - Fixed layers ordering in pre-gcode preview 2024-03-26 14:15:38 +01:00
enricoturri1966
aa9df80013 New gcode visualization integration - Fixed objects' tool colors in pre-gcode preview 2024-03-26 14:15:38 +01:00
enricoturri1966
55b674ca3b Code cleanup 2024-03-26 14:15:37 +01:00
enricoturri1966
8eba25889b New gcode visualization integration - Fixed in export toolpaths to obj 2024-03-26 14:14:52 +01:00
enricoturri1966
5534e7f849 New gcode visualization - Inlining in source code 2024-03-26 14:14:52 +01:00
enricoturri1966
f11fdf4432 Refactoring 2024-03-26 14:14:52 +01:00
enricoturri1966
137495dd88 New gcode visualization integration - Export toolpaths to obj 2024-03-26 14:14:52 +01:00
enricoturri1966
dcd8b30842 Some refactoring and warning fix 2024-03-26 14:14:51 +01:00
enricoturri1966
2ac46adde5 New gcode visualization integration - Customizable travel moves colors 2024-03-26 14:13:59 +01:00
enricoturri1966
7a95ce8919 New gcode visualization integration - Customizable options colors 2024-03-26 14:13:59 +01:00
enricoturri1966
bcfec2ae1a New gcode visualization integration - Customizable extrusion roles colors 2024-03-26 14:13:57 +01:00
enricoturri1966
160d9b0187 New gcode visualization integration - Modify pre-gcode preview to use the new toolpaths renderer, objects WIP 2024-03-26 14:12:32 +01:00
enricoturri1966
a2b9104567 New gcode visualization - Modify pre-gcode preview to use the new toolpaths renderer, WIP (brim/skirt/wipe tower) 2024-03-26 14:12:32 +01:00
enricoturri1966
0faaf6b683 New gcode visualization integration - Do not reset visible range when toggling options/roles visibility 2024-03-26 14:12:32 +01:00
enricoturri1966
038bb05d1c New gcode visualization - Fixed color of first vertex of top layer (when top layer only option is enabled) 2024-03-26 14:12:32 +01:00
enricoturri1966
f408bd627e New gcode visualization - Customizable travels and wipes segment radius 2024-03-26 14:12:32 +01:00
enricoturri1966
f20f5cc153 New gcode visualization integration - Added check of OpenGL version 2024-03-26 14:12:32 +01:00
enricoturri1966
08b6369ae4 New gcode visualization integration - Removed GCodeProcessorResult::spiral_vase_layers 2024-03-26 14:12:32 +01:00
enricoturri1966
684a389556 Another bunch of warnings fixes 2024-03-26 14:12:32 +01:00
enricoturri1966
1489e6d121 Fixed warnings 2024-03-26 14:12:32 +01:00
enricoturri1966
1d6fb321af New gcode visualization integration - Removal of old visualization 2024-03-26 14:12:32 +01:00
enricoturri1966
5c323527ce Fixed includes 2024-03-26 14:12:32 +01:00
enricoturri1966
71b2f5c288 New gcode visualization integration - File structure of new code separated in api + src 2024-03-26 14:12:32 +01:00
enricoturri1966
560263ea05 New gcode visualization integration - View ranges management moved to new visualizer 2024-03-26 14:12:32 +01:00
enricoturri1966
9cec7dc3a2 New gcode visualization integration - Fixed top layer only visualization for MMU printers 2024-03-26 14:12:32 +01:00
enricoturri1966
0feb93206b New gcode visualization integration - Removed dependency on imgui from new visualizer 2024-03-26 14:12:31 +01:00
enricoturri1966
1ee29acc4f Some refactoring 2024-03-26 14:12:31 +01:00
enricoturri1966
7be092d200 New gcode visualization integration - Removed dependency on Slic3r::GCodeProcessorResult from new visualizer 2024-03-26 14:12:31 +01:00
enricoturri1966
02cffb04ef New gcode visualization integration - Moves' data conversion moved to client side 2024-03-26 14:12:31 +01:00
enricoturri1966
a3322bdd45 New gcode visualization: layers times refactoring 2024-03-26 14:12:31 +01:00
enricoturri1966
39c39798a8 A bunch of fixes for the new gcode visualization 2024-03-26 14:12:30 +01:00
enricoturri1966
0764d9ffda New gcode visualization: render in gray color layers containing pause print or custom gcode options when in Color Print view 2024-03-26 14:04:08 +01:00