- Configuring LinuxCNC
- Advanced Configuration
- keeping two axes synchronized while defining the feedrate of only one
keeping two axes synchronized while defining the feedrate of only one
- weedsmoker
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
08 Jul 2025 07:52 #331506
by weedsmoker
keeping two axes synchronized while defining the feedrate of only one was created by weedsmoker
I'm attempting to build a multicolor titanium anodizing machine it has one axis of movement and a variable power supply the goal is to be able to define the power supply as the x-axis and the movement as the z. That will keep everything synchronized and allow me to program my color gradients but it also means that given the same f value the actual z axis feed rate will vary depending on the rate i change the power supply, im looking for a way around this. Im not sure whats best, can i just remap a mcode and run a python script that can keep them synced up and use single axis z movements? how hard would it be to edit the base level linuxcnc code to change the way it calculates the axis feed rates? That would be ideal and im willing to figure it out but i dont even know where to start with that, any advise would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18857
- Thank you received: 5208
08 Jul 2025 13:57 #331522
by PCW
Replied by PCW on topic keeping two axes synchronized while defining the feedrate of only one
Assuming the power supply (X?) is controlled by LinuxCNC, shouldn't
this all be in the gcode with the feedrate just setting the total time?
this all be in the gcode with the feedrate just setting the total time?
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- keeping two axes synchronized while defining the feedrate of only one
Time to create page: 0.096 seconds