PathPilot mpg jog enable
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
26 Jun 2022 23:23 #245968
by snowgoer540
Haha no worries, I'll take it as a compliment, most of the Aussies around these parts seem like pretty good guys. Plus they have a lot of fun words and phrases.
It is funny though, I've assumed people here were from places too only to be surprised when I found out I wasn't even close.
At the risk of sounding cheesy, and stealing Clive's thread... I often thought it would be helpful to require new members make an "about me" post. Where are you from, what do you do/what's your background, why are you here... etc. It would probably make life a bit harder on the spammers too...
Replied by snowgoer540 on topic PathPilot mpg jog enable
Snowwy, i was convinced you are in AU !!! No idea why...
Haha no worries, I'll take it as a compliment, most of the Aussies around these parts seem like pretty good guys. Plus they have a lot of fun words and phrases.
It is funny though, I've assumed people here were from places too only to be surprised when I found out I wasn't even close.
At the risk of sounding cheesy, and stealing Clive's thread... I often thought it would be helpful to require new members make an "about me" post. Where are you from, what do you do/what's your background, why are you here... etc. It would probably make life a bit harder on the spammers too...
The following user(s) said Thank You: tommylight, Clive S
Please Log in or Create an account to join the conversation.
29 Jun 2022 14:47 #246167
by tivoi
Replied by tivoi on topic PathPilot mpg jog enable
trying add to tormach_mill.ui
def on_stop_button_release_event(self, widget, data=None):
if not self.is_button_permitted(widget): return
self.hide_m1_image()
self.clear_message_line_text()
self.stop_motion_safely()
self.set_response_cancel() # check for outstanding user prompts and cancel
self.call_ui_hook('stop_button')
self.ensure_mode(linuxcnc.MODE_MANUAL)
if self.scanner is not None:
self.scanner.stop_threads()
self.unlock_enclosure_door()
b.r
def on_stop_button_release_event(self, widget, data=None):
if not self.is_button_permitted(widget): return
self.hide_m1_image()
self.clear_message_line_text()
self.stop_motion_safely()
self.set_response_cancel() # check for outstanding user prompts and cancel
self.call_ui_hook('stop_button')
self.ensure_mode(linuxcnc.MODE_MANUAL)
if self.scanner is not None:
self.scanner.stop_threads()
self.unlock_enclosure_door()
b.r
The following user(s) said Thank You: Clive S, snowgoer540
Please Log in or Create an account to join the conversation.
29 Jun 2022 21:36 #246217
by Clive S
I thank you for the reply but I am going to leave it as I don't want to have to edit more files when updating.
Replied by Clive S on topic PathPilot mpg jog enable
tivoi post=246167 userid=19476trying add to tormach_mill.ui
def on_stop_button_release_event(self, widget, data=None):
if not self.is_button_permitted(widget): return
self.hide_m1_image()
self.clear_message_line_text()
self.stop_motion_safely()
self.set_response_cancel() # check for outstanding user prompts and cancel
self.call_ui_hook('stop_button')
self.ensure_mode(linuxcnc.MODE_MANUAL)
if self.scanner is not None:
self.scanner.stop_threads()
self.unlock_enclosure_door()
b.r
I thank you for the reply but I am going to leave it as I don't want to have to edit more files when updating.
Please Log in or Create an account to join the conversation.
Moderators: cncbasher
Time to create page: 0.100 seconds