Jump to content

Balty

Dormant
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Balty

  1. 6 hours ago, ahoeben said:

    Hmm, strange. It did fix the issue for me. So there may be an additional issue.

     

    Could you describe what you do exactly to make it *not* work? The following steps resulted in the wrong filename for me before the patch, but in the correct filename after the fix.

     

    * Load a model

    * Click on the jobname and edit it

    * Do not press Enter when done, do not click any other text entry field when done

    * Press Save to File

     

     

    Hi again. I've checked what you wrote and ... it works. I don't know why it didn't work before, maybe I made a mistake on "savebutton" file.

    thanks !!!

  2. 12 hours ago, ahoeben said:

    Could you help test a fix for me?

     

    You have to edit resources/qml/SaveButton.qml:

    https://github.com/Ultimaker/Cura/blob/3.4/resources/qml/SaveButton.qml#L259

    Around line 259, add the command forceActiveFocus(), like so:

    
                onClicked:
                {
                    forceActiveFocus()
                    UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDev[...]
                }

    Note that I have shortened the line that starts with UM.OutputDeviceManager, because the forum would mangle the formatting otherwise. Please leave that line as is.

     

    If that works for you, I will submit a PR so it gets included in the next version.

     

    Update: See https://github.com/Ultimaker/Cura/pull/4057/files

     I have tested it, but it doesn't work.

     

    Discovered a way to successfully change filename: instead of clicking where filename is to be writen, when I click on the pencil icon then change filename, it works, to the trick is around the "pencil icon". Just click on pencil name  at least once, then I change filename and save and it works, no need to click on pencil icon anymore, just once.

     

  3. I've been using cura for a long time, never had this problem: when I change filename it doesn't save with changed filename but original name, so many times I mistake model to print. It only woks when I wait a few seconds between changing filename and pressing SAVE TO FILE.

    Please resolve it.

×
×
  • Create New...