Skip to main content
  1. Posts/

Orcaslicer: Anycubic Kobra 3 Max stuck at parsing

·380 words·2 mins· loading · loading ·
Table of Contents

Introduction
#

I was stuck with the following problem: In Orcaslicer, versions up from 2.3.1, gcode files where stuck forever in “Preparation: Parsing” on my Anycubic Kobra 3 Max:

K3M - stuck in parsing
After some research, I found a workaround for that problem. Hopefully this guide helps some people with the same problem.
There already are Github issues opened for that problem:

Unfortunately, it seems unfixed, so users may be forced to use the workaround like me.

The Workaround / Fix
#

The workaround was found in a comment from issue #12952 from the user avxmw - thanks a lot!
Step by step guide:

  1. You need this python script from Github: Github - k3m-fix.py. Save it to your computer as k3m-fix.py.
  2. If you are on Linux like me, make sure to make the script executable with this command:
    chmod +x k3m-fix.py
  3. Also make sure to install python3 on your system, if not already available. You can test it’s availabilty on your system with typing python3 into your terminal. If installed, this should open up a python shell.
  4. If not available, look up how to install python3 on your OS - there are plenty of guides available online or through your preffered AI.
  5. After saving the script and confirming the installation of python3, you can now add the script to the “post-processing scripts” section in Orcaslicer:
    1. Open the “Others” section in your “Process” tab and scroll down, until you find Post-processing Scripts.
    2. Paste python3 /path/to/your/k3m-fix.py into it. Make sure to edit the path to the location, where you saved the script.
    3. In my case for example, the command would be python3 /home/torminal/Programme/k3m-fix.py;
    4. K3M - Post processing script
  6. Now you can export your gcode file as usual and should be able to print again, without beeing stuck in “parsing”!
Disclaimer: you need to set the Post-processing Script every time you print something, if you dont save that configuration as a custom user process preset.

Conclusion
#

This should repair the problem for now. If there is a fix in a new Orcaslicer version for this problem, I will update this guide. Let me know in the comments, if this worked for you, or if something in this guide was missing, so I can update it and help others (no registration for commenting required).

torminal
Author
torminal
IT enthusiast

Related

Skrädda: Pegboard Generator for 3D Printing
391 words·2 mins· loading · loading
Starting your own homelab - a short guide for beginners
2140 words·11 mins· loading · loading
Linux Mint: Fix Boot issue, stuck on splash screen
500 words·3 mins· loading · loading