First Steps¶
This guide walks you through the essential tasks after you've got LayerNexus running (see Quick Start).
1. Create Your First Project¶
- Log in with the account you created during setup.
- Click Projects in the navigation bar.
- Click New Project.
- Fill in the project name and an optional description.
- Optionally add a cover image — you can upload a file or paste from the clipboard.
- Click Save.
Tip
Projects can contain sub-projects with quantity multipliers. For example, a "Quadcopter" project might have a sub-project "Motor Mount" with quantity 4. See Projects & Sub-Projects for more.
2. Upload STL Files¶
- Open your project and navigate to the Parts section.
- Click Add Part.
- Enter the part name, quantity, color, and material.
- Upload the STL file.
- Click Save.
After uploading, you can preview the 3D model directly in the browser using the built-in viewer.
3. Set Up Printer Profiles¶
Before you can send G-code to a printer, create a printer profile:
- Go to Printers in the navigation bar.
- Click Add Printer.
- Enter a name for the printer (e.g., "Voron 2.4").
- Enter the Moonraker URL — this is the URL where Moonraker is running on your printer (e.g.,
http://192.168.1.100:7125). - Optionally add an API key if your Moonraker instance requires authentication.
- Click Save.
Note
LayerNexus connects to your printers via the Moonraker API. Make sure LayerNexus can reach the Moonraker URL over your network.
Cost Profiles¶
You can attach a cost profile to a printer to track printing costs:
- Electricity cost per kWh
- Printer depreciation rate
- Maintenance cost per hour
These values are used to calculate per-job and per-project costs.
4. Import OrcaSlicer Profiles¶
LayerNexus uses the OrcaSlicer API for slicing. To slice parts, you need to import profiles:
- Go to OrcaSlicer Profiles in the navigation bar.
- Click Import Profile.
- Upload three profile files exported from OrcaSlicer:
- Machine profile (
.json) — your printer hardware settings - Filament profile (
.json) — filament settings (temperature, flow, etc.) - Print preset (
.json) — print quality settings (layer height, speed, etc.)
- Machine profile (
- Click Save.
Exporting Profiles from OrcaSlicer
In OrcaSlicer desktop, go to the profile editor and export each profile as a JSON file. These are the files you import into LayerNexus.
5. Your First Print Job¶
Once you have a project with parts, a printer profile, and slicer profiles set up:
- Open a part detail page.
- Click Slice to send the STL to OrcaSlicer for slicing.
- Review the slicing results (estimated print time, filament usage).
- Click Upload to Printer to send the G-code to your printer via Moonraker.
- Click Start Print to begin printing.
Print Queue¶
For managing multiple jobs across multiple printers:
- Go to Print Queue in the navigation bar.
- Add jobs to the queue with priority levels.
- Assign jobs to available printers.
- Track job status from pending through completion.