ERROR: G-code export to
Hi, I have updated Prusa Slicer to the latest version.I don't know if there is a correlation but when I go to slice the project I get this wording:
" G-code export to /var/folders/jp/3mtwyxts7lzcctv967ndvsfc0000gn/T/.64196.gcode failed due to invalid custom G-code sections:start_gcodeParsing error at line 51: Variable does not existM117 Print [input_filename]; Display: Printing started... ^Please inspect the file /var/folders/jp/3mtwyxts7lzcctv967ndvsfc0000gn/T/.64196.gcode.tmp for error messages enclosed between !!!!! Failed to process the custom G-code template ...and !!!!! End of an error report for the custom G-code template ...for all macro processing errors. "
I can't understand why this happened, I never had any problems before the update.
I am grateful for any suggestions
RE: ERROR: G-code export to
The error tells you what is wrong. [input_filename] is an invalid placeholder. It is [input_filename_base]. You are not the only one to be caught out by this. For example https://github.com/prusa3d/PrusaSlicer/issues/11885
The knowledge base article on placeholders is here https://help.prusa3d.com/article/list-of-placeholders_205643
RE: ERROR: G-code export to
Great many thanc's I couldn't have done it without your help 😍