mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 07:41:09 -06: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:
parent
25e3944c53
commit
5eee758c9e
3 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue