Compare commits

...

3 Commits

Author SHA1 Message Date
foley 0a3a8a3d17 Smartcomponnt synopsis 2026-06-23 12:05:12 +00:00
foley 79d9bac9ed smart components 2026-06-23 12:02:12 +00:00
foley fc4403a9e8 execute print 2026-06-23 11:58:29 +00:00
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -51,3 +51,12 @@ Reference: https://help.solidworks.com/2026/English/SolidWorks/sldworks/t_Creati
## How do I move features around without them going into assemblies on the tree?
Select them, then drag them with ALT pressed.
## How do I make components in an assembly that snap into the right locations without having to put all the relations in?
You need to make [Smart Components](https://help.solidworks.com/2026/english/solidworks/sldworks/c_Smart_Components.htm). Summary:
1. Create an assembly with the part in it (or open an existing one)
1. Appy mates to that component
1. Tools > Make Smart Component
1. Set the options
1. Save the assembly and click Yes to save the reference models that have been modified.
1. You don't need the assembly anymore if you created it just for this operation.
+4
View File
@@ -13,3 +13,7 @@ If you are using different printers, you may have to use a different slicer and
1. Open the `.stl` file in a slicer designed for your printer
1. Update the settings for your particular model of 3D printer
- TODO: add the settings for the V207 printers --foley
1. Copy the GCODE (or whatever it uses) to a micro or mini SD card
1. Put the SD card into the 3D printer slot
1. Select the print on the front display
1. Print!