Skip to content
HalfManBear edited this page Feb 8, 2024 · 101 revisions

OpenNept4une Logo

Welcome to the OpenNept4une Wiki!

Table of Contents


Getting Started with OpenNept4une

Prerequisites


Flashing OpenNept4une

Download and Preparation

Installation

  • 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.

Script Execution

  • 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

Post-Installation Setup

Firmware Update

  • Update the firmware via the OpenNept4une menu, selecting the appropriate options for the MCU and RPi firmware.

Optional Configurations

  • Install the touch-screen service and configure WiFi settings as needed within the OpenNept4une menu.

Timezone Configuration

  • Set the correct timezone through Armbian configuration:
    sudo armbian-config
    Then navigate to Personal > Timezone.

Advanced Configuration

Importing OrcaSlicer Profiles

  • Detailed steps for importing OrcaSlicer profiles will be provided here.

Printer Calibration

  • Comprehensive guide for printer calibration using Klipper and OrcaSlicer will be included here.

Clone this wiki locally