Configuration repository for my V-Core 3.1 (300 Γ 300 mm) based on RepRap Firmware 3.6.1 running on Duet 3 Mini 5+ WiFi and Duet 3 Toolboard 1LC.
This repository contains my production-ready config.g setup and OrcaSlicer profiles.
| Category | Component |
|---|---|
| π¨οΈ Printer | V-Core 3.1 β 300 Γ 300 mm |
| π§ Mainboard | Duet 3 Mini 5+ WiFi |
| π Toolboard | Duet 3 Toolboard 1LC |
| π Display | PanelDue 7i |
| π₯ Hotend | E3D Revo Voron |
| π‘οΈ Thermistor | Semitec 104NT-4-R025H42G |
| π§² Z Probe | super P.I.N.D.A |
| π οΈ Extruder | Orbiter V2.0 |
| β‘ Heated Bed | Keenovo 280 Γ 280 mm β 600 W |
| π SSR | Keenovo C-Lin 40A |
| βοΈ Stepper Motors | LDO-42STH47-2504AC (X/Y/Z) |
| πΎ Firmware | RepRap Firmware 3.6.1 |
My_V-Core3/
β
βββ My_Config/ β RepRap Firmware configuration files
βββ My_Slicers/ β OrcaSlicer profiles
βββ README.md
This setup is based on RepRap Firmware 3.6.1 for Duet hardware.
Useful resources:
- Documentation: https://docs.duet3d.com/
- Firmware repository: https://github.com/Duet3D/RepRapFirmware
- Community forum: https://forum.duet3d.com/
The firmware is configured entirely via G-code scripts located in the /sys directory on the Duet SD card.
Network settings, drivers, heaters, and machine limits are defined there.
The files inside My_Config/ are intended to be placed into the /sys directory of the Duet SD card.
Typical files include:
config.g- Homing macros (
homex.g,homey.g,homez.g) - Optional probing or bed leveling macros
After configuration changes, a restart or M999 command may be required.
The folder My_Slicers/ contains prepared OrcaSlicer profiles.
These are tuned for:
- RepRap Firmware (RRF)
- Network printing via Duet Web Interface
- Standard G-code output (no Klipper/Marlin dialects)
Import the profiles via the profile management section in OrcaSlicer.
- Remove the Duet SD card.
- Copy contents of
My_Config/into/sys. - Reinsert the SD card and start the printer.
- Access the Web Interface via the printer IP.
- Verify configuration.
This printer is built according to the official V-Core 3.1 guide from RatRig.
Build guide:
https://wiki.ratrig.com/en/build-guides/v-core-31
- Firmware updates may require adjustments to
config.g. - Perform PID tuning after hotend or heated bed modifications.
- Creating backups of the SD card before editing configuration files is strongly recommended.
This repository contains only my personal configuration files.
The firmware itself is licensed under Duet3D/RepRapFirmware (GPLv3).
No warranty is provided. Use at your own risk.