codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
# placeholder function for LivePlotter.update(): def user_live_update(): isHomed=False while isHomed == False: isHomed=True for i,h in enumerate(s.homed): if s.axis_mask & (1<<i): isHomed=isHomed and h c.wait_complete() # clear G54 offset commands.clear_offset(1) # clear G55 offset commands.clear_offset(2) pass
Private
[
?
]
Run code
Submit