<?xml version="1.1" encoding="utf-8"?>
<machines>
	<machine>
		<name>whiteAnt</name>
		<geometry type="cartesian">
			<!-- different pulleys on X and Y axii -->
			<axis id="x" length="160" maxfeedrate="4000" stepspermm="39.370079" endstops="min"/>  <!-- Pulley dia: 10.82mm / 1/8 step = 1/(10.82 * pi / 1600) was: 47.069852 -->
			<axis id="y" length="190" maxfeedrate="4000" stepspermm="39.370079" endstops="min"/>  <!-- Pulley dia: 10.82mm / 1/8 step = 1/(10.82 * pi / 1600) was: 47.069852 -->
			<axis id="z" length="125" maxfeedrate="500" stepspermm="314.96" endstops="max"/> <!-- TR-8x8 Z axis = 1/(8/1600) was: 200 -->
			<axis id="a" length="100000" maxfeedrate="1600" stepspermm="50.235478806907409" endstops="none"/> <!-- stepspermm is incoming filament length, 127 is ca. 4 RPM, 1600 ca. 50 RPM -->
		</geometry>
		<tools>
			<tool name="Stepstruder MK6" type="extruder" material="abs" motor="true" fan="true" heatedplatform="false" motor_steps="1600" default_rpm="1.98" heater="true" stepper_axis="a"/>
		</tools>
		<clamps></clamps>
		<driver name="makerbot4ga">
			<!-- optional: <portname>COM1</portname> -->
			<rate>115200</rate>
		</driver>
		<warmup>
		</warmup>
		<cooldown>
(Turn off steppers after a build.)
M18
		</cooldown>
	</machine>

	<machine>
		<name>whiteAnt w/ Heated Build Platform</name>
		<geometry type="cartesian">
			<!-- different pulleys on X and Y axii -->
			<axis id="x" length="160" maxfeedrate="4000" stepspermm="39.370079" endstops="min"/>  <!-- Pulley dia: 10.82mm / 1/8 step = 1/(10.82 * pi / 1600) -->
			<axis id="y" length="190" maxfeedrate="4000" stepspermm="39.370079" endstops="min"/>  <!-- Pulley dia: 10.82mm / 1/8 step = 1/(10.82 * pi / 1600) -->
			<axis id="z" length="125" maxfeedrate="1000" stepspermm="314.96" endstops="max"/> <!-- TR-8x8 Z axis = 1/(8/1600) -->
			<axis id="a" length="100000" maxfeedrate="1600" stepspermm="50.235478806907409" endstops="none"/> <!-- stepspermm is incoming filament length, 127 is ca. 4 RPM, 1600 ca. 50 RPM -->
		</geometry>
		<tools>
			<tool name="Stepstruder MK6" type="extruder" material="abs" motor="true" fan="true" heatedplatform="true" motor_steps="1600" default_rpm="1.98" heater="true" stepper_axis="a"/>
		</tools>
		<clamps></clamps>
		<driver name="makerbot4ga">
			<!-- optional: <portname>COM1</portname> -->
			<rate>115200</rate>
		</driver>
		<warmup>
		</warmup>
		<cooldown>
(Turn off steppers after a build.)
M18
		</cooldown>
	</machine>
</machines>

