mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 07:12:07 +00:00
2D Bed (Bed shape dialog) improvements (#9524)
* init * fix grid & text colors for light theme * scale axis * fix custom bed plate not appearing * merge functions for generating gridlines * simplify * Fix flatpak build --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
@@ -47,6 +47,12 @@ bool init_model_from_poly(GLModel &model, const ExPolygon &poly, float z);
|
||||
class Bed3D
|
||||
{
|
||||
public:
|
||||
// ORCA make bed colors accessable for 2D bed
|
||||
static ColorRGBA DEFAULT_MODEL_COLOR;
|
||||
static ColorRGBA DEFAULT_MODEL_COLOR_DARK;
|
||||
static ColorRGBA DEFAULT_SOLID_GRID_COLOR;
|
||||
static ColorRGBA DEFAULT_TRANSPARENT_GRID_COLOR;
|
||||
|
||||
static ColorRGBA AXIS_X_COLOR;
|
||||
static ColorRGBA AXIS_Y_COLOR;
|
||||
static ColorRGBA AXIS_Z_COLOR;
|
||||
|
||||
Reference in New Issue
Block a user