96a0654c47
Implemented Auto Color Print
2021-02-23 18:46:05 +01:00
919851b548
#5611 - Added option to show gcode line number on horizontal slider in preview
2021-02-16 10:07:05 +01:00
893db4d89b
OSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scaling
...
(wxWidgets 3.1.4 can binding of wxEVT_DPI_CHANGED now, so it was called msw_rescale() for most of the controls redundantly)
+ Fixed update of the DoubleSlider after changing of the system color
2021-01-22 21:44:15 +01:00
cf36c391e3
Removed unused variables in DoubleSlider::Control
2020-12-10 15:22:18 +01:00
60e2631708
ENABLE_GCODE_VIEWER set as default in:
...
DoubleSlider hpp/cpp
2020-11-24 11:53:52 +01:00
3f08684873
Estimated printing time per layer for SLAPrint
...
Split the time if it's needed
2020-11-19 21:41:51 +01:00
cae3faa526
Ruler for DoubleSlider: Added estimated print time
2020-11-18 05:02:51 -08:00
e0962e007f
DoubleSlider's ruler is implemented in respect to the use with sequential printing of objects
2020-11-18 05:02:51 -08:00
85cfd6599e
Implemented ruler for the vertical DoubleSlider
2020-11-18 05:02:51 -08:00
3f36168b61
"Sequential slider applied only to top layer" parameter from the Preferences is applied just for the horizontal slider now
2020-11-03 15:45:23 +01:00
3fae9b7d58
Fixed editable lower thumb of sequential slider when changing settings in preference dialog while the preview is hidden
2020-10-26 13:52:51 +01:00
cff1cbf20f
Disabled icon to add color changes, print pauses and custom gcode in vertical slider of standalone gcode viewer
2020-10-17 14:01:45 +02:00
a220a34b51
Allow to disable editing of lower thumb in DoubleSlider::Control
2020-10-08 14:40:12 +02:00
ceb83c119e
Follow-up of 3fdc48452e -> Modified logic to disable horizontal slider in preview
2020-10-08 14:09:39 +02:00
451320fca0
Extended hover capability in DoubleSlider::Control
2020-08-18 12:39:46 +02:00
250687b71a
Fixed conflicts after merge with master
2020-06-12 10:35:18 +02:00
06dacd1c84
Editing of the custom GCodes like ColorChange and PausePrint
2020-06-07 22:42:54 +02:00
3431cfc752
DoubleSlider::Control -> Change text position at the edges of horizontal slider
2020-05-27 11:50:29 +02:00
acd8801d3a
Fixed conflicts after merge with master
2020-05-27 10:32:02 +02:00
e8e004ab5e
Fixed few warnings
2020-05-26 16:06:11 +02:00
7ff678eefa
Fixed selection of thumbs into gcode sequential view slider
2020-05-21 13:07:55 +02:00
c6c3207bee
Tech ENABLE_GCODE_VIEWER -> Adapting DoubleSlider::Control for sequential view
2020-05-15 17:57:47 +02:00
de9294daab
Tech ENABLE_GCODE_VIEWER -> Refactoring and code cleanup
2020-05-15 12:25:38 +02:00
7c725d73ee
GCodeViewer -> Imgui slider for sequential view replaced by DoubleSlider::Control (wip)
2020-05-15 09:22:51 +02:00
614aa63d50
2nd attempt to fix build on OsX
2020-05-07 13:07:56 +02:00
0b86338edf
DoubleSlider: Changed behavior of thumbs. New rule: Only active thumb is moving to the new place.
2020-02-14 16:44:49 +01:00
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
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
f3df32b089
DoubleSlider: Implemented tick hovering
...
+ Linux: fixed empty menu showing
2020-02-06 18:52:52 +01:00
8084745202
DoubleSlider: Implemented "Jump to print Z" functionality on Cog icon click OR using "Shift+G"
...
+ One more big code refactoring
2020-02-05 22:56:00 +01:00
27ce95e617
DoubleSlider: SingleExtruder mode: Implemented editing of color from colored band, using RightMouseClick on it. And added corresponding tooltip
2020-02-04 17:44:44 +01:00
feb3389f90
Show tooltip for all hovered ticks, not just for a selected one
2020-02-04 14:53:17 +01:00
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
1a6c8d786e
Mark a tick as a conflict, if it has a ToolChange to the same extruder
2020-02-02 21:20:48 +01:00
4d3a297874
Implemented upgrade_text_entry_dialog() fuction to avoid a getting an empty string from wxTextEntryDialog (disable OK button, if TextCtrl is empty)
...
All mode conflicting or meaningless ticks are marked by "exclamation" icon and described in tooltip.
2020-01-27 14:36:32 +01:00
64019677a6
Updated tooltips for DoubleSlider
...
*partially related to #3543
2020-01-24 11:51:37 +01:00
46739c0c47
Implemented editing for extruder of existing ToolChangeCode tick
...
+ Code refactoring: DoubleSlider is extracted from wxExtensions
2020-01-23 16:11:21 +01:00