Compare commits
5 Commits
caf7e68ffe
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a3a8a3d17 | |||
| 79d9bac9ed | |||
| fc4403a9e8 | |||
| 2bae29dc22 | |||
| 0c92b0a32d |
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Hints and support files for working with Solidworks at Reykjavik University
|
Hints and support files for working with Solidworks at Reykjavik University
|
||||||
|
|
||||||
|
- [3D printing a Solidworks part](solidworks-3dprint.md)
|
||||||
|
|
||||||
# Hints
|
# Hints
|
||||||
|
|
||||||
## How do I place multiple instances of a part into an assembly
|
## How do I place multiple instances of a part into an assembly
|
||||||
@@ -49,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?
|
## How do I move features around without them going into assemblies on the tree?
|
||||||
Select them, then drag them with ALT pressed.
|
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.
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# Printing a Solidworks part in a 3D printer (V207)
|
||||||
|
This guide assumes you are using the 3D printers in V207.
|
||||||
|
If you are using different printers, you may have to use a different slicer and settings.
|
||||||
|
|
||||||
|
## Reference
|
||||||
|
- [PrusaSlicer Help](https://help.prusa3d.com/product/prusaslicer)
|
||||||
|
- [First print with PrusaSlicer](https://help.prusa3d.com/article/first-print-with-prusaslicer_1753?product=prusaslicer)
|
||||||
|
- [Export to PrusaSlicer directly from Solidworks](https://forum.prusa3d.com/forum/prusaslicer/prusaslicer-export-macro-from-solidworks/)
|
||||||
|
|
||||||
|
## General Procedure
|
||||||
|
1. Open the part in Solidworks
|
||||||
|
1. Export the part as a `.stl` file
|
||||||
|
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!
|
||||||
Reference in New Issue
Block a user