Replies: 1 comment 1 reply
-
Hi @fmw626, cool idea, I think we can make it work. Implementing all the functions you mentioned by itself is not hard, what's hard is making them work intuitively (knowing which button to press without a manual) and mesh well with all the existing functionality (being able to control Z and X and the rotational axis). Should we call the new axis Looking at the buttons we have, I'm not sure how to make it work best... All buttons are already used for something :) We can add a new mode Ultimately it could be easier to work with the new axis via the GCode. There it'll be easy to add support for another axis and you can move it alone or with the other 2, set speed, etc. We can also make a fancy HTML UI to control it with as many buttons as we wish :) Perhaps we should pick 1-2 most important practical tasks involving the new axis and see what's needed for them. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I wanted to share an exciting idea for the NanoEls project, which I showcased in my show and tell. I have built a dividing attachment on the back of my lathe spindle. The dividing attachment incorporates a relatively large 3D-printed worm wheel and a worm positioned on a shaft. It can be easily engaged or disengaged with a single nut, allowing for manual operation at the moment. However, my ultimate goal is to integrate this dividing function into the NanoEls H4.
Why the dividing function? Well, it offers the possibility to add rotary features to turned parts without removing them from the chuck, thus preserving concentricity. By attaching a live tool (I currently use a Proxxon rotary tool) to the cross-slide, I can add milled features to turned parts. This feature is incredibly versatile, making it ideal for tasks such as gear making, adding screw holes, creating slots, and much more.
Now, let's discuss how we can implement this functionality with the NanoEls H4:
Hardware: To enable the dividing function, we would need to add a stepper motor to the worm shaft and connect it to the H4 controller. This stepper motor would thus control the rotation of the dividing attachment.
Software: Since this axis is rotational and not linear, the software controls need to be adjusted accordingly. Here are some ideas for software features:
Integrating these software features into the NanoEls H4 would unlock tremendous potential for enhanced functionality and versatility. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions