Introduction
OrcaSlicer is a powerful, open-source 3D printing slicer that converts 3D models into G-code instructions for your printer. This guide will walk you through the installation process, initial setup, and creating your first print.
Step 1: Download and Install
Windows Installation
- Visit the Download page and download the Windows installer (.exe)
- Run the installer and follow the setup wizard
- Launch OrcaSlicer from your Start menu or desktop shortcut
macOS Installation
- Download the appropriate .dmg file for your Mac (Apple Silicon or Intel)
- Open the .dmg and drag OrcaSlicer to your Applications folder
- On first launch, right-click the app and select "Open" to bypass Gatekeeper
Linux Installation
- Download the AppImage or Flatpak from the releases page
- For AppImage:
chmod +x OrcaSlicer*.AppImagethen run it - For Flatpak: Install using your package manager or Flatpak CLI
Step 2: First Launch Setup
When you first launch OrcaSlicer, you'll be greeted with a setup wizard:
- Select your printer: Choose your printer brand and model from the list. OrcaSlicer supports hundreds of printers including Bambu Lab, Prusa, Creality, Voron, and more.
- Select filament profiles: Choose the filament types you commonly use (PLA, PETG, ABS, etc.). You can add more later.
- Network settings (optional): If your printer supports network connectivity, you can configure it here for remote printing.
Tip: If your exact printer model isn't listed, choose the closest match or a generic profile. You can fine-tune settings later.
Step 3: Understanding the Interface
OrcaSlicer's interface is divided into several key areas:
- 3D View (Center): Your virtual print bed where you arrange and manipulate models
- Top Toolbar: Quick access to common actions like adding models, arranging, and slicing
- Right Panel: Print settings including layer height, infill, supports, and more
- Bottom Bar: Printer, filament, and process profile selectors
- Plate Tabs: Manage multiple print plates in a single project
Step 4: Loading Your First Model
- Click the Add button (or press Ctrl+I / Cmd+I)
- Select a 3D model file (.STL, .OBJ, .3MF, or .STEP)
- The model will appear on your virtual print bed
Manipulating Models
- Move: Click and drag the model, or use the Move tool (M)
- Rotate: Use the Rotate tool (R) to orient your model
- Scale: Use the Scale tool (S) to resize
- Auto-Orient: Right-click and select "Auto-orient" for optimal print orientation
Step 5: Configuring Print Settings
In the right panel, you'll find the essential print settings:
Quality Settings
- Layer Height: Lower values (0.1mm) = finer detail, higher values (0.3mm) = faster prints
- First Layer Height: Usually slightly thicker for better adhesion
- Line Width: Typically matches your nozzle diameter (0.4mm default)
Strength Settings
- Wall Count: Number of perimeter walls (2-4 typical)
- Top/Bottom Layers: Solid layers at top and bottom surfaces
- Infill Density: Internal structure density (15-20% for decorative, 40%+ for functional)
Support Settings
- Enable Supports: Turn on for models with overhangs > 45 degrees
- Support Type: Normal (easier removal) or Tree (better for organic shapes)
Step 6: Slicing and Exporting
- Click the Slice button in the top toolbar
- OrcaSlicer will calculate the toolpath and show a preview
- Use the layer slider to inspect each layer
- Review the estimated print time and filament usage
- Click Export G-code to save the file, or send directly to your printer if connected
Tip: Always preview your slice before printing. Look for issues like thin walls, missing supports, or unexpected gaps.
Step 7: Start Your Print
Transfer the G-code file to your printer:
- SD Card/USB: Copy the file to removable media
- Network: Send directly via WiFi/LAN if your printer supports it
- OctoPrint/Klipper: Upload through the integrated connection
Next Steps
Congratulations on setting up OrcaSlicer! Here's what to explore next:
- Calibration Guide - Fine-tune your printer for perfect prints
- Troubleshooting - Solutions for common problems
- Official Wiki - In-depth documentation for all features