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

Add Ender-3 V3 SE .2, .6, .8 and fix small Ender-3 Pro bug #4653

Merged
merged 19 commits into from
Mar 27, 2024

Conversation

cochcoder
Copy link
Contributor

Closes #4436

@SoftFever
Copy link
Owner

@bistory
Copy link
Contributor

bistory commented Mar 23, 2024

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

@SoftFever
Copy link
Owner

SoftFever commented Mar 23, 2024

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

👍
Meanwhile I'm so glad I've invested my time to the profile validator tool, haha.

@cochcoder Can you take a look at the issue? The issue is caused by renaming/removing an existing profile.

image

@bistory
Copy link
Contributor

bistory commented Mar 23, 2024

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

👍 Meanwhile I'm so glad I've invested my time to the profile validator tool, haha.

@cochcoder Can you take a look at the issue? The issue is caused by renaming/removing an existing profile.

image

Sure! Hehe, good job 😁

@cochcoder
Copy link
Contributor Author

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

Thanks for catching this!

@cochcoder
Copy link
Contributor Author

@bistory @SoftFever Thank you for the feedback, it should all be working now!

@cochcoder
Copy link
Contributor Author

This PR now partially closes #4420 by adding M420 S1; Enable mesh leveling

@cochcoder
Copy link
Contributor Author

Fixed the error of the profiles not being applied when selected

Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good
Thank you

@SoftFever SoftFever merged commit a2d24cd into SoftFever:main Mar 27, 2024
1 check passed
@cochcoder cochcoder deleted the Ender-3v3_SE_0.6 branch March 27, 2024 16:17
@exploitfate
Copy link

Hi,
@cochcoder could you check the line width for .2 / .6 / .8 nozzle process profiles ?

@Topnoobas
Copy link

Installed the 2.0 release after the beta, and my Ender 3 V3 SE is missing the 0.4 nozzle settings. Folks, how to fix this problem? Give exact instructions, please.

@exploitfate
Copy link

@cochcoder
thank you a lots

@exploitfate
Copy link

exploitfate commented Mar 31, 2024

@Topnoobas
try

  • Rollback to 2.0.0-beta
  • Open the configuration folder (use menu -> Help -> Show Configuration Folder)
  • Close OrcaSlicer
  • In the Configuration Folder find and rename the system folder to system-backup
  • Launch OrcaSlicer

@Topnoobas
Copy link

@exploitfate Okay, I'll give it a try.

@Topnoobas
Copy link

@exploitfate This solution does not help, after creating a backup and deleting the "System" folder and then running the release version everything remains as it was. I used portable versions. I will go back to the beta version until this bug is fixed. Thanks.

@cochcoder
Copy link
Contributor Author

There is a PR that's working on this bug #4785 and there is another one that I made and fixes the incorrect line width

@Topnoobas
Copy link

Topnoobas commented Mar 31, 2024

@cochcoder I tried the RC version yesterday too, it also doesn't have the 0.4 nozzle, it has the default instead.

@bistory
Copy link
Contributor

bistory commented Mar 31, 2024

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

👍 Meanwhile I'm so glad I've invested my time to the profile validator tool, haha.

@cochcoder Can you take a look at the issue? The issue is caused by renaming/removing an existing profile.

image

In the end, this PR created problems with existing profiles, which is weird... Is there one check missing on your script ? :-)

@cochcoder
Copy link
Contributor Author

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

👍 Meanwhile I'm so glad I've invested my time to the profile validator tool, haha.

@cochcoder Can you take a look at the issue? The issue is caused by renaming/removing an existing profile.

image

In the end, this PR created problems with existing profiles, which is weird... Is there one check missing on your script ? :-)

I don't think there would be as I used the checks from Orca Slicer's main repo at the time. Where would I check for this?

@bistory
Copy link
Contributor

bistory commented Mar 31, 2024

@SoftFever This PR will create problems with 0.4 profiles, renaming the files will make custom profiles created by users obsoletes...

👍 Meanwhile I'm so glad I've invested my time to the profile validator tool, haha.

@cochcoder Can you take a look at the issue? The issue is caused by renaming/removing an existing profile.

image

In the end, this PR created problems with existing profiles, which is weird... Is there one check missing on your script ? :-)

I don't think there would be as I used the checks from Orca Slicer's main repo at the time. Where would I check for this?

Check manually and check the logs if the custom profiles are not loaded :-)

@exploitfate
Copy link

exploitfate commented Mar 31, 2024

@Topnoobas
UPD for Windows :

  1. Lauch OrcaSlicer
  2. Open the configuration folder (use menu -> Help -> Show Configuration Folder)
  3. Close OrcaSlicer
  4. In the Configuration Folder find and rename the system folder to system-backup
  5. Open folder C:\Program Files\OrcaSlicer\resources and delete the profiles folder
  6. Uninstall OrcaSlicer 2.0.0
  7. Download and install OrcaSlicer 2.0.0-beta. DO NOT UPGRADE to 2.0.0, wait for fix release

@aamarques
Copy link

aamarques commented Apr 3, 2024

That's the better option.
The OrcaSlicer 2.0.0-rc also works.
Thanks @Topnoobas

@Topnoobas
Copy link

Topnoobas commented Apr 4, 2024

@aamarques I misprinted there, not PR but RC, RC also bugs and does not give profile on v3 se, so rolled back to the beta.

@Pandik17
Copy link

Pandik17 commented Apr 6, 2024

hop provato a seguire questa guida per fare riapparire il menu
ma se passi da un ugello 0.2 poi ritorni a 0.4 il menu ritorna in "defoult setting"

SoftFever pushed a commit that referenced this pull request Apr 13, 2024
* Add Ender-3 V3 SE .2, .6, .8 and fix small Ender-3 Pro bug

* Forgot to remove these

* Fix error

* Remove these...

* Why did I delete this?

* Revert deletion

* Add missing profiles

* Create 0.24mm Draft @creality Ender3V3KE.json

* Apply new nozzle sizes to generic filament

* Maybe this will do it

* Revert 0.4 renames & add to Generic ABS

* Add M420 S1; Enable mesh leveling

* Fix wring nozzle_diameter

* Potentially fix the issue of printer not being added after selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creality Ender-3 v3 SE 0.6 nozzle profile
7 participants