mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix: filenames cut by first dot, remove only file extension because file might have dot in name
CURA-5323
This commit is contained in:
parent
24684d5d9c
commit
b1c9b04a7a
2 changed files with 9 additions and 14 deletions
|
@ -19,18 +19,6 @@ Item {
|
|||
|
||||
height: childrenRect.height
|
||||
|
||||
Connections
|
||||
{
|
||||
target: backgroundItem
|
||||
onHasMesh:
|
||||
{
|
||||
if (PrintInformation.baseName == "")
|
||||
{
|
||||
PrintInformation.baseName = name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
onActivityChanged: {
|
||||
if (activity == false) {
|
||||
//When there is no mesh in the buildplate; the printJobTextField is set to an empty string so it doesn't set an empty string as a jobName (which is later used for saving the file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue