Reply to comment

milling with Tommelise

I didn't build the plastic extruder yet but everything else of my Tommelise is working already. The stepper motors are now powered by three TMC-222-SI driver chips which communicate over TWI/I2C with my ATMega 164p microcontroller. Using I2C driver chips, instead of the ones that I found in the old printers that I dissembled, saved me a lot of cabling plus they support microstepping.

For testing purpose I attached a milling machine as a tool head:
img1

As an easy shape to start with I chose to mill a star.
For doing that, I first drew a star in gimp, reduced the color palette to black/white and saved it as a png image.


img2

After that I wrote a small python script that looks for black pixels in the image and sends the microcontroller the command to mill a hole at the corresponding location.

It turned out quite well:

img3

Of course it would have been nicer to create a real tool path instead of milling dots into the workpiece. But I will concentrate on building the plastic extruder now.

Reply

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.