Configuration problems with Vyper

Basic Information:

Printer Model: Anycubic Vyper
MCU / Printerboard: TMC 2209

Klippy.zip (2.4 KB)

Hello - took the dive into using Klipper/Mainsail with my Vyper and have a Pi4 - trying to go through the steps to calibrate the Probe Z offset and bed mesh and get " ‘No trigger on probe after full movement’ message. I have a -3.00 value for Z - is this the issue? How do I correct it?

Also, I get a Moonraker warning on startup:

GCode path received from Klipper does not match expected location.

Received: ‘/home/chris/gcode_files’
Expected: ‘/home/chris/printer_data/gcodes’

Modify the [virtual_sdcard] section Klipper’s configuration to correct this error.

[virtual_sdcard]
path: /home/chris/printer_data/gcodes

I’d like to correct this. Thanks

Hello @christopherkramer !

What probe do you have exactly?

I haven’t added a probe to the Vyper - it’s mostly stock (only thing changed is the extruder - went with a BMG).

I assumed that I didn’t need to add one on…

¯\_(ツ)_/¯

1 Like

I’m not sure about your model Chris but the Vypers I was just looking at come with what looks like an inductive probe.

I was actually able to figure the problem out - I had to change the Z to -6 to allow me to do both calibrations with no problems.

later on, there was an issue with the extractor when I tried to print (key 112 error) - here are the changes I made to the config file:

[gcode_macro PAUSE] Description: Pause the actual running print rename_existing: PAUSE_BASE Change this if you need more or less extrusion Variable extrude: 2.0

And in extruder add: max_extrude_cross_section: 2.0

I’m printing up the Voron Design cube as I type this… and it’s looking good!!!

Thanks to all… hope this helps someone in the future

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.