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

Eryone: New PLA Plus, Minor fix on Label for TPU and PLA Matte Profile #200

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eryone_pla_matte.xml.fdm_material
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<color>Generic</color>
<label>PLA Matte</label>
</name>
<version>1</version>
<version>8</version>
<GUID>03e828a2-7e43-4e83-8de0-2cd7ed9f2f7c</GUID>
<color_code>#bfbfa7</color_code>
<description>Eryone Matte PLA is ideal for the fast and reliable printing of parts and prototypes with a great surface quality.</description>
Expand Down
34 changes: 34 additions & 0 deletions eryone_pla_plus.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version='1.0' encoding='utf-8'?>
<fdmmaterial xmlns="http://www.ultimaker.com/material" xmlns:cura="http://www.ultimaker.com/cura" version="1.3">
<metadata>
<name>
<brand>Eryone</brand>
<material>PLA</material>
<color>Generic</color>
<label>PLA Plus</label>
</name>
<version>8</version>
<GUID>be7d9580-f02c-4137-a7e0-2a2797a056d9</GUID>
<color_code>#4d6280</color_code>
<description>Eryone PLA Plus is ideal for the fast and reliable printing of parts and prototypes with a great surface quality.</description>
<adhesion_info>Print on bare glass. Use tape for cold build plates.</adhesion_info>
</metadata>
<properties>
<diameter>1.75</diameter>
<density>1.24</density>
<weight>1000</weight>
</properties>
<settings>
<setting key="heated bed temperature">60.0</setting>
<setting key="print cooling">100.0</setting>
<setting key="print temperature">220.0</setting>
<setting key="retraction amount">6.5</setting>
<setting key="retraction speed">45.0</setting>
<setting key="standby temperature">175.0</setting>
<machine>
<machine_identifier manufacturer="Eryone" product="eryone_thinker_direct" />
<setting key="retraction amount">0.3</setting>
<setting key="retraction speed">35.0</setting>
</machine>
</settings>
</fdmmaterial>
2 changes: 1 addition & 1 deletion eryone_tpu.xml.fdm_material
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<brand>Eryone</brand>
<material>TPU</material>
<color>Generic</color>
<label>TPU DD</label>
<label>TPU</label>
</name>
<version>8</version>
<GUID>ff52b30e-5740-4f70-a7b5-8c436fc9954f</GUID>
Expand Down