Skip to content

Commit

Permalink
re-added accelerated TOM MK7 non 5D profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aleonard committed Oct 18, 2012
1 parent d41bedb commit d7aa61d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions machines/thingomatic-advanced.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
<?xml version="1.1" encoding="utf-8"?>
<machines>
<machine>
<name>Thingomatic w/ HBP and Stepstruder MK7 (Accelerated)</name>
<geometry type="cartesian">
<!-- different pulleys on X and Y axii -->
<axis id="x" length="106" maxfeedrate="9600" homingfeedrate="2500" stepspermm="47.069852" endstops="min"/> <!-- Pulley dia: 10.82mm / 1/8 step = 1/(10.82 * pi / 1600) -->
<axis id="y" length="120" maxfeedrate="9600" homingfeedrate="2500" stepspermm="47.069852" endstops="min"/> <!-- Pulley dia: 10.82mm / 1/8 step = 1/(10.82 * pi / 1600) -->
<axis id="z" length="106" maxfeedrate="3000" homingfeedrate="1000" stepspermm="200" endstops="max"/> <!-- TR-8x8 Z axis = 1/(8/1600) -->
<axis id="a" length="100000" maxfeedrate="6000" stepspermm="48.1376009351726" endstops="none"/> <!-- stepspermm is incoming filament length, 127 is ca. 4 RPM, 1600 ca. 50 RPM -->
</geometry>
<tools>
<tool name="Stepstruder MK7" type="extruder" material="abs" motor="true" fan="true" heatedplatform="true" motor_steps="1600" default_rpm="3" 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>
<bookend start="machines/thingomatic/start+HBP+Stepstruder.gcode" end="machines/thingomatic/end+Stepstruder.gcode"/>
</machine>
<machine>
<name>Thingomatic w/ ABP and Stepstruder MK7 (Accelerated)</name>
<geometry type="cartesian">
Expand Down

0 comments on commit d7aa61d

Please sign in to comment.