
I made a tool to generate a Qidi 3mf file from a Orca gcode file
I use Orca and sort of hate that I can't remap filaments when I go to print a file a second time. I like having the option to choose which filaments that are currently on the printer, map to the filaments present in the file. You can't do that from an Orca generated gcode file with Qidi because of how they handle filament mapping via qidiclient.
So I made a tool to take an Orca generate gcode file to a Qidi 3mf file! It fixes thumbnails not showing up, it allows filament remapping, and also will allow you to select the things you expect like polar cooler, timelapse, and bed leveling when starting prints from the screen.
I only own a Max 4 so it might work on a Q2, but ymmv.
You could add this as a post processor in Orca so the 3mf file is ready for you to send to the printer. I also think I might be able to have a small service sit on the printer watching for new gcode files and run the same script automatically.
Let me know what you think!