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 LED Light

PreviousVerify Filament Runout SensorNextInitial Tuning

Last updated 3 years ago

This section explains how to enable and disable the LED light located near the Extruder.

  • There is a toggle that can enable or disable the LED light near the Extruder;

  • The feature is called LED and it is located in the Miscellaneous section of the Dashboard;

  • Enabling or disabling the LED feature toggle should turn the LED light on or off; OR

  • You can also enable and disable the LED light in the Console;

    • Turn on;

      • Send a SET_PIN PIN=LED VALUE=1.00 command in the Console;

    • Turn off;

      • Send a SET_PIN PIN=LED VALUE=0.00 command in the Console;

LED Feature