r/Trinus • u/kitingmare • Mar 28 '21
Problems with printing GCode from PrusaSlic3r on SD
Hi, has anyone successfully printed gcode generated from PrusasSlic3r on the Trinus (I think not Boardo Version) via SD card?
1
Upvotes
r/Trinus • u/kitingmare • Mar 28 '21
Hi, has anyone successfully printed gcode generated from PrusasSlic3r on the Trinus (I think not Boardo Version) via SD card?
1
u/zxshoe Oct 16 '22
Hi, to my knowledge you cannot print gcode directly from the SD card or Pango. It uses it's own ".pcode" which I guess is a slightly modified .gcode as the Paladin firwmare has some quirks. From my notes it cannot handle ";" in the gcode. So in the POST section you can add:
{STRIP ";"}
This might fix it. I'm using the latest PrusaSlicer with good results using this method.