Can I add tool change buttons in Repetier-Host?
Hello everyone,
I have a 4-extruder printer.
I want to add tool change buttons in Repetier-Host interface which run with one click. (like image)
I can use visual studio and C#, but my coding level is beginner.
I think adding plugin is simple and easy approach.
Please, let me know.
Thank you for your attention.
Comments
Plugins have points where they can add them self easily. These all give you your own page left or right or a menu entry with connected modal dialog or whatever you want called there. So best what you can achieve is what is already in manual control where you can select the active extruder as well.
Second best is add selection in menu and send commands.