Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- import linuxcnc
- import os
- import hal
- import hal_glib
- import gladevcp.persistence
- class HandlerClass:
- def on_hal_spinbutton3_realize(self,widget):
- widget.set_value(0.150)
- widget.update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement