enricoturri1966
|
806b74352f
|
GCodeViewer -> Refactoring and code cleanup
|
2020-04-23 15:12:40 +02:00 |
|
enricoturri1966
|
7817818219
|
GCodeViewer -> Extrusion toolpaths colored by color print (wip) + visualization of tool changes, color changes, pause prints, custom gcodes + refactoring
|
2020-04-22 16:29:07 +02:00 |
|
enricoturri1966
|
f890470c58
|
GCodeViewer -> Extrusion toolpaths colored by tool
|
2020-04-21 15:55:26 +02:00 |
|
enricoturri1966
|
6a63180d25
|
GCodeViewer -> Extrusion toolpaths colored by feedrate and ranges calculations dependent on travel paths visibility
|
2020-04-20 16:04:59 +02:00 |
|
enricoturri1966
|
154a12b818
|
Tech ENABLE_GCODE_VIEWER -> removed legend texture from GLCanvas3D
|
2020-04-18 11:49:20 +02:00 |
|
enricoturri1966
|
12e3fadb5e
|
GCodeViewer -> Toggle visibility of extrusions roles
|
2020-04-17 10:43:29 +02:00 |
|
enricoturri1966
|
85a2532e18
|
GCodeViewer -> Selection of extrusions view type
|
2020-04-16 15:59:36 +02:00 |
|
enricoturri1966
|
006ec338de
|
GCodeViewer -> Toggle visibility of shells
|
2020-04-15 14:31:39 +02:00 |
|
enricoturri1966
|
a73b7180e2
|
GCodeViewer -> Toggle visibility of travel paths, retractions and uretractions
|
2020-04-14 16:40:08 +02:00 |
|
enricoturri1966
|
5bd1d4e035
|
Added class GCodeViewer -> basic render of gcode toolpaths using dedicated shaders
|
2020-04-14 10:02:08 +02:00 |
|
enricoturri1966
|
5b92741b23
|
Fixed conflicts after merge with master
|
2020-03-30 09:36:37 +02:00 |
|
bubnikv
|
7f866ee9e8
|
Merge remote-tracking branch 'remotes/origin/et_slope_shader'
|
2020-03-25 16:09:04 +01:00 |
|
enricoturri1966
|
21a9c28473
|
Small refactoring
|
2020-03-25 13:55:17 +01:00 |
|
enricoturri1966
|
7dd8ac8cb5
|
Fixed conflicts after merge with master
|
2020-03-25 12:07:59 +01:00 |
|
enricoturri1966
|
0647e9c850
|
New tech ENABLE_SLOPE_RENDERING - 1st installment of rendering objects colored by facets slope
|
2020-03-13 15:09:07 +01:00 |
|
Enrico Turri
|
8c731efd53
|
Removed temporary debug output and clean up
|
2020-03-05 10:14:12 +01:00 |
|
Enrico Turri
|
073d2e19cb
|
Attempt to fix crash on MAC when closing using Command+Q
|
2020-03-04 15:19:48 +01:00 |
|
Enrico Turri
|
467315f25c
|
Added temporary debug output to investigate crash on MAC when closing using Command+Q
|
2020-03-04 14:19:15 +01:00 |
|
Enrico Turri
|
d512f1814a
|
Removed temporary debug output
|
2020-03-03 08:34:03 +01:00 |
|
Enrico Turri
|
5572e05356
|
Added temporary debug output
|
2020-03-02 15:22:41 +01:00 |
|
Enrico Turri
|
77d41a143c
|
ENABLE_GCODE_VIEWER - Basic framework for new gcode viewer
|
2020-03-02 15:13:23 +01:00 |
|
Enrico Turri
|
f61f6a98a5
|
GLCanvas3DManager moved from being a static member of _3DScene to be a normal member of GUI_App
|
2020-03-02 10:58:46 +01:00 |
|
YuSanka
|
a615a540c3
|
DoubleSlider:colored_band: Fixed get a correct color for extruder, when it's changed from Settings Tab
|
2020-02-14 09:52:27 +01:00 |
|
YuSanka
|
2291a52444
|
DoubleSlider: Suppressed manipulation for sequential print.
+ some code refactoring
+ experiment with alignment of several options inside the Line
|
2020-02-14 09:52:27 +01:00 |
|
Enrico Turri
|
0dec054410
|
ENABLE_SHOW_SCENE_LABELS set as default
|
2020-02-13 13:24:52 +01:00 |
|
Enrico Turri
|
308defea94
|
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels
|
2020-02-04 12:28:06 +01:00 |
|
YuSanka
|
5a783fb868
|
DoubleSlider: Added using of default colors for color changes in SingleExtruder Mode (#3449)
+ added missed input parameter to the BitmapCache::mksolid() which was cause a wrong drawing of the Extruder selector under OSX
|
2020-02-03 21:28:55 +01:00 |
|
Enrico Turri
|
7930e60a97
|
1st installment of object/instance labels in 3D scene
|
2020-01-28 13:15:21 +01:00 |
|
YuSanka
|
46739c0c47
|
Implemented editing for extruder of existing ToolChangeCode tick
+ Code refactoring: DoubleSlider is extracted from wxExtensions
|
2020-01-23 16:11:21 +01:00 |
|
YuSanka
|
eef74403bf
|
Synchronized mode of color_print data to/from 3mf/amf
+ Code refactoring " CustomGCode extracted to separate namespace and file
|
2020-01-23 16:11:21 +01:00 |
|
YuSanka
|
e452247a97
|
Code refactoring to mode comparison
|
2020-01-17 12:24:58 +01:00 |
|
YuSanka
|
0c750a350f
|
Merge remote-tracking branch 'origin/ys_cp_improvements'
|
2020-01-16 16:06:19 +01:00 |
|
YuSanka
|
dfdd2c8cb9
|
Added "mode" variable for custom_gcode_per_print_z
|
2020-01-16 16:01:19 +01:00 |
|
Enrico Turri
|
69599c574d
|
Merge remote-tracking branch 'foxox/feature/ScaleSpeedLegendToVisible2'
|
2020-01-16 13:55:59 +01:00 |
|
YuSanka
|
fbe9a6aa9a
|
Context menus improvements. Disabling unused extruders for color_change
|
2020-01-10 16:49:07 +01:00 |
|
YuSanka
|
ea397386b3
|
Updated tooltips and context menus for 3 manipulation mode of DoubleSlider
+ Some code refactoring
|
2020-01-09 16:38:59 +01:00 |
|
YuSanka
|
07d73dac01
|
DoubleSlider modes(states) are extended and implemented mode detection from model
+ Some code refactoring
|
2020-01-08 16:29:37 +01:00 |
|
Enrico Turri
|
b4d45eb2d9
|
Fixed unresponsive 3Dconnexion device when switching to preview
|
2020-01-03 11:41:29 +01:00 |
|
YuSanka
|
ee69087873
|
Code refactoring for Color change implementation
|
2019-12-17 08:37:50 +01:00 |
|
foxox
|
b9c95eeeb2
|
Speed legend scales depending on travel visibility.
|
2019-12-08 00:03:41 -05:00 |
|
YuSanka
|
1972de53df
|
Code cleaning - removed unused state from DoubleSlider
|
2019-11-28 08:38:28 +01:00 |
|
YuSanka
|
e395ff7e7e
|
Code cleaning - deleted extruder selector
|
2019-11-27 16:03:16 +01:00 |
|
YuSanka
|
9522a57676
|
Code cleaning
|
2019-11-27 15:27:44 +01:00 |
|
YuSanka
|
46bc8cbcfc
|
Delete color changes for unused extruders
|
2019-11-15 16:36:29 +01:00 |
|
YuSanka
|
4c1fd9d17b
|
Added editing of custom G-code
+ Code cleaning
|
2019-11-12 16:59:27 +01:00 |
|
YuSanka
|
428f09b114
|
Use constant names for G-codes like M600, M601 and "tool_change"(Change extruder)
|
2019-11-11 09:38:45 +01:00 |
|
YuSanka
|
90632cd0cf
|
Hided extruder selector in preview mode.
Fixed tooltips for double slider.
Changed left button menu for multi-material print
|
2019-11-08 16:38:04 +01:00 |
|
YuSanka
|
bb4cfd923a
|
Fixed crash from start if SLA preset is selected.
Fixed extruder selection from ObjectList under OSX
|
2019-11-08 11:24:57 +01:00 |
|
YuSanka
|
4af537de02
|
Updated DoubleSlider band. Added smart color selection for M600
|
2019-11-07 13:57:43 +01:00 |
|
YuSanka
|
f1d05d3e1b
|
Code cleaning for the 6ed9adaeff commit
|
2019-11-05 12:56:57 +01:00 |
|