Google+ post by Krzysztof Bartosik on 2016-05-17 09:45:30 UTC

Finish :slight_smile:

What a clean beautiful build. What are the machine specifications?

XxYxZ1xZ2xZ3xA - 1500x600x300mm

No piękna robota. To dla siebie i czy na handel?

Na zamówienie… już pracuje u klienta od końca kwietnia :slight_smile:

What a beauty krysztof, very good job!

Love csmio boards

Excellent job!

hey Kysztof how to control 3 spindles?
mach3?
how to produce gcode? vectric?
please can explain?
Thanks for share

Milling is under control Mach3. Changing tools and related offsets, administer written dedicated to the machine macros: switching servo drivers, measurement and tool changes.
Additionally designed electronics, switch control signal Z axes, supervises signals HOME and limit the Z axis
Milling uses all G-codes with Mach, ie. G92, G54, 55 …, G43, etc. and M-codes, ie. M98, M99, , etc.
In general, the change of tools (spindles) execute commands M6Ti for i = 1, 2, 3. That’s all … :).
You put three tools, you measure it, you measure the material to zero and start the program.
The program generating anything like .: HSM SimplyCam, etc. At the end should look like this:
M6T1
program1
M6T2
program2
M6T3
Program3
M30