<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drop-Cutter in C# - v2</title>
	<atom:link href="http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 22:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Neel</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-383</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Mon, 26 Nov 2007 11:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-383</guid>
		<description>http://web.media.mit.edu/~neilg/fab/dist/cam.py is a python code which can create Z slices and Raster passes on STL model.</description>
		<content:encoded><![CDATA[<p><a href="http://web.media.mit.edu/~neilg/fab/dist/cam.py" rel="nofollow">http://web.media.mit.edu/~neilg/fab/dist/cam.py</a> is a python code which can create Z slices and Raster passes on STL model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neel</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-382</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Tue, 13 Nov 2007 10:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-382</guid>
		<description>Good to hear that, I thought the project was dead.</description>
		<content:encoded><![CDATA[<p>Good to hear that, I thought the project was dead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-381</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Sun, 11 Nov 2007 07:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-381</guid>
		<description>Hey, I just wanted to let you know i&#039;ve started looking some at the code again, trying to get my head around opengl some more ^_^</description>
		<content:encoded><![CDATA[<p>Hey, I just wanted to let you know i've started looking some at the code again, trying to get my head around opengl some more ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-380</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 27 Sep 2007 12:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-380</guid>
		<description>Hi Neel,

Yes, interesting post again by Julian. There are a lot of obvious optimizations that I haven&#039;t looked at yet.

Right now I would be more interested in adding functionality. When we have something nice that works I could then work on a bucketing scheme to make it faster.

For raster-finishing we need a function that takes a bunch of triangles and calculates the &#039;outline&#039; as seen from above (along the z-axis).
Then we need another function that takes this outline and generates zigzag-paths inside it.

When we have those two, the raster-finish strategy steps along the zigzag path at some sample-rate and uses dropcutter to compute the z-coord of the tool at all points.

The other major thing I&#039;m thinking about (but not making much progress...) is 2D offsetting. That will be required for a lot of strategies very early on too.

anyway, hopefully people interested in open-source CAM don&#039;t hold their breath for anything. I&#039;ll write some more code when I feel like it and when I have a clear idea for an algorithm or function in my head.

my code is at http://code.google.com/p/monocam/

Anders</description>
		<content:encoded><![CDATA[<p>Hi Neel,</p>
<p>Yes, interesting post again by Julian. There are a lot of obvious optimizations that I haven't looked at yet.</p>
<p>Right now I would be more interested in adding functionality. When we have something nice that works I could then work on a bucketing scheme to make it faster.</p>
<p>For raster-finishing we need a function that takes a bunch of triangles and calculates the 'outline' as seen from above (along the z-axis).<br />
Then we need another function that takes this outline and generates zigzag-paths inside it.</p>
<p>When we have those two, the raster-finish strategy steps along the zigzag path at some sample-rate and uses dropcutter to compute the z-coord of the tool at all points.</p>
<p>The other major thing I'm thinking about (but not making much progress...) is 2D offsetting. That will be required for a lot of strategies very early on too.</p>
<p>anyway, hopefully people interested in open-source CAM don't hold their breath for anything. I'll write some more code when I feel like it and when I have a clear idea for an algorithm or function in my head.</p>
<p>my code is at <a href="http://code.google.com/p/monocam/" rel="nofollow">http://code.google.com/p/monocam/</a></p>
<p>Anders</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neel</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-379</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Thu, 27 Sep 2007 12:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-379</guid>
		<description>Have you seen optimization notes from Julian :
http://www.freesteel.co.uk/wpblog/2007/09/offsets-of-triangulated-surfaces/</description>
		<content:encoded><![CDATA[<p>Have you seen optimization notes from Julian :<br />
<a href="http://www.freesteel.co.uk/wpblog/2007/09/offsets-of-triangulated-surfaces/" rel="nofollow">http://www.freesteel.co.uk/wpblog/2007/09/offsets-of-triangulated-surfaces/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-378</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sun, 26 Aug 2007 23:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-378</guid>
		<description>Hi Elwolv,

I have no idea why the moderators of CAD_CAM_EDM_DRO would not like to see discussion about CAM or real-time software on the list. Ofcourse it could get a bit technical, but I don&#039;t see why that would be a problem.

AW</description>
		<content:encoded><![CDATA[<p>Hi Elwolv,</p>
<p>I have no idea why the moderators of CAD_CAM_EDM_DRO would not like to see discussion about CAM or real-time software on the list. Ofcourse it could get a bit technical, but I don't see why that would be a problem.</p>
<p>AW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elwolv</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-377</link>
		<dc:creator>elwolv</dc:creator>
		<pubDate>Sun, 26 Aug 2007 05:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-377</guid>
		<description>hello Anders,

thank you for your response to forum question.

do you know why they do not like to discuss sw matters?  or the forum is only for their products sale?

thank you again for your comments, i am looking at?

elwolv</description>
		<content:encoded><![CDATA[<p>hello Anders,</p>
<p>thank you for your response to forum question.</p>
<p>do you know why they do not like to discuss sw matters?  or the forum is only for their products sale?</p>
<p>thank you again for your comments, i am looking at?</p>
<p>elwolv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tero</title>
		<link>http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-376</link>
		<dc:creator>Tero</dc:creator>
		<pubDate>Fri, 10 Aug 2007 14:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.anderswallin.net/2007/08/drop-cutter-in-c-v2/#comment-376</guid>
		<description>Now that looks pretty!
I would concentrate on filling missing algorithms and leave optimizations later. That way you won&#039;t lose the optimzations if changes are needed and code is easier to follow, too.</description>
		<content:encoded><![CDATA[<p>Now that looks pretty!<br />
I would concentrate on filling missing algorithms and leave optimizations later. That way you won't lose the optimzations if changes are needed and code is easier to follow, too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

