-
-
Notifications
You must be signed in to change notification settings - Fork 64
Home
HalfManBear edited this page Feb 8, 2024
·
101 revisions
- Getting Started with OpenNept4une
- Flashing OpenNept4une
- Post-Installation Setup
- Advanced Configuration
- For N4 or N4Pro users, refer Here first.
- Acquire an eMMC to USB Adapter: MKS USB3 Adapter - AliExpress or microSD eMMC Adapter - AliExpress.
- Connect the printer via Ethernet and note the IP address.
- Power off the printer and access the Mainboard via the underside panel, then safely remove the eMMC module.
- Download the latest OpenNept4une Image suitable for your printer model.
- Use balenaEtcher to flash the image onto the eMMC.
- Reinsert the eMMC into the mainboard.
- If the printer has an externally accessible microSD slot, reattach the printer's access panel.
- Power on the printer and connect via SSH using:
ssh mks@YOUR-PRINTERS-IP. Password:makerbase.
- Execute the Kiauh script with:
~/kiauh/kiauh.sh - Update and run the OpenNept4une script:
cd ~/OpenNept4une/ && git fetch --all && git reset --hard origin/main && git clean -fd
Followed by:
~/OpenNept4une/OpenNept4une.sh
- Update the firmware via the OpenNept4une menu, selecting the appropriate options for the MCU and RPi firmware.
- Install the touch-screen service and configure WiFi settings as needed within the OpenNept4une menu.
- Set the correct timezone through Armbian configuration:
sudo armbian-config
Then navigate toPersonal>Timezone.
- Detailed steps for importing OrcaSlicer profiles will be provided here.
- Comprehensive guide for printer calibration using Klipper and OrcaSlicer will be included here.