mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 15:22:21 +00:00
FIX:gcode viewer color arrangement recommendation
1.Limit of four filaments per row 2.Fix incorrect data 3.Add filament id display 4.Optimised layout Change-Id: I9ac3701c99597a5ed243dac0e3e371cf9aca4066 (cherry picked from commit 3321277f86dfeb9de80b40c320e20dd5f33eab51)
This commit is contained in:
@@ -155,8 +155,8 @@ public:
|
||||
void text_wrapped(const wxString &label, float wrap_width);
|
||||
void tooltip(const char *label, float wrap_width);
|
||||
void tooltip(const wxString &label, float wrap_width);
|
||||
void filament_group(const std::string &filament_type, const char *hex_color);
|
||||
void sub_title(const std::string &label);
|
||||
void filament_group(const std::string &filament_type, const char *hex_color, unsigned char filament_id);
|
||||
void sub_title(const std::string &label);
|
||||
|
||||
|
||||
// Float sliders: Manually inserted values aren't clamped by ImGui.Using this wrapper function does (when clamp==true).
|
||||
|
||||
Reference in New Issue
Block a user