Setting home position using gcode
- garthnoakes
- Offline
- Senior Member
Less
More
- Posts: 51
- Thank you received: 9
14 Jul 2024 12:06 #305133
by garthnoakes
Setting home position using gcode was created by garthnoakes
How do I set the current position to x=0,y=0,u=0,v=0 (hot wire machine....) using gcode ? At this stage, I don't want to move the location, I just want to emulate setting home via the Axis home buttons
Please Log in or Create an account to join the conversation.
14 Jul 2024 12:27 - 14 Jul 2024 12:28 #305137
by Aciera
Replied by Aciera on topic Setting home position using gcode
Last edit: 14 Jul 2024 12:28 by Aciera.
Please Log in or Create an account to join the conversation.
- garthnoakes
- Offline
- Senior Member
Less
More
- Posts: 51
- Thank you received: 9
15 Jul 2024 15:13 #305240
by garthnoakes
Replied by garthnoakes on topic Setting home position using gcode
That works - but only if the axes are already homed. I want to get rid of the need to home each axis separately in Axis when I start LinuxCNC. I will use GladeVCP to create a button to run the G10
So is there a way to emulate manually homing each axis using Axis?
So is there a way to emulate manually homing each axis using Axis?
Please Log in or Create an account to join the conversation.
15 Jul 2024 15:28 #305243
by andypugh
Replied by andypugh on topic Setting home position using gcode
You can set the home search velocity to zero in the INI file for any joints that you want to home where they are. But this means that you have no soft limits.
It's much better to actually home the axes, if you can.
It's much better to actually home the axes, if you can.
Please Log in or Create an account to join the conversation.
- garthnoakes
- Offline
- Senior Member
Less
More
- Posts: 51
- Thank you received: 9
15 Jul 2024 22:44 #305289
by garthnoakes
Replied by garthnoakes on topic Setting home position using gcode
I'm happy with homing the axes, I just want to add a button using gladevcp that will set all four once I have jogged the wire to where I want home to be. Not at all important, just being a bit pernickety
Please Log in or Create an account to join the conversation.
16 Jul 2024 03:58 - 16 Jul 2024 03:58 #305313
by rodw
Replied by rodw on topic Setting home position using gcode
Try halui.home-all bit in pin for requesting home-all (only available when a valid homing sequence is specified)
Last edit: 16 Jul 2024 03:58 by rodw.
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds