Added extruder and bed temp to materials external db
This commit is contained in:
@@ -18,6 +18,8 @@ export interface ExternalFilament {
|
||||
export interface ExternalMaterial {
|
||||
material: string;
|
||||
density: number;
|
||||
extruder_temp: number | null;
|
||||
bed_temp: number | null;
|
||||
}
|
||||
|
||||
export function useGetExternalDBFilaments() {
|
||||
|
||||
Reference in New Issue
Block a user