is ther a post processor that will let me import a 2d file May 26, 2014 03:23PM |
Registered: 10 years ago Posts: 13 |
Re: is ther a post processor that will let me import a 2d file May 26, 2014 03:50PM |
Admin Registered: 14 years ago Posts: 730 |
Re: is ther a post processor that will let me import a 2d file May 26, 2014 04:39PM |
Registered: 10 years ago Posts: 13 |
Re: is ther a post processor that will let me import a 2d file May 26, 2014 06:02PM |
Admin Registered: 14 years ago Posts: 730 |
I'm not sure. It seems like a number of people use cad.py. There are more options (including cad.py) described on this page: Plotting.Quote
nobler
is this how the laser rep-rappers do it?
Re: is ther a post processor that will let me import a 2d file May 27, 2014 12:55AM |
Registered: 11 years ago Posts: 162 |
Re: is ther a post processor that will let me import a 2d file May 27, 2014 05:32AM |
Registered: 10 years ago Posts: 13 |
Re: is ther a post processor that will let me import a 2d file May 27, 2014 11:36AM |
Admin Registered: 14 years ago Posts: 730 |
Just to be clear, you don't need a post-processor. The g-code is independent of the robot geometry. That is, the same g-code will work whether you have a Cartesian, Delta, Polar, H-bot or whatever. For example, you might have a line of g-code that looks something like:Quote
nobler
need something post processor, similar to sheetcam that can out-put h-bot non cartisian co-ordinates, or need a sheetcam for mach3 patch that alters the co-ordinates.
G1 X134.210 Y64.290 E3.25938This tells the machine to move the tooltip and extruder motor a certain distance. The firmware controls how this command gets converted into motor distances. If you are using Marlin, you configure Marlin for H-bot kinematics and it does the rest. More info here and here.
Re: is ther a post processor that will let me import a 2d file May 27, 2014 12:01PM |
Registered: 14 years ago Posts: 643 |
Re: is ther a post processor that will let me import a 2d file May 27, 2014 01:48PM |
Registered: 12 years ago Posts: 661 |
Re: is ther a post processor that will let me import a 2d file June 01, 2014 09:13AM |
Registered: 10 years ago Posts: 13 |
Re: is ther a post processor that will let me import a 2d file June 01, 2014 09:23AM |
Admin Registered: 12 years ago Posts: 1,063 |