enricoturri1966
00d2a8f4b6
Fixed crash when turning on shells visibility in preview and the application was started with background processing active
2021-10-05 14:49:18 +02:00
enricoturri1966
71ce4ae979
Follow-up of 67e519d3ab - Use a platform-indipendent fix
2021-09-29 13:34:30 +02:00
enricoturri1966
03b8bead44
Follow-up of f71cf324b9 - Fixed shown tool position
2021-09-23 11:51:30 +02:00
enricoturri1966
ba60d2b254
Tech ENABLE_FIX_SEAMS_SYNCH - Fix the synchronization of seams with the horizontal slider in preview
2021-09-23 09:25:13 +02:00
enricoturri1966
4d7c98756c
Fixed build when tech ENABLE_SEAMS_USING_BATCHED_MODELS is disabled
2021-09-15 10:52:16 +02:00
enricoturri1966
762e7f9474
Tech ENABLE_FIX_IMPORTING_COLOR_PRINT_VIEW_INTO_GCODEVIEWER set as default
2021-09-14 15:05:33 +02:00
enricoturri1966
b237a12c8b
#5471 - Make the View controls 'sticky'
2021-09-13 11:16:13 +02:00
Vojtech Bubnik
f9db2d4e8f
GCodeViewer slight opitmization: reuse (move) G-code line indices
...
in G-code viewer.
2021-09-13 10:41:28 +02:00
enricoturri1966
660ffbad58
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_options_z
2021-09-09 10:34:47 +02:00
enricoturri1966
229dd208fa
Fixed build on MAC
2021-09-08 15:47:27 +02:00
Vojtech Bubnik
ca9d1ff6e1
Follow-up to b5a007a683
...
WIP to G-code export parallelization through pipelining:
GCodeProcessor is called during the G-code export,
the G-code is no more reopened and re-read, but it is pipelined
from the G-code generator.
2021-09-08 15:06:12 +02:00
enricoturri1966
6f075e7573
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_fix_options_z
2021-09-08 14:33:20 +02:00
enricoturri1966
f437cd535d
Tech ENABLE_FIX_PREVIEW_OPTIONS_Z - Enable fixing the z position of seams (and other options) in preview
2021-09-08 14:30:40 +02:00
enricoturri1966
b0c0f1cb97
Techs ENABLE_SEAMS_USING_MODELS and ENABLE_SEAMS_USING_BATCHED_MODELS - Fixed seams (and other options) zs to match toolpaths zs in preview
2021-09-08 13:04:43 +02:00
enricoturri1966
88e6b261fa
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_seams_as_batched_models
2021-09-08 11:37:05 +02:00
Vojtech Bubnik
1c60fa2704
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
df30579753
GCodeViewer - Fixed crash when importing gcode generated with Simplify3D and switching to tool view
2021-09-07 12:25:30 +02:00
enricoturri1966
e2ea3d26a1
Changed color for toolpaths whose extrusion role is unknown
2021-09-07 11:13:12 +02:00
enricoturri1966
0e4ca4624f
Tech ENABLE_SEAMS_USING_MODELS - Fixed crash when enabling visualization of tool change markers in preview
2021-09-06 13:15:36 +02:00
enricoturri1966
6b1c428275
ENABLE_SEAMS_USING_BATCHED_MODELS - Fixed preview legend update
2021-09-06 11:37:59 +02:00
Vojtech Bubnik
e16e664757
Speed-up in GCodeViewer vertex buffer generator
2021-09-03 16:21:44 +02:00
enricoturri1966
2784ff9a1e
Rendering seams (and other options) in preview using batched models on systems not supporting OpenGL 3.3
2021-09-03 15:35:44 +02:00
enricoturri1966
345dcb8472
Fixed build when tech ENABLE_GCODE_VIEWER_STATISTICS is enabled
2021-09-02 13:42:37 +02:00
enricoturri1966
1fcf579fd1
Fixed typo which broke export of toolpaths to obj file
2021-09-01 09:54:59 +02:00
enricoturri1966
7fbc1cc37b
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
15fa298ca1
Fixed warning
2021-08-31 09:17:52 +02:00
enricoturri1966
7bf3a988b8
ENABLE_SEAMS_USING_MODELS -> Increased size of instances
2021-08-30 14:13:41 +02:00
enricoturri1966
59f55aabb6
ENABLE_SEAMS_USING_MODELS -> Fixed instances when horizontal slider is enabled for top layer only
2021-08-27 15:23:27 +02:00
enricoturri1966
61e5a43ba5
Tech ENABLE_SEAMS_USING_INSTANCED_MODELS merged into tech ENABLE_SEAMS_USING_MODELS
2021-08-27 11:41:34 +02:00
enricoturri1966
b5fbe79f31
ENABLE_SEAMS_USING_INSTANCED_MODELS -> Completed implementation of rendering models using instancing
2021-08-27 10:16:50 +02:00
enricoturri1966
cf1b3dcbd8
Code cleanup and small refactoring
2021-08-26 14:37:09 +02:00
enricoturri1966
4868c42169
ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP: Render models using glDrawElementsInstanced
2021-08-26 12:37:55 +02:00
enricoturri1966
13bcc58b8e
Temporary tech ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP (still missing opengl calls)
2021-08-05 15:08:49 +02:00
enricoturri1966
f81648e4aa
Techs ENABLE_SEAMS_USING_MODELS + ENABLE_GCODE_VIEWER_STATISTICS -> Added instances counter
2021-08-05 10:19:02 +02:00
enricoturri1966
b483a13819
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
61c056fb63
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
f34f607226
Fixed build warnings on non-Windows OS
2021-08-05 08:10:42 +02:00
enricoturri1966
d3e1b5cb91
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
086d157da1
Tech ENABLE_SEAMS_USING_MODELS - 1st installment
2021-08-04 15:13:43 +02:00
enricoturri1966
374efd7fbc
A bit of refactoring into GCodeViewer
2021-08-04 13:49:51 +02:00
enricoturri1966
d844fb9cbd
Colors defined as std::array<float, 4> in GCodeViewer
2021-08-04 13:27:42 +02:00
enricoturri1966
3b6f3dd0cb
Removed constness from a few renderXXX() methods
2021-08-04 12:47:36 +02:00
enricoturri1966
75fce3026d
Fixed calls set_uniform(emission_factor, xx) to use floats
2021-08-04 11:58:50 +02:00
enricoturri1966
9750701f43
Fixed build when tech ENABLE_GCODE_VIEWER_STATISTICS is enabled
2021-08-02 12:16:03 +02:00
enricoturri1966
a397c705cb
Preview legend: title of estimated print time section dependent on results
2021-07-23 14:49:24 +02:00
enricoturri1966
5dabae7d0d
Fixed import of color print view from gcode files into GCodeViewer
2021-07-23 11:27:07 +02:00
enricoturri1966
63ae8756bb
Tech ENABLE_SEAMS_VISUALIZATION set as default
2021-07-22 12:58:33 +02:00
enricoturri1966
3dcf5f1156
Tech ENABLE_START_GCODE_VISUALIZATION set as default
2021-07-22 12:32:08 +02:00
enricoturri1966
13a56cfff7
Tech ENABLE_SCROLLABLE_LEGEND set as default
2021-07-22 12:18:38 +02:00
enricoturri1966
4537263265
Tech ENABLE_GCODE_WINDOW set as default
2021-07-22 09:37:02 +02:00