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. Macros and Slicer
  2. Macros

Simplify3D Settings

PreviousMacrosNextMaking Prints

Last updated 3 years ago

This section describes how to take advantage of the START_PRINT and END_PRINT macros that were added into Klipper in the previous step.

  • Open Simplify3D software;

  • Click on Edit Process Settings;

  • On the Settings page, click on Scripts, then click on Starting Script;

  • Delete everything entered in the Starting Script section and replace it with START_PRINT;

  • Click on Ending Script;

  • Delete everything entered in the Ending Script section and replace it with END_PRINT;

  • Click OK to save;

Edit Process Settings
Scripts > Starting Script
Scripts > End Script