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