a5439a0eeb
Added new icon for "change extruder" menu.
...
+ some improvements for colored band
2019-11-29 11:02:58 +01:00
11c6d685ad
Fixed icon positioning and color_band scaling for DoubleSlider under OSX
2019-11-28 16:23:58 +01:00
b9527dd2fa
Updated icons for DoubleSlider
2019-11-28 15:40:18 +01:00
1972de53df
Code cleaning - removed unused state from DoubleSlider
2019-11-28 08:38:28 +01:00
1906188e29
Implemented a message on Printer display for pause print
...
+ Added new icons
2019-11-27 14:44:33 +01:00
d72e7ce245
ExtruderSequenceDialog :
...
Fixed layouts after the second opening of the dialog.
(Removing any extruder from the sequence does not cause an incorrect layout)
Validation of entered values added
(0 is not a valid value)
2019-11-16 02:12:37 +01:00
46bc8cbcfc
Delete color changes for unused extruders
2019-11-15 16:36:29 +01:00
4c1fd9d17b
Added editing of custom G-code
...
+ Code cleaning
2019-11-12 16:59:27 +01:00
5d64b9b928
Added missed update for a config after extruder change from the ObjectList.
...
Fixed erase "tool_change" ticks from ticks set.
2019-11-12 10:42:20 +01:00
428f09b114
Use constant names for G-codes like M600, M601 and "tool_change"(Change extruder)
2019-11-11 09:38:45 +01:00
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
5f2c2ae64e
Fixed controls layout in ExtruderSequenceDialog
...
Dimension of SVG-icons is calculated now according to the scale factor (on Retina displays)
2019-11-08 14:52:11 +01:00
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
df54dbd50c
Fixed a sequence of the legend items
2019-11-07 16:36:24 +01:00
4af537de02
Updated DoubleSlider band. Added smart color selection for M600
2019-11-07 13:57:43 +01:00
f1d05d3e1b
Code cleaning for the 6ed9adaeff commit
2019-11-05 12:56:57 +01:00
05e1ce099b
New legend for color print.
...
Some improvements for coloration multimaterial print indicator
2019-11-05 09:48:53 +01:00
6005028fe0
Set custom color for color change
2019-11-04 13:42:47 +01:00
1830d560e5
Merge remote-tracking branch 'origin/master' into ys_color_print_extension
2019-11-03 19:34:34 +01:00
f387a3bc33
Implemented coloration of multi-extruder print with color changes for separated extruder.
2019-11-03 19:33:02 +01:00
64438787f9
Changed context menu for DoubleSlider
2019-10-31 15:24:20 +01:00
fb43c3f2d1
Save "color_change" for a selected extruder to G_code
2019-10-29 15:34:35 +01:00
13001e36d2
Fixed several warnings
2019-10-29 10:40:34 +01:00
c68b3b380c
Improvements for extruder selector (added possibility to create combobox with thin icons)
...
Call of an update extruder selector after a change of extruder or filament color
2019-10-24 10:52:34 +02:00
3b6b9219a9
Implemented possibility to set extruder sequence for whole print
2019-10-18 12:35:35 +02:00
f0f9ac6e33
Fixed GCode export for color_print extensions.
...
M25 is changed to M601
2019-10-16 12:03:51 +02:00
c469699a7c
Improved extruder_selector for DoubleSlider
2019-10-16 10:30:29 +02:00
f2c9cfdfe3
Context menu is extended for multiple material printing
2019-10-14 12:59:10 +02:00
ee8261fbc1
Merge remote-tracking branch 'origin/master' into ys_color_print_extension
2019-10-10 16:17:09 +02:00
4ea0e7bf9d
Information from DoubleSlider is saved to Model
...
GCode creating can work with that values.
2019-10-10 16:03:58 +02:00
6455ba7a78
wxExtensions.cpp: BitmapChoiceRenderer now updates config immediately after its combobox closes
...
This was needed because for some reason, the combobox would not lose focus when mouse left the ObjectList on Linux (KILL_FOCUS forces the update).
The update could be bypassed on Win too by changing extruder and hitting shortcut to reslice.
2019-10-10 11:03:55 +02:00
dfaeef72d0
Improved Tooltips for selected action icon
2019-10-09 15:06:52 +02:00
efb87b7ca5
Merge remote-tracking branch 'origin/master' into ys_color_print_extension
2019-10-09 13:42:54 +02:00
bcf306fc53
Bugfix for extruders Column: suppress draw bitmap for Instance and allow Extruder editing for Layer Range
2019-10-09 12:36:13 +02:00
a42d7f1aef
Merge remote-tracking branch 'origin/master' into ys_color_print_extension
2019-10-09 11:34:57 +02:00
9f28a3cdba
First implementations for an extension of color change feature :
...
Added context menu for "plus" button on DoubleSlider
2019-10-09 09:28:50 +02:00
9412e6cea2
Fixup of 47a8b49
2019-10-08 11:05:59 +02:00
c9ed137d27
Fixed get extruder color for SLA presets
2019-10-07 12:36:16 +02:00
0c7a450496
Merge remote-tracking branch 'origin/ys_extruders_color'
2019-10-03 14:25:25 +02:00
452eaf9cc8
Workaround for extruder editing under OSX
2019-10-02 11:53:50 +02:00
ce3db145e4
Added color for extruder
2019-10-01 18:19:28 +02:00
6c52a6c192
Implemented BitmapChoiseRenderer
2019-09-30 14:34:29 +02:00
c5b4789d5c
Merge remote-tracking branch 'origin/master' into ys_manipulation_panel_rw
2019-09-25 11:33:19 +02:00
a34a1341c5
Whitespace changes to supress misleading indentation warnings
...
These appear in newer gcc when spaces and tabs are mixed
2019-09-24 16:01:01 +02:00
8b5864a5fa
Rewrote UI for ObjectManipulation without using of OptionsGrope
2019-09-18 15:10:36 +02:00
4d4b95995e
Fixed re-scaling under MSW for Layers editing
...
+ Clean code in GUI_ObjectManipulation.cpp
2019-09-17 13:41:44 +02:00
5b5f0b925a
Fixed many warnings in following files:
...
src/slic3r/Config/Snapshot.cpp
src/slic3r/GUI/Field.cpp
src/slic3r/GUI/GLToolbar.cpp
src/slic3r/GUI/GUI_ObjectList.cpp
src/slic3r/GUI/GUI_ObjectList.hpp
src/slic3r/GUI/Plater.cpp
src/slic3r/GUI/Plater.hpp
src/slic3r/GUI/PresetBundle.cpp
src/slic3r/GUI/Tab.cpp
src/slic3r/GUI/wxExtensions.cpp
2019-09-10 12:08:43 +02:00
9d5e872865
DoubleSlider refactoring
2019-09-05 15:31:22 +02:00
676f72359b
Merge branch 'master' into dev
2019-09-04 15:50:18 +02:00
4bf1a162ba
Added DoubleSlider::epsilon() to get a permissible error for layer height
2019-09-04 13:16:44 +02:00