enricoturri1966
76a92e40be
Toolpaths rendering - Reduced number of triangles per segment
2021-02-05 11:53:39 +01:00
Lukas Matena
d9c9de8eee
Fixing GCC warnings 3
2021-01-29 10:47:02 +01:00
enricoturri1966
9304defe7c
Tech ENABLE_UNSIGNED_SHORT_INDEX_BUFFER merged into tech ENABLE_SPLITTED_VERTEX_BUFFER
2021-01-26 13:32:27 +01:00
enricoturri1966
3533473256
Tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING merge into tech ENABLE_SPLITTED_VERTEX_BUFFER
2021-01-26 12:21:50 +01:00
enricoturri1966
30f43974fb
ENABLE_GCODE_VIEWER_STATISTICS - GCodeViewer statistic dialog modified to not require extra frames render
2021-01-22 12:32:40 +01:00
enricoturri1966
97c31b2a34
ENABLE_SPLITTED_VERTEX_BUFFER - Re-enable tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING after fixing it
2021-01-21 16:33:35 +01:00
enricoturri1966
56b378d766
Fixed visualization of point toolpaths, broken with daa0bbdb0c
2021-01-21 09:44:02 +01:00
enricoturri1966
ee40ab421a
ENABLE_SPLITTED_VERTEX_BUFFER - Use unsigned short indices buffers to render toolpaths and temporary disable tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING which is causing artifacts
2021-01-20 13:47:48 +01:00
enricoturri1966
56d26ad491
ENABLE_SPLITTED_VERTEX_BUFFER - slightly faster indices buffers generation in GCodeViewer::load_toolpaths()
2021-01-18 13:55:45 +01:00
enricoturri1966
3a0aabb924
ENABLE_SPLITTED_VERTEX_BUFFER - small refactoring in GCodeViewer::load_toolpaths()
2021-01-18 11:37:23 +01:00
enricoturri1966
8f1bc02287
ENABLE_SPLITTED_VERTEX_BUFFER - fixed cracks in toolpaths when splitting vertex and index buffers
2021-01-18 09:59:05 +01:00
enricoturri1966
8bdfb6bbce
ENABLE_SPLITTED_VERTEX_BUFFER - fixed bugs in export of toolpaths to obj files and in index buffer splitting
2021-01-14 11:38:03 +01:00
enricoturri1966
67e144f329
ENABLE_SPLITTED_VERTEX_BUFFER - fixed export of toolpaths to obj files
2021-01-13 10:45:52 +01:00
enricoturri1966
dc781535b2
Code cleanup
2021-01-12 14:34:52 +01:00
enricoturri1966
e443fe49ad
ENABLE_SPLITTED_VERTEX_BUFFER - fixed visualization of last segment for paths whose vertex buffer has been splitted
2021-01-12 14:03:58 +01:00
enricoturri1966
fb7dada01d
1st installment of tech ENABLE_SPLITTED_VERTEX_BUFFER - split vertex buffer when greater than a fixed max size
2021-01-12 09:03:35 +01:00
enricoturri1966
77f6606771
Another refactoring in GCodeViewer::load_toolpaths()
2021-01-07 11:13:07 +01:00
enricoturri1966
83f60a9dd1
Small refactoring in GCodeViewer::load_toolpaths()
2021-01-07 10:11:50 +01:00
enricoturri1966
ebed29708d
Refactoring of GCodeViewer initialization
2021-01-07 09:57:37 +01:00
enricoturri1966
27bd79e409
Fixed merging error after merge with master
2021-01-07 09:06:15 +01:00
Vojtech Bubnik
daa0bbdb0c
Fix of slow update when dragging the vertical slider in G-code viewer
...
with volumetric flow color mapping enabled.
Fixes "Volumetric flow rate computes very slowly #5572 "
2021-01-06 15:32:31 +01:00
enricoturri1966
156019d9d0
Fixed color of shells in preview
2020-12-18 09:03:18 +01:00
enricoturri1966
52e0e5b8cc
#5481 - Legend keeps last time estimator mode selected
2020-12-16 12:14:57 +01:00
enricoturri1966
5a7e4ff47c
Faster toolpaths refresh when changing options selection in preview
2020-12-11 14:59:58 +01:00
enricoturri1966
acf5e9a21f
Enhancements in GCodeViewer Statistics imgui dialog
2020-12-11 11:58:08 +01:00
enricoturri1966
62dedba32d
Reduced max size of index buffers to 32M indices
2020-12-10 14:36:38 +01:00
enricoturri1966
8dd98f6d66
Fixed size of GCodeViewer Statistics imgui dialog
2020-12-10 13:21:18 +01:00
Vojtech Bubnik
bd79036d13
Replaced all "long long" types with int64_t
...
Replaced all "unsigned long long" types with uint64_t.
These "new" types better communicate their meaning and they are
guaranteed to behave the same on all platforms & compilers.
2020-12-10 08:40:15 +01:00
enricoturri1966
5bd443cd1f
#4936 - Take toolpaths width and height from gcode decorations, if available
2020-12-08 15:55:53 +01:00
enricoturri1966
f77475e501
Tech ENABLE_SHOW_WIPE_MOVES set as default
2020-12-07 10:29:50 +01:00
enricoturri1966
17f00562de
Tech ENABLE_SHOW_OPTION_POINT_LAYERS set as default
2020-12-07 09:34:31 +01:00
enricoturri1966
4736408a46
Fixed localization on preview's legend button
2020-11-24 09:23:33 +01:00
enricoturri1966
92953acc57
#5236 - Fixed color not correctly shown after slice
...
The bug was introduced with 148f4fe766
which is now replaced by this commit
2020-11-23 17:15:22 +01:00
enricoturri1966
1d0b947fa8
ENABLE_GCODE_VIEWER set as default in:
...
GCodeViewer hpp/cpp
2020-11-23 14:30:31 +01:00
enricoturri1966
f68cf49f3d
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_wipe_moves
2020-11-23 10:11:04 +01:00
enricoturri1966
ce7b843de7
GCode Viewer - Fixed filament label in legend
2020-11-21 11:30:14 +01:00
enricoturri1966
0e6acbc0e2
Preview - Visualization of wipe mones
2020-11-21 10:36:10 +01:00
enricoturri1966
afddcf71db
Preview - Paint in grey toolpaths belonging to layers containing pause prints or custom gcodes
2020-11-16 15:01:13 +01:00
enricoturri1966
e04c6a4d17
Fixed screen-size for point markers used to visualize retraction/unretractions and other options in preview
2020-11-16 10:29:54 +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
YuSanka
ed2f03ec79
Localization:
...
Some phrases are corrected in the code
The POT-file is updated
2020-11-05 22:17:49 +01:00
enricoturri1966
6d56e60091
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-11-05 11:02:08 +01:00
enricoturri1966
aea09b8347
#5072 - Added color icon into 'Print' items in legend for gcode color print visualization
2020-11-05 11:01:54 +01:00
enricoturri1966
2ec5a0d46c
Fixed visualization of gcode toolpaths for spiral vase mode
2020-11-05 11:00:04 +01:00
enricoturri1966
f94e94f53e
GCode tool marker set as visible by default
2020-11-03 09:27:18 +01:00