Skip to content

Commit

Permalink
add profiles for 10mm melt zone
Browse files Browse the repository at this point in the history
Original E3D lite6 hotend has a 10mm melt zone.
Default JellyBOX Lava hotend has 20mm melt zone (also known as Volcano
style)
the 10mm melt zone lite6  hotend needs higher nozzle temperatures to
work well at similar speeds.
filipgoc committed Nov 20, 2016
1 parent 6a45fba commit 2f33c24
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Cura/materials/jellybox_pla_10mmMZ_coldbed_green.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version='1.0' encoding='US-ASCII'?>
<fdmmaterial xmlns="http://www.ultimaker.com/material">
<metadata>
<name>
<brand>Generic</brand>
<material>PLA</material>
<color>Green</color>
<label>PLA JB Green</label>
</name>
<GUID>372c0542-3ecc-42c0-bc4d-d67523bd83fc</GUID>
<version>0</version>
<color_code>#55ff1d</color_code>
<adhesion_info />
<description />
</metadata>
<properties>
<density>1.24</density>
<diameter>1.75</diameter>
</properties>
<settings>
<!-- <setting key="hardware compatible">no</setting> A way of preventing JellyBOX profile from showing on all printers by default. -->
<setting key="print temperature">220</setting>
<setting key="heated bed temperature">0</setting>
<setting key="standby temperature">175</setting>
<machine>
<machine_identifier manufacturer="IMADE3D" product="JellyBOX"/>
<setting key="hardware compatible">yes</setting>
</machine>
</settings>
</fdmmaterial>
30 changes: 30 additions & 0 deletions Cura/materials/jellybox_pla_10mmMZ_heatedbed_pink.xml.fdm_material
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version='1.0' encoding='US-ASCII'?>
<fdmmaterial xmlns="http://www.ultimaker.com/material">
<metadata>
<name>
<brand>Generic</brand>
<material>PLA</material>
<color>Pink</color>
<label>PLA JB Pink</label>
</name>
<GUID>8a03ad84-bd8a-4ef0-b9b9-d0acbbad6924</GUID>
<version>0</version>
<color_code>#eb006a</color_code>
<adhesion_info />
<description />
</metadata>
<properties>
<density>1.24</density>
<diameter>1.75</diameter>
</properties>
<settings>
<!-- <setting key="hardware compatible">no</setting> A way of preventing JellyBOX profile from showing on all printers by default. -->
<setting key="print temperature">220</setting>
<setting key="heated bed temperature">60</setting>
<setting key="standby temperature">175</setting>
<machine>
<machine_identifier manufacturer="IMADE3D" product="JellyBOX"/>
<setting key="hardware compatible">yes</setting>
</machine>
</settings>
</fdmmaterial>

0 comments on commit 2f33c24

Please sign in to comment.