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. Configuration Checks

Verify Stepper Motor Enable Pin

PreviousVerify HeatersNextVerify Endstops

Last updated 3 years ago

This section explains how to verify if all of the printer axes can move freely when the stepper motors are disabled.

  • Go to your Anycubic Vyper 3D printer and physically check that you can move;

    • The print head (left and right);

    • The print head (up and down);

      • You don't have to move it very far you are just confirming that the motors are not engaged;

    • The print bed (front and back);

  • If they do not move freely;

    • Send a M84 command in the Console (this should disable the stepper motors);

  • If any of the axes still cannot move freely, then verify the stepper 'enable_pin' configuration for the given axis. On most commodity stepper motor drivers, the motor enable pin is 'active low' and therefore the enable pin should have a "!" before the pin (for example, "enable_pin: !ar38").

As long as you are using the printer.cfg file from the section, you shouldn't have any issues unless there was a wiring issue from factory;

Anycubic Vyper Klipper Config File
M84 Command