Client: Added color edit

This commit is contained in:
Donkie
2023-06-03 21:33:14 +02:00
parent d74393d12d
commit 50abc5c74f
4 changed files with 53 additions and 22 deletions

View File

@@ -15,4 +15,5 @@ export interface IFilament {
comment?: string;
settings_extruder_temp?: number;
settings_bed_temp?: number;
color_hex?: string;
}