Klipper Installation for Anycubic Vyper
  • Introduction
    • Before You Begin
    • What You Need
  • Setting Up Your Raspberry Pi
    • Installing Mainsail
    • Configuring WiFi Settings
    • Finding Your IP Address
    • Raspberry Pi Software Configuration Tool
      • Changing the Default Password
      • Changing the Hostname
      • Changing the Localisation Options
  • Klipper Firmware
    • Klipper Firmware Creation
    • Klipper Firmware Flashing
  • Printer Configuration File
  • Configuration Checks
    • Verify Temperatures
    • Verify M112
    • Verify Heaters
    • Verify Stepper Motor Enable Pin
    • Verify Endstops
    • Verify Stepper Motors
    • Verify Extruder Motor
    • Verify Filament Runout Sensor
    • Verify LED Light
  • Initial Tuning
    • Calibrate Probe Z Offset
    • Calibrate Bed Mesh
    • Calibrate PID Settings
  • Macros and Slicer
    • Macros
      • Simplify3D Settings
    • Making Prints
      • Determining Thermal Expansion
  • Advanced Tuning
    • Resonance Compensation
    • Pressure Advance
Powered by GitBook
On this page
  1. Setting Up Your Raspberry Pi

Configuring WiFi Settings

PreviousInstalling MainsailNextFinding Your IP Address

Last updated 2 years ago

This section explains the process of configuring your Raspberry Pi to connect to your wireless network. If you are using a hardwired connection on your Raspberry Pi, you can continue to the section.

  • Insert the microSD card that you installed the MainsailOS on into your computer;

  • Once the microSD card is recognized by your computer you should see a 'boot' drive appear in file explorer;

  • In the root of the 'boot' drive look for a file called mainsailos-wpa-supplicant.txt;

  • Edit the mainsailos-wpa-supplicant.txt

Windows Users:

  • Do not use Wordpad for editing this file, it will mangle it and your configuration won't work. Use a proper text editor instead;

  • Recommended:

    • Notepad++, VSCode, Atom, SublimeText.

Mac OSX Users:

  • If you use Textedit to edit this file, make sure to use "plain text format" and "disable smart quotes" in "Textedit > Preferences", otherwise TextEdit will use non-compatible characters and your network configuration won't work!

  • Edit lines 27 to 30 and remove the # comments from all 4 lines;

  • Enter your SSID (wireless network name) between the quotes on line 28;

    • ssid="YourWifiNetworkName"

  • Enter the password of your wireless network between the quotes on line 29;

    • psk="YourWifiPassword";

Your Wifi SSID and password is case sensitive

  • Ensure you SAVE the mainsailos-wpa-supplicant.txt file;

  • Close your text editor;

  • Eject the microSD card from your computer properly;

  • Load the microSD card into your Raspberry Pi;

  • Power-on your Raspberry Pi.

Do not connect your Anycubic Vyper 3D printer to the Raspberry Pi at this time, you will do this as the last step in section.

Klipper Firmware
Finding Your IP Address
mainsailos-wpa-supplicant
WiFi SSID and Password