Skip to content

1C: Practice Mechanisms

Exercise 6: Direction Swap

In this exercise, you will be modeling a power transmission with a direction swap gear. This mechanism features features a 1:1 gear transmission that inverts the direction of the motor, which can be useful when you want two different shafts to be powered by the same motor but spin in opposite directions. Be sure to pay attention to the layout and plate sketches when modeling.

3D Printed, COTS, and Custom Aluminum Spacers

So far, you've used both custom spacers generated with the Spacer Featurescript as well as COTS 3/8" OD spacers from the MKCad library (the WCP Aluminum Spacers). There are pros and cons to using COTS or custom spacers that you should discuss with your team.

3D printed spacers are a fantastic option for teams with 3D prints, they are cheap and easy to fabricate. If you want to use aluminum spacers but do not have access to machinery to cut them (e.g. a lathe), COTS aluminum spacers can be a good option as they can also be pre-stocked. However, they can be pricy and only come in certain lengths, though you can easily get around this by designing for standard spacer lengths.

Spacer Stock

Spacers can be 3D printed (left), purchased as COTS pre-cut spacers (center), or fabricated in-house from spacer stock (right). (Image Source: WCP)

When modeling, it is recommended to use the Spacer Featurescript for spacers that you will fabricate in house (e.g. 3D printing or using round tube stock) and use the configurable MKCad spacer part for COTS spacers. This helps make it clear which parts are custom and which are COTS.

Part Studio Instructions

Navigate to the "Exercise #6 Part Studio" tab in your copied document and refer to the solution document to complete the part studio for this exercise. The following instruction slides only provide a general outline and some key details.

0. Final Part Studio.
1. Begin by creating the layout sketch on the right plane.
2. Using a mate connector offset 0.5" from the Right plane as the sketch plane, sketch the plate. Pay close attention to the clearances used to define the edges of the plate. The location of the two spacers to the left of the motor are driven by the tangency between the 3/8" OD spacer and the 2.5" motor clearance circle.
3. Use a Driven Dimension to show the distance between the left gear and the spacer and verify that there is enough clearance. A driven dimension, as opposed to a driving dimension, just reports the distance between the selected elements and is faded gray to indicate that it does not define the sketch geometry.
4. Mirror the plate across the Right plane and add the motor cutout.
5. If you choose to not use COTS spacers, you can use the Spacer Featurescript to create the plate spacer.
6. Model all of the shafts and belts. You should be feeling very comfortable using the Shaft and Belt & Chain Gen Featurescripts at this point.
7. Pocket the two plates. Since the plates are identical apart from the motor cutout, you can use same sketch to pocket both plates. Only create one sketch with the ribs.
8. Finish the part studio by naming your features and organizing them into folders. Assign the part materials accordingly.

Assembly Instructions

Next, navigate to the "Exercise #6 Assembly" tab in your copied document and refer to the solution document to complete the assembly for this exercise. The following instruction slides only provide a general outline and some key details.

0. Final assembly.
1. Add the part studio parts to the assembly. Like before, group mate the rigid components with the Origin Cube and mate the Origin Cube to the assembly origin.
2. Fasten the spacer to the plate and replicate it.
3. Insert, fasten, and replicate the bearings. Also insert the 2" flex wheel and Kraken motor from MKCad.
4. Insert and fasten the pulleys pulleys and spacers. Use the Configurable Spacer Stack from MKCad for all the spacers. For the pulleys, you can utilize 3D printed HTD pulleys from the MKCad library with 1/2" hex inserts. Also fasten the belts into place.
5. Insert, fasten, and replicate all of the required fasteners.
6. When replicating the plate bolts, flip the mounting side for this bolt so that the nut does not hit the belt.
7. To finish the assembly, organize your components into folders and name your replicates.

Verification

If all is done correctly your assembly should have 38 Instances.

Driving and Driven Dimensions

In sketches, driving dimensions define and control the geometry, appearing black and editable. Driven dimensions,on the other hand, are light gray and reflect existing geometry without altering it, useful for maintaining design intent like keeping a specific clearance or thickness.

To toggle between them, right-click the dimension and select "Driving/Driven" from the context menu—useful when a new dimension would over-constrain the sketch or when you need to inspect geometry without changing it.

Switching Between Driving and Driven Dimensions

Switch a dimension from driving to driven and vice versa by right-clicking the dimension. Notice that the driven dimension will update based on other features.