mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
QOL change: Don't add "_plate_0" in file name if there is only one plate in the current project
This commit is contained in:
@@ -3034,7 +3034,7 @@ double PartPlateList::plate_stride_y()
|
||||
}
|
||||
|
||||
//get the plate counts, not including the invalid plate
|
||||
int PartPlateList::get_plate_count()
|
||||
int PartPlateList::get_plate_count() const
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user