Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cura 5.x keeps forgetting save and load location #12892

Closed
1 of 2 tasks
robertkardos opened this issue Jul 29, 2022 · 2 comments
Closed
1 of 2 tasks

Cura 5.x keeps forgetting save and load location #12892

robertkardos opened this issue Jul 29, 2022 · 2 comments
Labels
Status: Duplicate Duplicate of another issue. Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.

Comments

@robertkardos
Copy link

Application Version

5.x

Platform

Linux, Ubuntu 22.04

Printer

Ender 3V2

Reproduction steps

  • Open Cura 5.x appimage
  • Open a project file somewhere not in the folder that just opened by default
  • Try to either save project or save .gcode file

Actual results

Save dialog does not open at the location of the project file but probably at the user home folder.

Also, save dialog opens up behind Cura window, throwing a notification titled "Portal", with the text "Save to Disk is ready".
Might be related, might not be, I thought I'll mention it just to be sure. This does not happen in Cura4.x versions.

Expected results

In Cura 4.x when I try to save, it automatically opens up the last folder I was working within.
Probably this should also happen in Cura 5.x too.

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

Log after startup cura.log
Log after saving the testfile to the default folder which is my home folder cura_after-saving-testfile-to-default-folder.log
Log after saving the testfile into a specific folder cura_after-saving-testfile-to-testfolder.log

After this my cura.cfg contains stuff like this:

[local_file]
dialog_load_path = 
last_used_type = application/vnd.ms-package.3dmanufacturing-3dmodel+xml
dialog_save_path = /home/krobz

So somehow the dialog_save_path variable did not get modified even though in my "recent_files" variable does contain the info:

[cura]
active_setting_visibility_preset = custom
active_mode = 1
expanded_brands = ;Generic
recent_files = /home/krobz/TESTFOLDER/TESTFILEINTESTFOLDER;/home/krobz/TESTFILE;/home/...
custom_visible_settings = machine_settings;speed_travel;acceleration_enabled;supp...
active_machine = E3v2_pimped
categories_expanded = ;acceleration_enabled;acceleration_infill;acceleration_ironing;accele...
jobname_prefix = False
dialog_on_project_save = False
@robertkardos robertkardos added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Jul 29, 2022
@ramonskie
Copy link

im runnning cura 5.1-beta and have the same problem.
even when i set dialog_load_path =
it just reset dialog_load_path top empty on restart

@Vandresc
Copy link
Contributor

Vandresc commented Aug 1, 2022

Hi, we have a ticket on our backlog related to this issue. I will close this one as a duplicate of #12295, pls follow the progress in there. Thank you for your feedback!

@Vandresc Vandresc closed this as completed Aug 1, 2022
@Vandresc Vandresc added the Status: Duplicate Duplicate of another issue. label Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate Duplicate of another issue. Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants