-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Cura/materials/jellybox_pla_10mmMZ_coldbed_green.xml.fdm_material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
30
Cura/materials/jellybox_pla_10mmMZ_heatedbed_pink.xml.fdm_material
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |