I have two Windows 11 XPS15 laptops. I have a FlashForge Creator Pro II IDEX machine that requires a post_processing step to convert from gcode to gx after being sliced by Prusa Slicer. The post_processor is a python script running under Python 3.10. On my older laptop this works fine, but fails on my newer one with the following error message
I have the same python script and the same python interpreter version on both PC. I have the same *.INI file on both PC's, and the 'post_process' points to the correct python executable location and to the correct python script.
I have the feeling that the issue is associated with the recent change to use a 'fast drive' temp file as the input argument to the script, but I can't think of a way to test this out. Is there anything I can do to troubleshoot this issue?
I have two Windows 11 XPS15 laptops. I have a FlashForge Creator Pro II IDEX machine that requires a post_processing step to convert from gcode to gx after being sliced by Prusa Slicer. The post_processor is a python script running under Python 3.10. On my older laptop this works fine, but fails on my newer one with the following error message
I have the same python script and the same python interpreter version on both PC. I have the same *.INI file on both PC's, and the 'post_process' points to the correct python executable location and to the correct python script.
I have the feeling that the issue is associated with the recent change to use a 'fast drive' temp file as the input argument to the script, but I can't think of a way to test this out. Is there anything I can do to troubleshoot this issue?
TIA,
Frank