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

Revise and add new Creality profiles & Fix SecKit Filaments #974

Merged
merged 6 commits into from
May 7, 2023

Conversation

fr3ak2402
Copy link

Changes:

The printing plate texture of the printers CR-10 Max, Ender-3 V2 & Ender-5 Pro has been revised.

Printing plate models were created for CR-10 Max, Ender 3 V2 & Ender 5 Pro printers.

The following error was fixed that the filaments of the Creality printers were not displayed correctly.

Screenshot 2023-05-06 111308

Filament names have been changed to match all other filaments
The Creality filaments have been adapted so that the new printers can work with them.

New printers:

Creality CV-10 V2:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

Creality Ender-3 S1:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

Creality Ender-5:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

Creality Ender-5 Plus:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

Creality Ender-5S:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

Creality Ender-5 S1:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

Creality Ender-6:
Printer image (180x180)
Custom Printing Plate Texture (PNG) - the manufacturer plate imitated
0.4mm Nozzle Profile
0.16mm Process Profile (Optimal)
0.20mm Process Profile (Standard)

@fr3ak2402
Copy link
Author

@SoftFever

In what time frame will you release the beta version V 1.6.3?

So that I can estimate which printer profiles I can still complete in this time frame

@SoftFever
Copy link
Owner

SoftFever commented May 7, 2023

@SoftFever

In what time frame will you release the beta version V 1.6.3?

I plan to release a beta version this week if nothing goes wrong.

So that I can estimate which printer profiles I can still complete in this time frame
Thank you so much for taking the time to create these profiles, it's deeply appreciated!

And don't worry about rushing, we're in no hurry ;)

@fr3ak2402
Copy link
Author

@SoftFever

Thank you, I also appreciate your work on the OrcaSlicer. I like to create printer profiles for the OrcaSlicer to be able to give you a contribution back to the OrcaSlicer.

If you don't mind, I would take a look at the SecKit filament issue, as I have observed some problems with that film end myself.

@fr3ak2402
Copy link
Author

fr3ak2402 commented May 7, 2023

@SoftFever
I was able to fix the bug with the SecKit filaments that prevented Generic filaments from being added (#981) . Also fixed the display error on all printers so that the SecKit filament is no longer displayed as compatible.

Bildschirmfoto 2023-05-07 um 14 22 24

@fr3ak2402 fr3ak2402 changed the title Revise and add new Creality profiles Revise and add new Creality profiles & Fix Issue #981 May 7, 2023
@fr3ak2402 fr3ak2402 changed the title Revise and add new Creality profiles & Fix Issue #981 Revise and add new Creality profiles & Fix SecKit Filaments May 7, 2023
resources/profiles/SecKit.json Outdated Show resolved Hide resolved
@fr3ak2402
Copy link
Author

fr3ak2402 commented May 7, 2023

@SoftFever

I have additionally finished the Creality Ender-3 S1 Pro.
I also adjusted all the Snapmaker printer images to match the others.

@fr3ak2402 fr3ak2402 requested a review from SoftFever May 7, 2023 14:46
@SoftFever
Copy link
Owner

LGTM.

@fr3ak2402, a heads up for future profiles, I'm making a change so that we can put *_cover.png files in the vendor's folder under profiles.
We don't need to put those cover photos under resources\web\image\printer.
This will make profiles slightly more organized.

@SoftFever SoftFever merged commit a149436 into SoftFever:main May 7, 2023
@fr3ak2402
Copy link
Author

fr3ak2402 commented May 7, 2023

@SoftFever

Very cool with the customization of the printer image storage location.

Can we maybe maintain post processors of the directory printer in the future? So if the printer needs a post processor....

Because then it makes it easier to use the printer and allows out-of-box without additional installations etc.

@SoftFever
Copy link
Owner

@fr3ak2402
Can you elaborate on what post processor are you referring to?

@fr3ak2402
Copy link
Author

fr3ak2402 commented May 7, 2023

@SoftFever
I still have a Flashforge printer on my to do list and unfortunately it needs a post processor. Therefore my question. if we could also maintain this Post Processor in the future directly in the OrcaSlicer.

For example Snapmaker also needed a Post Processor, which is noted in the G-Code under a certain path.

Currently, this must also be downloaded and is not installed directly with OrcaSlicer.

Bildschirmfoto 2023-05-07 um 17 02 15

It would be good if the postprocessor scripts are stored in the folder of the respective printer and the file paths to the script are then simply maintained in the profile of the printer. So that the user does not have to make any adjustments to the profile, moreover does not have to download a script.

@fr3ak2402
Copy link
Author

@SoftFever

I hope you understand what I mean

@SoftFever
Copy link
Owner

@SoftFever I still have a Flashforge printer on my to do list and unfortunately it needs a post processor. Therefore my question. if we could also maintain this Post Processor in the future directly in the OrcaSlicer.

For example Snapmaker also needed a Post Processor, which is noted in the G-Code under a certain path.

Currently, this must also be downloaded and is not installed directly with OrcaSlicer.

Bildschirmfoto 2023-05-07 um 17 02 15

It would be good if the postprocessor scripts are stored in the folder of the respective printer and the file paths to the script are then simply maintained in the profile of the printer. So that the user does not have to make any adjustments to the profile, moreover does not have to download a script.

I see what you mean now.
This is also something I'm thinking about.
The tricky part is a lot of post-processor applications need some setup work on the system.
And also supporting multiple OS is a challenge.

@fr3ak2402
Copy link
Author

fr3ak2402 commented May 7, 2023

@SoftFever
Yes that's right, for example the post processor script from flashforge would be a python script.

With the support of all OS I am also thinking how to solve this.
With Windows is actually quite simple, but with macOS rather less.

I had in mind to create an additional folder in the family folder of the family. For example ,,post processor scripts" and then put all scripts there.

Screenshot 2023-05-07 174337

Because somewhere in the program code must be known to the program, where all files of a printer are located. Therefore I thought one could extend the around the Post Processors scripts.

@fr3ak2402
Copy link
Author

fr3ak2402 commented May 7, 2023

@SoftFever
I have looked at the package contents of OrcaSlicer from macOS, there is then a folder Contents and then just the Resources folder as in Windows.

Bildschirmfoto 2023-05-07 um 17 53 36

Maybe the information will help us a little bit, how to implement this with the post processor scripts.

@Hunkoys
Copy link

Hunkoys commented May 30, 2023

For Ender 3 S1 users. If you don't see your previous profile after the update. It might be in "the system profile". I think that happens if you used the same name as the updated profile.

@mattiasthalen
Copy link

mattiasthalen commented Aug 16, 2023

@fr3ak2402 any plans for the Ender-3 v2 Neo and also other nozzle sizes (specifically 0.80)?
It would also be nice if you added Generic TPU as well.

I'd like to try it myself, but I'm not getting the profiles loaded nor imported.

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.

4 participants