extruder wizard is not working anycubic vyper

hello I have an anycubic vyper and Repetier Server installed on Windows 11
the printer is green in RS and prints out fine .
Now I try to calibrate with the "extruder wizard" but the printer is not reacting at all
the axles i can move in the steering menue
any Ideas what can I check or how to calibrate the extruder in an other way ?
Thank you
regards chillout

Comments

  • Did you heat up extruder before starting wizard. Without hot extruder the filament will not move. If you did, please go to console, activate commands and call wizard. What do you see? Hopefully you get a message from firmware with more info.
  • extruder and bed are 220 and 60
    I aktivate commands but its still not running
    Send:13:17:13.336: @call showEStepsSetupDialog
    Send:13:17:18.735: N22 M92 E0
    Recv:13:17:18.735: ok
    Send:13:17:18.735: N23 G1 E100 F60
    Recv:13:17:18.735: ok
    Send:13:17:18.735: @call showEStepsCalibDialog

  • I see you selected to move 100mm here. Some firmwares limit the maximum for a single move to something below. Try 50mm instead.

    For next release I have changed line 50 in wizard to send instead
    @dialogButton "Start" " @moveRel E{{global.eDistance}} F60\n @call showEStepsCalibDialog"
    @moveRel splits long moves into several 50mm moves just for that reason.
Sign In or Register to comment.