<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>CNC Compatibility</title>
        <description> I&#039;ve lurked around for quite some time now, after a short stint at building a reprap using lumber and drawer slides.

  Personally, I think we might see better progress if we conform more closely to CNC standards rather than re-designing the wheel.  It would also allow people who already have CNC (like myself) to focus on the extruder and utilise existing hardware for everything else.

Electronics:
  Most stepper-based CNC machines are controlled via LPT port and a simple chip stepper controller.  The flow-rate on reprap is almost identical to spindle speed PWM on CNC, just scaled down.
  For those not proficient at soldering, they could skip these steps and get a professional stepper controller.


I suppose it would need special drivers to control, but the rest should be compatible as is.</description>
        <link>https://reprap.org/forum/read.php?13,10319,10319#msg-10319</link>
        <lastBuildDate>Fri, 11 Sep 2026 21:43:54 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10421#msg-10421</guid>
            <title>Re: CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10421#msg-10421</link>
            <description><![CDATA[ Oh yeah, been busy with other projects.  And work.  Things tend to drift around, I might have to finally give a shot at making that darn extruder.]]></description>
            <dc:creator>Reiyuki</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 18 Mar 2008 07:48:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10375#msg-10375</guid>
            <title>Re: CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10375#msg-10375</link>
            <description><![CDATA[ Yes i hope to post information in the next few days it is designed to work with both Arduino or Parallel port or any other uC for that matter]]></description>
            <dc:creator>Ian Adkins</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 16 Mar 2008 07:08:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10374#msg-10374</guid>
            <title>Re: CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10374#msg-10374</link>
            <description><![CDATA[ Hi<br />
<br />
I have built an Arduino shield that has 2 25 way D type sockets mimicking 2 LPTS.<br />
<br />
Still testing with standard hardware that accepts MACH3 CNC commands. So far so good and very simple.<br />
<br />
I believe Ian Adkins (Bits from Bytes) is working on something similar that may be available]]></description>
            <dc:creator>emt</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 16 Mar 2008 06:32:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10325#msg-10325</guid>
            <title>Re: CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10325#msg-10325</link>
            <description><![CDATA[ ... my CNC-controller has a RS232-port, what's more suitable for actual PC's which have a Serial port or over a USB-to-Serial-converter-cable.<br />
<br />
On the other side i have some discrete stepper-drivers with CLK/DIR-input, which i could wire to a parallel port, but it's much better to drive them with a microcontroller-board, which has an USB- or serial interface.<br />
<br />
So i want an open and freely reconfigurable interface-layer between the host-software and different stepper-drivers or CNC-controllers.<br />
<br />
I know, the PIC's and Arduinos do this task already, but why not rewrite the output so you can reprap with any hardware you have at hand? <br />
<br />
Viktor]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 14 Mar 2008 15:11:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10324#msg-10324</guid>
            <title>Re: CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10324#msg-10324</link>
            <description><![CDATA[ The problem is modern PCs don't have an LPT port and you can't use a USB to parallel converter to step steppers.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 14 Mar 2008 14:18:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10321#msg-10321</guid>
            <title>Re: CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10321#msg-10321</link>
            <description><![CDATA[ Hi!  Long time no see!  <br />
<br />
You might want to follow what nophead is doing at the hydraraptor.blogspot.com if you already have CNC.  He's doing some brilliant work in printing HDPE.]]></description>
            <dc:creator>Forrest Higgs</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 14 Mar 2008 11:37:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,10319,10319#msg-10319</guid>
            <title>CNC Compatibility</title>
            <link>https://reprap.org/forum/read.php?13,10319,10319#msg-10319</link>
            <description><![CDATA[ I've lurked around for quite some time now, after a short stint at building a reprap using lumber and drawer slides.<br />
<br />
  Personally, I think we might see better progress if we conform more closely to CNC standards rather than re-designing the wheel.  It would also allow people who already have CNC (like myself) to focus on the extruder and utilise existing hardware for everything else.<br />
<br />
Electronics:<br />
  Most stepper-based CNC machines are controlled via LPT port and a simple chip stepper controller.  The flow-rate on reprap is almost identical to spindle speed PWM on CNC, just scaled down.<br />
  For those not proficient at soldering, they could skip these steps and get a professional stepper controller.<br />
<br />
<br />
I suppose it would need special drivers to control, but the rest should be compatible as is.]]></description>
            <dc:creator>Reiyuki</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 14 Mar 2008 10:56:16 -0400</pubDate>
        </item>
    </channel>
</rss>
