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

Created material profiles for Prusament PLA and PETG #143

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

MathieuMH
Copy link

Based on parameters I tested on my Creality CR-6 SE

@MathieuMH
Copy link
Author

Where can I generate an unique GUID for these materials?

@Ghostkeeper
Copy link
Contributor

Using Python:

import uuid
uuid.uuid4()

For your convenience, I've generated two:

b9910748-c7e8-46c8-b105-b978853693e5
c1c442c6-0d1b-45e8-bc2e-fb3f41f4a255

Copy link
Author

@MathieuMH MathieuMH left a comment

Choose a reason for hiding this comment

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

Added new generated GUID's generated with guidgenerator.com

@MathieuMH
Copy link
Author

@Ghostkeeper Unique GUID created. Apperently a review is required to merge the commit to the branch.

Copy link
Contributor

@kad kad left a comment

Choose a reason for hiding this comment

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

It might be good to check and adopt some of the suggestions that Prusa has for Prusament+Ender in specifics. It can be seen in Creality profiles for PrusaSlicer: e.g. https://github.com/prusa3d/PrusaSlicer/blob/master/resources/profiles/Creality.ini#L321

</metadata>

<properties>
<density>1.38</density>
Copy link
Contributor

Choose a reason for hiding this comment

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

Density of PETG is about 1.24-1.27.
Check how it is defined in Prusa Slicer for those materials:
https://github.com/prusa3d/PrusaSlicer/blob/master/resources/profiles/PrusaResearch.ini

<metadata>
<name>
<brand>Prusament</brand>
<material>PLA</material>
Copy link
Contributor

Choose a reason for hiding this comment

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

PLA or PETG?

</metadata>

<properties>
<density>1.29</density>
Copy link
Contributor

@kad kad Oct 3, 2020

Choose a reason for hiding this comment

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

@jellespijker jellespijker added the PR: Community Contribution 👑 Community Contribution PR's label Nov 30, 2022
@Joeydelarago Joeydelarago marked this pull request as draft December 30, 2022 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants