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

Raspberry Pi Software Configuration Tool

PreviousFinding Your IP AddressNextChanging the Default Password

Last updated 3 years ago

This section explains all of the settings I found important to change on the Raspberry Pi OS using the Raspberry Pi Software Configuration Tool. This section is completely optional, Klipper will work just fine without doing any of the changes listed below.

The subsections contained within this module are:

Loading the Raspberry Pi Software Configuration Tool:

  • In Windows open a command prompt;

    • Windows Key + R, type cmd, then click OK;

  • In the Command Prompt window;

    • Type ssh pi@<ipaddress> and press Enter;

  • A message will display 'The authenticity of host 'ip address' can't be established…';

    • Type yes and press Enter;

  • You should prompted to enter a password;

    • The default password is raspberry, type the password and press Enter

While entering the password it will not show the characters being entered in the command window.

Sometimes the ssh connection will close after after accepting the 'fingerprint' during the step above. If this happens just re-establish the connection;

  • Type ssh pi@<ipaddress> and press Enter;

  • Type raspberryfor the password and press Enter

  • You should now be logged into MainsailOS with SSH;

  • Send a sudo raspi-config command, then press Enter;

  • You will be prompted to enter the password;

    • Type raspberry and press Enter;

  • The 'Raspberry Pi Software Configuration Tool' main menu should appear;

Changing the Default Password
Changing the Hostname
Changing the Localisation Options
Command Prompt
ssh pi
Authenticity
Password
Connection Closed
MainsailOS
sudo raspi-config
Password
Raspberry Pi Software Configuration Tool