Hello Guest it is March 28, 2024, 11:48:33 AM

Author Topic: Automatic Dust Shoe  (Read 1433 times)

0 Members and 1 Guest are viewing this topic.

Automatic Dust Shoe
« on: December 02, 2021, 07:48:52 AM »
Hi guys


this request is translated with google because my english is very bad, i live in germany / bavaria
I work with Mach3 with a German surface from Wolfram Szentiks. I built a 10-fold tool changer myself which also works wonderfully with the M6Start.m1s.

Now I would like to optimize the extraction by automatically storing and picking it up, I came across a solution from ShopSabre on YouTube that would be ideal, the magazine on my machine is also parallel to the X axis, the tool is pulled out towards the front. have reduced this video to the essentials (https://www.youtube.com/watch?v=J0btW2QsgWg)
Would be very grateful for advice or support on how I can integrate this into my M6start. I've already thought about how it should look in G-Code:
Take off the dust shoe
“G90 G53”
"Z-5 F500"
"Y1200 X200 F2000"
"Z-40 F500"
"X50 F2000"
"Z-5 F500"
Pick up the dust shoe
 “G90 G53”
"Z-5 F500"
"Y1200 X50 F2000"
"Z-40 F500"
"X200 F2000"
"Z-5 F500"
unfortunately I am quite a layman when it comes to programming, and
I am grateful for every hint / tip