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

Adds material profiles for ABS and PLA from Cliever and PETG from 3DLab. #260

Closed
wants to merge 2 commits into from
Closed
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
28 changes: 28 additions & 0 deletions 3dlab_petg_175.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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>3D Lab</brand>
<material>PETG</material>
<color>Black</color>
<label>Black PETG</label>
</name>
<version>1</version>
<GUID>9dcf7c9b-5636-4ebf-828c-9359cc6b3922</GUID>
<color_code>#000000</color_code>
<description>Initial layer with no cooling and 102% flow.</description>
<adhesion_info />
</metadata>
<properties>
<density>1.26</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">245.0</setting>
<setting key="heated bed temperature">85.0</setting>
<setting key="standby temperature">120.0</setting>
<setting key="retraction amount">0.8</setting>
<setting key="retraction speed">45.0</setting>
<setting key="print cooling">40.0</setting>
</settings>
</fdmmaterial>
28 changes: 28 additions & 0 deletions cliever_abs_175.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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>Cliever</brand>
<material>ABS</material>
<color>Black</color>
<label>Black ABS</label>
</name>
<version>1</version>
<GUID>e402bc94-1f3c-4a03-8100-87d8b833ce16</GUID>
<color_code>#000000</color_code>
<description>Initial layer with no cooling, 105% flow and 140% layer line width.</description>
<adhesion_info />
</metadata>
<properties>
<density>0.89</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">240.0</setting>
<setting key="heated bed temperature">110.0</setting>
<setting key="standby temperature">240.0</setting>
<setting key="print cooling">20.0</setting>
<setting key="retraction speed">35.0</setting>
<setting key="print cooling">50.0</setting>
</settings>
</fdmmaterial>
26 changes: 26 additions & 0 deletions cliever_pla_175.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?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>Cliever</brand>
<material>PLA</material>
<color>Sky Blue</color>
<label>Sky Blue PLA</label>
</name>
<version>1</version>
<GUID>1f37e15d-a6b6-4926-8c7a-9a3caab82e7b</GUID>
<color_code>#87CEEB</color_code>
<description>Initial layer with 102% flow.</description>
<adhesion_info />
</metadata>
<properties>
<density>0.89</density>
<diameter>1.75</diameter>
</properties>
<settings>
<setting key="print temperature">205</setting>
<setting key="standby temperature">205</setting>
<setting key="heated bed temperature">65</setting>
<setting key="print cooling">100</setting>
</settings>
</fdmmaterial>
Loading