<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>how to make a big wedge</title>
<description> I am wanting to make a set of wedges that I can push in under the piece I am working on in the long plank jig that will push the work piece up onto the bottom of the handibot to help hold the work piece in place. I want to make the first two pieces only a 1/4&amp;quot; thick, but 6&amp;quot; x 10&amp;quot;, and then make others that would be 1/2&amp;quot;, 3/4&amp;quot; thick to allow for different thicknesses of wood. How do I make a wedge that is 6&amp;quot; x 10&amp;quot; with only a 1/4&amp;quot; rise on the 6&amp;quot; side?</description><link>https://handibot.com/forum/read.php?2,3368,3368#msg-3368</link><lastBuildDate>Sun, 09 Aug 2026 08:59:51 -0400</lastBuildDate>
<generator>Phorum 5.2.22</generator>
<item>
<guid>https://handibot.com/forum/read.php?2,3368,3374#msg-3374</guid>
<title>Re: how to make a big wedge</title><link>https://handibot.com/forum/read.php?2,3368,3374#msg-3374</link><description><![CDATA[ That will make a slope along the Y axis so it will be 8&quot; wide]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Fri, 22 Feb 2019 17:48:47 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,3368,3372#msg-3372</guid>
<title>Re: how to make a big wedge</title><link>https://handibot.com/forum/read.php?2,3368,3372#msg-3372</link><description><![CDATA[ is that going to make the slope along the x, or Y axis. I would like the wedge to be as long as possible.]]></description>
<dc:creator>cuervo</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 19 Feb 2019 13:40:51 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,3368,3371#msg-3371</guid>
<title>Re: how to make a big wedge</title><link>https://handibot.com/forum/read.php?2,3368,3371#msg-3371</link><description><![CDATA[ There is a code editor on the FabMo dashboard--it is the little &quot;pencil&quot; icon. Select &quot;OpenSBP&quot; as the language from the dropdown. Paste in the code (minus my parenthetical comments of course) and choose &quot;Execute Immediate&quot; from the other dropdown.<br /><br />I&#039;d recommend trying it without any material under the tool first to make sure that it works!]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 19 Feb 2019 10:53:28 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,3368,3370#msg-3370</guid>
<title>Re: how to make a big wedge</title><link>https://handibot.com/forum/read.php?2,3368,3370#msg-3370</link><description><![CDATA[ I don&#039;t mind if it take the bot a while to make it but where do I put this code in? This will be a first, always learning something here of course]]></description>
<dc:creator>cuervo</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 19 Feb 2019 10:29:05 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,3368,3369#msg-3369</guid>
<title>Re: how to make a big wedge</title><link>https://handibot.com/forum/read.php?2,3368,3369#msg-3369</link><description><![CDATA[ Good question...No other shop tools are coming to mind right now that would do that easily.<br />You could cut it with the handibot in two cuts on a larger piece of wood. Either you’d model it and toolpath in vcarve...<br />Or...there’s a real simple bit of ShopBot code you could run to cut it:<br /><br />SO,1,1. (Turns On spindle)<br />Pause 2 (waits for spindle to get up to speed)<br />START: (Initiates a “loop” in the code)<br />J3,6,0,0.25 (moves into position at front left of handibot)<br />MZ, 0 (moves down onto material)<br />M3,0,0,-0.25 (cuts a 6” long line with a -1/4” slope)<br />MZ,0.1 (moves clear of material)<br />MY, 0.01 (indexes the tool slightly in Y for next pass)<br />ZY (zeroes y axis—this will allow us to loop through the code)<br />GOTO START (restarts loop)<br /><br />This will continuously cut a 6x0.25 slope in a piece of wood, indexing by 0.01” after each pass. It might take a while, but just let it run until you’ve got enough of a wedge to be useful.<br /><br />I’m sure there’s a more proper woodworker-y way to do this but this is what came to mind this morning!]]></description>
<dc:creator>Brian Owen, ShopBot</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 19 Feb 2019 08:30:33 -0500</pubDate></item>
<item>
<guid>https://handibot.com/forum/read.php?2,3368,3368#msg-3368</guid>
<title>how to make a big wedge</title><link>https://handibot.com/forum/read.php?2,3368,3368#msg-3368</link><description><![CDATA[ I am wanting to make a set of wedges that I can push in under the piece I am working on in the long plank jig that will push the work piece up onto the bottom of the handibot to help hold the work piece in place. I want to make the first two pieces only a 1/4&quot; thick, but 6&quot; x 10&quot;, and then make others that would be 1/2&quot;, 3/4&quot; thick to allow for different thicknesses of wood. How do I make a wedge that is 6&quot; x 10&quot; with only a 1/4&quot; rise on the 6&quot; side?]]></description>
<dc:creator>cuervo</dc:creator>
<category>Handibot Forum</category><pubDate>Tue, 19 Feb 2019 07:01:46 -0500</pubDate></item>
</channel>
</rss>