Basic Information:
Printer Model: JGMaker Artist-D Pro IDEX
MCU / Printerboard: Makerbase MKS Robin Pro
Host / SBC: BIGTREETECH BTT Pi V1.2
klippy.log
klippy(2).log (1.6 MB)
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Whenever I pause any print, Klipper will always throw out an error in the console of:
Move out of range: -70.000 0.000 13.851 [559.423]
Move out of range: -70.000 0.000 13.851 [559.423]
Move out of range: -70.000 0.000 13.851 [559.423]
all 3 lines show up at the exact same time. I know the 3rd value is the z height, but the rest is throwing me off. I’m still kinda new to Klipper stuff. Sometimes the print pauses like it should, other times the print cancels. The times when it cancels the print, nothing else gets put into the console. I’ve tried digging through all the cfg files and haven’t found anything referring to a -70 anymore. That used to be the value of the Park_extruder macro in the dual_cariage.cfg file when I started with the files from GitHub - Martin-Stiller/JG-Maker-Artist-D-Pro-Klipper-Mainsail: JG Maker Astist D Pro with Klipper on an old Lenovo Thinkpad , but I’ve changed it to -63 as it wasn’t correct for how far the left extruder gets parked. When I first set everything up, it wasn’t throwing that error message and I went through tons of changes before I realized I was getting an error when pausing. I did try adding in a pause_resume_cancel.cfg script I found online, but I think it did the same thing or just canceled right away. I know it didn’t work, so I disabled it. I think that’s just about everything, let me know if there’s any more info needed about this.
Any help on what to search for or what to change would be greatly appreciated.