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

Macros and Slicer

PreviousCalibrate PID SettingsNextMacros

Last updated 3 years ago

This section explains how to add macros to your printer.cfg file, and the settings you need to change in your slicer to take advantage of them.

The two macros that will be added are:

  • [gcodemacro START_PRINT];

  • [gcode_macro END_PRINT];

Simplify3D is the slicer that will be used to show how to take advantage of these macros (should be a similar process for the slicer of your choice).

These steps are optional, you can leave Start/End gcode in your slicer and still be able to print a file successfully in Klipper. If you will not be doing these Macros, you can continue to the section.

First Print