<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>opinions/ideas for using pstoedit gcode?</title>
        <description> Hi all,

I&#039;m still in the land of 2D - using some of the repRap gcode routines to drive art drawing + painting machines. I&#039;m trying to get my content generation tool chain more worked out, so I will end up with gcode that the repRap parser will read - whether coming from .ps, .svg, dxf etc. I&#039;ve been testing pstoedit - and it seems very full featured but it&#039;s gcode conversion format (at least from eye balling it) is not readable by the repRap parser. It uses variables for scale factors rather than precomputing everything.


 G01 X[#1003*345.287] Y[#1004*222.486]
 G01 X[#1003*343.693] Y[#1004*210.76]
 G01 X[#1003*341.091] Y[#1004*199.36]

I&#039;m thinking this issue/question of using pstoedit has likely come up before so I&#039;m wondering what you all think of it. I&#039;ve looked at the pstoedit src  and can see maybe editing it to export hard numbers. Or writing a new gcode parser for my project that can handle that format Or maybe I&#039;ve got the whole thing wrong?

Anyone been down this road before?

--Roy</description>
        <link>https://reprap.org/forum/read.php?4,64786,64786#msg-64786</link>
        <lastBuildDate>Sat, 18 Jul 2026 22:48:09 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,64786,64802#msg-64802</guid>
            <title>Re: opinions/ideas for using pstoedit gcode?</title>
            <link>https://reprap.org/forum/read.php?4,64786,64802#msg-64802</link>
            <description><![CDATA[ Hi Roy,<br />
<br />
... i've programmed some format converters in past, what's pretty easy when you have ASCII sources.<br />
<br />
Actually i have several tool-chains with the correct output for my CNC or for CAD/CAM programs for optimizing, so no need for tweaking ... but it wouldn't be a problem to switch a parser or optimizer inbetween ...<br />
<br />
Best way will be a script reading an entire line or defined line-sequence until a delimiter or buffer-counter, then calculate the values and output linewise the correct G-code ... here you can add some routines for adjusting 'standard coordinates' to your special machine or tools too ...]]></description>
            <dc:creator>VDX</dc:creator>
            <category>Reprappers</category>
            <pubDate>Tue, 26 Oct 2010 03:12:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,64786,64786#msg-64786</guid>
            <title>opinions/ideas for using pstoedit gcode?</title>
            <link>https://reprap.org/forum/read.php?4,64786,64786#msg-64786</link>
            <description><![CDATA[ Hi all,<br />
<br />
I'm still in the land of 2D - using some of the repRap gcode routines to drive art drawing + painting machines. I'm trying to get my content generation tool chain more worked out, so I will end up with gcode that the repRap parser will read - whether coming from .ps, .svg, dxf etc. I've been testing pstoedit - and it seems very full featured but it's gcode conversion format (at least from eye balling it) is not readable by the repRap parser. It uses variables for scale factors rather than precomputing everything.<br />
<br />
<pre class="bbcode">
 G01 X[#1003*345.287] Y[#1004*222.486]
 G01 X[#1003*343.693] Y[#1004*210.76]
 G01 X[#1003*341.091] Y[#1004*199.36]</pre>
<br />
I'm thinking this issue/question of using pstoedit has likely come up before so I'm wondering what you all think of it. I've looked at the pstoedit src  and can see maybe editing it to export hard numbers. Or writing a new gcode parser for my project that can handle that format Or maybe I've got the whole thing wrong?<br />
<br />
Anyone been down this road before?<br />
<br />
--Roy]]></description>
            <dc:creator>roypardi</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 25 Oct 2010 21:13:38 -0400</pubDate>
        </item>
    </channel>
</rss>
