Skip to content

Commit

Permalink
Fix indents
Browse files Browse the repository at this point in the history
This was just delivered to us wrongly, so let's make that consistent with the rest of the profiles.

Contributes to issue CURA-3960.
  • Loading branch information
Ghostkeeper committed Jun 23, 2017
1 parent 496991d commit 1f38b1f
Showing 1 changed file with 43 additions and 44 deletions.
87 changes: 43 additions & 44 deletions generic_polypropylene.xml.fdm_material
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,54 @@
Generic Polypropylene profile. Serves as an example file, data in this file is not correct.
-->
<fdmmaterial xmlns="http://www.ultimaker.com/material">
<metadata>
<name>
<brand>Generic</brand>
<material>Polypropylene</material>
<color>Generic</color>
</name>
<GUID>c7005925-2a41-4280-8cdd-4029e3fe5253</GUID>
<version>0</version>
<description />
<adhesion_info />
<color_code>#85f9de</color_code>
</metadata>
<properties>
<diameter>2.85</diameter>
<density>0.89</density>
</properties>
<metadata>
<name>
<brand>Generic</brand>
<material>Polypropylene</material>
<color>Generic</color>
</name>
<GUID>c7005925-2a41-4280-8cdd-4029e3fe5253</GUID>
<version>0</version>
<description />
<adhesion_info />
<color_code>#85f9de</color_code>
</metadata>
<properties>
<diameter>2.85</diameter>
<density>0.89</density>
</properties>
<settings>
<setting key="print temperature">220</setting>
<setting key="heated bed temperature">100</setting>
<setting key="standby temperature">175</setting>
<setting key="print cooling">20</setting>
<setting key="retraction speed">35</setting>
<setting key="print temperature">220</setting>
<setting key="heated bed temperature">100</setting>
<setting key="standby temperature">175</setting>
<setting key="print cooling">20</setting>
<setting key="retraction speed">35</setting>

<machine>
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>
<machine>
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2+"/>
<machine_identifier manufacturer="Ultimaker" product="Ultimaker 2 Extended+"/>

<setting key="retraction amount">8</setting>
<setting key="retraction amount">8</setting>

<hotend id="0.25 mm">
<setting key="hardware compatible">no</setting>
</hotend>
<hotend id="0.4 mm">
</hotend>
<hotend id="0.6 mm" />
<hotend id="0.8 mm" />
</machine>
<hotend id="0.25 mm">
<setting key="hardware compatible">no</setting>
</hotend>
<hotend id="0.4 mm" />
<hotend id="0.6 mm" />
<hotend id="0.8 mm" />
</machine>

<machine>
<machine_identifier manufacturer="Ultimaker B.V." product="Ultimaker 3"/>
<machine>
<machine_identifier manufacturer="Ultimaker B.V." product="Ultimaker 3"/>

<hotend id="AA 0.4">
<setting key="hardware compatible">yes</setting>
<setting key="print cooling">10</setting>
</hotend>
<hotend id="AA 0.8">
<setting key="hardware compatible">yes</setting>
<setting key="retraction amount">7</setting>
</hotend>
</machine>
<hotend id="AA 0.4">
<setting key="hardware compatible">yes</setting>
<setting key="print cooling">10</setting>
</hotend>
<hotend id="AA 0.8">
<setting key="hardware compatible">yes</setting>
<setting key="retraction amount">7</setting>
</hotend>
</machine>
</settings>
</fdmmaterial>

0 comments on commit 1f38b1f

Please sign in to comment.