<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>wade extruder  calibration</title>
        <description> Hello world !
Since few days we are dealing with problem of calibration of extruder. 
We are using wade exturder and white abs. We trying to pint but every time, it extrudes different amount of plastic. 
Motor is working correctly. We heated it to 250 C and extruding with speed 30 mm/min. 
Our setting are like this. Any ideas what is wrong ? ?

// X, Y, Z, E steps per unit - Metric Prusa Mendel with Wade extruder:
#define _AXIS_STEP_PER_UNIT {80, 80, 3200/1.75,700}

const int NUM_AXIS = 4; // The axis order in all axis related arrays is X, Y, Z, E
#define _MAX_FEEDRATE {40, 40, 4, 45}       // (mm/sec)    
#define _HOMING_FEEDRATE {1500,1500,120}      // (mm/min) !!
#define _AXIS_RELATIVE_MODES {false, false, false, false}

// X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
#define _ACCELERATION 1000         // Axis Normal acceleration mm/s^2
#define _RETRACT_ACCELERATION 2000 // Extruder Normal acceleration mm/s^2
#define _MAX_XY_JERK 5
#define _MAX_Z_JERK 0.0
#define _MAX_E_JERK 5.0    // (mm/sec)
//#define _MAX_START_SPEED_UNITS_PER_SECOND {25.0,25.0,0.2,10.0}
#define _MAX_ACCELERATION_UNITS_PER_SQ_SECOND {50,30,1,100}    // X, Y, Z and E max acceleration in mm/s^2 for printing moves or retracts


Thanks</description>
        <link>https://reprap.org/forum/read.php?1,357762,357762#msg-357762</link>
        <lastBuildDate>Fri, 12 Jun 2026 10:41:48 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,357762,369057#msg-369057</guid>
            <title>Re: wade extruder  calibration</title>
            <link>https://reprap.org/forum/read.php?1,357762,369057#msg-369057</link>
            <description><![CDATA[ Check to see if you can smoothly extrude by hand, if not you probably have an extruder clog.]]></description>
            <dc:creator>diytechshop</dc:creator>
            <category>General</category>
            <pubDate>Thu, 12 Jun 2014 19:26:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,357762,357882#msg-357882</guid>
            <title>Re: wade extruder  calibration</title>
            <link>https://reprap.org/forum/read.php?1,357762,357882#msg-357882</link>
            <description><![CDATA[ Did you check if the hobbed bolt/gear or whatever is driving the filament to see if it is slipping on the filament?]]></description>
            <dc:creator>tjb1</dc:creator>
            <category>General</category>
            <pubDate>Tue, 20 May 2014 09:06:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,357762,357762#msg-357762</guid>
            <title>wade extruder  calibration</title>
            <link>https://reprap.org/forum/read.php?1,357762,357762#msg-357762</link>
            <description><![CDATA[ Hello world !<br />
Since few days we are dealing with problem of calibration of extruder. <br />
We are using wade exturder and white abs. We trying to pint but every time, it extrudes different amount of plastic. <br />
Motor is working correctly. We heated it to 250 C and extruding with speed 30 mm/min. <br />
Our setting are like this. Any ideas what is wrong ? ?<br />
<br />
// X, Y, Z, E steps per unit - Metric Prusa Mendel with Wade extruder:<br />
#define _AXIS_STEP_PER_UNIT {80, 80, 3200/1.75,700}<br />
<br />
const int NUM_AXIS = 4; // The axis order in all axis related arrays is X, Y, Z, E<br />
#define _MAX_FEEDRATE {40, 40, 4, 45}       // (mm/sec)    <br />
#define _HOMING_FEEDRATE {1500,1500,120}      // (mm/min) !!<br />
#define _AXIS_RELATIVE_MODES {false, false, false, false}<br />
<br />
// X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.<br />
#define _ACCELERATION 1000         // Axis Normal acceleration mm/s^2<br />
#define _RETRACT_ACCELERATION 2000 // Extruder Normal acceleration mm/s^2<br />
#define _MAX_XY_JERK 5<br />
#define _MAX_Z_JERK 0.0<br />
#define _MAX_E_JERK 5.0    // (mm/sec)<br />
//#define _MAX_START_SPEED_UNITS_PER_SECOND {25.0,25.0,0.2,10.0}<br />
#define _MAX_ACCELERATION_UNITS_PER_SQ_SECOND {50,30,1,100}    // X, Y, Z and E max acceleration in mm/s^2 for printing moves or retracts<br />
<br />
<br />
Thanks]]></description>
            <dc:creator>klakierka</dc:creator>
            <category>General</category>
            <pubDate>Tue, 20 May 2014 06:06:43 -0400</pubDate>
        </item>
    </channel>
</rss>
