generic_nylon.xml.fdm_material 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Generic Nylon profile. Serves as an example file, data in this file is not correct.
  4. -->
  5. <fdmmaterial xmlns="http://www.ultimaker.com/material">
  6. <metadata>
  7. <name>
  8. <brand>Generic</brand>
  9. <material>Nylon</material>
  10. <color>Generic</color>
  11. </name>
  12. <GUID>35ebb8df-66d2-41cd-9662-b7d96b9c2cbd</GUID>
  13. <version>1</version>
  14. <color_code>#3DF266</color_code>
  15. </metadata>
  16. <properties>
  17. <density>1.14</density>
  18. <diameter>2.85</diameter>
  19. </properties>
  20. <settings>
  21. <setting key="hardware compatible">no</setting><!-- This material is not supported on most printers due to high temperatures -->
  22. <setting key="print temperature">250</setting>
  23. <setting key="heated bed temperature">60</setting>
  24. <setting key="standby temperature">175</setting>
  25. <machine>
  26. <machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
  27. <machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>
  28. <setting key="hardware compatible">yes</setting>
  29. <hotend id="0.25 mm" />
  30. <hotend id="0.4 mm" />
  31. <hotend id="0.6 mm" />
  32. <hotend id="0.8 mm" />
  33. </machine>
  34. </settings>
  35. </fdmmaterial>