diff --git a/src/content/docs/guides/3D Printer/orcaslicer.mdx b/src/content/docs/guides/3D Printer/orcaslicer.mdx index 225566f..0fab80b 100644 --- a/src/content/docs/guides/3D Printer/orcaslicer.mdx +++ b/src/content/docs/guides/3D Printer/orcaslicer.mdx @@ -11,14 +11,14 @@ import { Aside } from '@astrojs/starlight/components'; import { Steps } from '@astrojs/starlight/components'; import { Image } from 'astro:assets'; -import orcaRelease from '~/assets/images/guides/orcaslicer/release.png'; -import orcaAssets from '~/assets/images/guides/orcaslicer/assets.png'; -import orcaPrepare from '~/assets/images/guides/orcaslicer/prepare-tab.png'; -import orcaDropdown from '~/assets/images/guides/orcaslicer/dropdown.png'; -import orcaCreatePrinter from '~/assets/images/guides/orcaslicer/create-printer.png'; -import orcaPreset from '~/assets/images/guides/orcaslicer/preset.png'; -import orcaConnection from '~/assets/images/guides/orcaslicer/connection.png'; -import orcaConnectionSettings from '~/assets/images/guides/orcaslicer/connection-settings.png'; +import orcaRelease from '@/assets/images/guides/orcaslicer/release.png'; +import orcaAssets from '@/assets/images/guides/orcaslicer/assets.png'; +import orcaPrepare from '@/assets/images/guides/orcaslicer/prepare-tab.png'; +import orcaDropdown from '@/assets/images/guides/orcaslicer/dropdown.png'; +import orcaCreatePrinter from '@/assets/images/guides/orcaslicer/create-printer.png'; +import orcaPreset from '@/assets/images/guides/orcaslicer/preset.png'; +import orcaConnection from '@/assets/images/guides/orcaslicer/connection.png'; +import orcaConnectionSettings from '@/assets/images/guides/orcaslicer/connection-settings.png'; @@ -26,10 +26,12 @@ import orcaConnectionSettings from '~/assets/images/guides/orcaslicer/connection 1. Go to the [Releases](https://github.com/OrcaSlicer/OrcaSlicer/releases) and find the 'Latest' Official Release. Some are tagged as 'Pre-release' such as nightlys or release candidates, ignore those. -OrcaSlicer release page + + OrcaSlicer release page 2. At the bottom of a Release is the Assets section. Download the package for your OS such as the exe for Windows or the dmg for Mac. -OrcaSlicer release page, assets section + + OrcaSlicer release page, assets section 4. Install the package. @@ -44,13 +46,16 @@ Download them [with this link here](https://github.com/Guilouz/Creality-Helper-S 1. Go to the 'Prepare' tab on the navigation menu. -OrcaSlicer prepare tab + + OrcaSlicer prepare tab 2. At the left should be a menu for various options, find 'Printer' at the very top -OrcaSlicer printer options + + OrcaSlicer printer options 3. Click on the drop-down and select `--Create Printer --` -OrcaSlicer printer preset + + OrcaSlicer printer preset - Printer Vendor is `Creality` - Printer model is `Creality K1C`, this may be near the bottom of the list - Nozzle diameter is `0.4 mm` @@ -60,7 +65,8 @@ Download them [with this link here](https://github.com/Guilouz/Creality-Helper-S - Max Print Height is `200mm` 4. Click OK and will go to 'Import Preset' -OrcaSlicer import preset + + OrcaSlicer import preset - For 'Printer Preset' select `Creality` and `Creality K1C @ 0.4 Nozzle` - For 'Preset' click `Create Based on Current Printer` - Under the 'Filament Preset Template' section check boxes for filaments types being used, likely just 'PLA' diff --git a/src/content/docs/guides/3D Printer/print-model.mdx b/src/content/docs/guides/3D Printer/print-model.mdx index 9ce3575..0befde5 100644 --- a/src/content/docs/guides/3D Printer/print-model.mdx +++ b/src/content/docs/guides/3D Printer/print-model.mdx @@ -11,12 +11,12 @@ import { Aside } from '@astrojs/starlight/components'; import { Steps } from '@astrojs/starlight/components'; import { Image } from 'astro:assets'; -import orcaAddModel from '~/assets/images/guides/orcaslicer/add-model.png'; -import orcaOptions from '~/assets/images/guides/orcaslicer/options.png'; -import orcaSlice from '~/assets/images/guides/orcaslicer/slice-button.png'; -import orcaSupport from '~/assets/images/guides/orcaslicer/support-settings.png'; -import orcaInfill from '~/assets/images/guides/orcaslicer/infill-settings.png'; -import orcaPrint from '~/assets/images/guides/orcaslicer/print-button.png'; +import orcaAddModel from '@/assets/images/guides/print-model/add-model.png'; +import orcaOptions from '@/assets/images/guides/print-model/options.png'; +import orcaSlice from '@/assets/images/guides/print-model/slice-button.png'; +import orcaSupport from '@/assets/images/guides/print-model/support-settings.png'; +import orcaInfill from '@/assets/images/guides/print-model/infill-settings.png'; +import orcaPrint from '@/assets/images/guides/print-model/print-button.png'; @@ -34,19 +34,24 @@ The most common file type to use are STL, but the printer can also use OBJ or 3M 1. In OrcaSlicer go to the 'Prepare' tab on the navigation menu. The sidebar isn't needed at this point, you may collapse it with a button at its top right, or by pressing `Shift-Tab` 2. The printer view should now fill the screen. At the top, below the navigation menu is a tool menu. The farthest left icon is a cube, click this to add a model. -OrcaSlicer add model button + + OrcaSlicer add model button 3. This opens a menu to select a file to upload. Select the file you have downloaded and want to print. 4. Once the model is in the 3D view various options are available to arrange or make adjustments. -OrcaSlicer options bar + + OrcaSlicer options bar 5. Next is to convert this 3D representation into instructions for the printer, this process is called slicing. At the top right are two buttons, click 'Slice plate'. Depending on the complexity this may take time. -OrcaSlicer slice button + + OrcaSlicer slice button 6. Also depending on the complexity you may need to add support or change the infill. These are options in the sidebar. After any adjustments made the model should be sliced again. -OrcaSlicer support settingsOrcaSlicer infill settings + + OrcaSlicer support settingsOrcaSlicer infill settings 7. Once ready and the representation in the printer view matches what is desired, click print to begin the process. -OrcaSlicer print button + + OrcaSlicer print button