Jacotheron / FlashForge-CreatorPro2-PS-Profile

PrusaSlicer Profile for the FlashForge CreatorPro2 3D printer
20 stars 6 forks source link

Flashforge.ini shows "output_filename_format = {input_filename_base}.gx", but Slicer produces {input_filename_base}.gx.gcode? #19

Closed paynterf closed 1 month ago

paynterf commented 1 month ago

PS 2.6.0, latest Flashforge.ini (attached). When I slice an STL file and then click on 'Export G-code', the filename for 'Save as' is {input_filename_base}.gx.gcode instead of just {input_filename_base}.gx

Screenshot 2024-08-12 094149

FlashForge - Copy.txt

paynterf commented 1 month ago

This may have been an issue with not having Pillow installed. I have it all working now with PS2.6.1. The Readme needs to be updated to use 'py' instead of 'python' for pip/Pillow lines:

Instead of:

python -m pip install --upgrade pip python -m pip install --upgrade Pillow

I had to use:

py -m pip install --upgrade pip py -m pip install --upgrade Pillow

Also, in my case I missed the point about these lines being executed from a normal Windows cmd window (Windows + R) instead of a python console window, so might want to emphasize that a bit :)