mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Add support for textured cool plate (#6860)
support textured cool plate
This commit is contained in:
@@ -1803,6 +1803,8 @@ static BambuBedType to_bambu_bed_type(BedType type)
|
||||
bambu_bed_type = bbtHighTemperaturePlate;
|
||||
else if (type == btPTE)
|
||||
bambu_bed_type = bbtTexturedPEIPlate;
|
||||
else if (type == btPCT)
|
||||
bambu_bed_type = bbtCoolPlate;
|
||||
|
||||
return bambu_bed_type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user