///////////////////////////////////////////////////////////////////////////////// // Adapter for drilling machine in the embedded lab. // // Author: Maximilian Stiefel // Last modification: 17.06.2017 ///////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////// // Vars ///////////////////////////////////////////////////////////////////////////////// crossbar_depth = 175; crossbar_height = 5; crossbar_width = 5; ///////////////////////////////////////////////////////////////////////////////// // Action ///////////////////////////////////////////////////////////////////////////////// cube([crossbar_width, crossbar_depth, crossbar_height], center = true);