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

After update from beta to official 2.0.0 Settings are gone #4801

Closed
1 of 3 tasks
LarsOde opened this issue Mar 30, 2024 · 11 comments
Closed
1 of 3 tasks

After update from beta to official 2.0.0 Settings are gone #4801

LarsOde opened this issue Mar 30, 2024 · 11 comments
Labels
bug Something isn't working stale

Comments

@LarsOde
Copy link

LarsOde commented Mar 30, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.0.0

Operating System (OS)

Windows

OS Version

windows 11

Additional system information

No response

Printer

Ender-3 V3 SE

How to reproduce

open new project
in settings, there's only "Default Settings" those made in previous versions are not in dropdown

Actual results

previews settings missing, i.e. all Line width settings are set to "0"

Expected results

previous settings taken over from previous software version

Project file & Debug log uploads

log.zip
D3D Ender 3 V3 KE Y Rails MGN12H_send.zip

Checklist of files to include

  • Log file
  • Project file

Anything else?

Screenshot 2024-03-30 230346

@LarsOde LarsOde added the bug Something isn't working label Mar 30, 2024
@buckeyestargazer
Copy link

Me too. All of my user printer, filament, print profiles are gone. Please tell me that I can recover them...

@melkosofter
Copy link

Me too. All of my user printer, filament, print profiles are gone. Please tell me that I can recover them...

same issue. found a solution - just open another instance of Orca (don't close first) and you will see all profiles

@LarsOde
Copy link
Author

LarsOde commented Mar 31, 2024

Me too. All of my user printer, filament, print profiles are gone. Please tell me that I can recover them...

same issue. found a solution - just open another instance of Orca (don't close first) and you will see all profiles

can't confirm... Printer & filament profiles are there (but were before) but no settings profiles

@carioca53
Copy link

same here

@buckeyestargazer
Copy link

Me too. All of my user printer, filament, print profiles are gone. Please tell me that I can recover them...

same issue. found a solution - just open another instance of Orca (don't close first) and you will see all profiles

That didn't work for me. Thankfully I had previously exported all settings, but that was a few months ago. However I had also exported sliced plate files and one way to recover the settings is to open a previously exported .3mf which will bring the settings in, then just save the print/filament/printer settings.

@LarsOde
Copy link
Author

LarsOde commented Mar 31, 2024

Me too. All of my user printer, filament, print profiles are gone. Please tell me that I can recover them...

same issue. found a solution - just open another instance of Orca (don't close first) and you will see all profiles

That didn't work for me. Thankfully I had previously exported all settings, but that was a few months ago. However I had also exported sliced plate files and one way to recover the settings is to open a previously exported .3mf which will bring the settings in, then just save the print/filament/printer settings.

tried that, opened a .3mf, saved the settings from there, opened a new project, settings not available... my guess is it's something simple as paths

@connordeckers
Copy link

The commit that broke this (for my Creality Ender3 V3SE), is here: a2d24cd

I managed to get my processes to reappear by adding the adding to the compatible_printers array for each system/Creality/(profile) @Creality Ender3V3SE.json file:

	"compatible_printers": [
-		"Creality Ender-3 V3 SE"
+		"Creality Ender-3 V3 SE",
+		"Creality Ender-3 V3 SE 0.4 nozzle"
	]

I know this isn't a permanent fix, but it at least lets me get on with printing again!

@buzzhuzz
Copy link
Contributor

There are PR #4785 that fixes the problem

@jmvaughan2
Copy link

this is still present in 2.1.0-Beta for non-Creality printers that PR #4785 addressed

Copy link

Orca bot: this issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Sep 14, 2024
Copy link

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

7 participants