Cartesio – Low-cost Cartesian plotter robot
11–17 of 17 posts
Re: Cartesio – Low-cost Cartesian plotter robot
#12FYI, if you already have a 3D printer, you can totally use it as a 2D plotter (if that's not obvious). And you can totally use a fountain pen if you feel like it. In action: https://www.instagram.com/p/BlQHk43gwra/ Final result: https://www.instagram.com/p/BlJHawZgFi1/ Same, with a ballpoint: https://www.instagram.com/p/BlJ8dgmAaTA/
Re: Cartesio – Low-cost Cartesian plotter robot
#13Is there a practical use for this? I’m thinking if my 3d printer does I could repurpose it for this.
Re: Cartesio – Low-cost Cartesian plotter robot
#14I wonder if we might see a resurgence of these plotters ala 3d printers. A tronxy x1 is $85 right now for a full small form factor 3d printer.
self upgrade to make it better: https://www.reddit.com/r/3Dprinting/comments/81xkut/tronxy_x...
Re: Cartesio – Low-cost Cartesian plotter robot
#15I don't understand the decision not to use CoreXY. I have a very very similar plotter that also cost me next to nothing using essentially the same BoM as this. It's directly descended from this one [0]. It can absolutely fly, I've spent some time tweaking it but I can reliably and accurately drive it at something like 20cm/s. That's largely a factor of the low inertia of the CoreXY design, which keeps both the main s…
Re: Cartesio – Low-cost Cartesian plotter robot
#16FYI, if you already have a 3D printer, you can totally use it as a 2D plotter (if that's not obvious). And you can totally use a fountain pen if you feel like it. In action: https://www.instagram.com/p/BlQHk43gwra/ Final result: https://www.instagram.com/p/BlJHawZgFi1/ Same, with a ballpoint: https://www.instagram.com/p/BlJ8dgmAaTA/
How do I do this? Installing the pen and adding some initial gcode to raise the Z axis above the bed so the nozzle doesn't touch isn't a problem, but what generates the drawing gcode?
In general, there's software to convert PostScript or DXF to G-code (used with e. g. engraving machines).
The G code to move in XY is simple enough (G0 x y) that you could write a converter yourself.
Re: Cartesio – Low-cost Cartesian plotter robot
#17Earlier quoted context omitted.
How do I do this? Installing the pen and adding some initial gcode to raise the Z axis above the bed so the nozzle doesn't touch isn't a problem, but what generates the drawing gcode?
I wrote code that generated this particular G-code for the Dragon curve. In general, there's software to convert PostScript or DXF to G-code (used with e. g. engraving machines). The G code to move in XY is simple enough (G0 x y) that you could write a converter yourself.