14 lines
462 B
Python
14 lines
462 B
Python
###################################################################################################
|
|
# Deployment specific global definitions - executed after startup.py
|
|
###################################################################################################
|
|
|
|
run("elements/array")
|
|
run("elements/adjustables")
|
|
run("devices/RobotBernina")
|
|
run("devices/Axis")
|
|
run ("motion/tools")
|
|
run ("motion/move_home")
|
|
run ("motion/move_park")
|
|
run ("motion/tweak")
|
|
|