Hi, just found this useful thread. I have added the code in the post processing section, my question is: shouldn't I be able to see the g-codes for M204 being executed on my terminal? because I don't see them which makes me think that S3D is not processing the script. By the way I have added the acceleration/jerk script before the send to octoprint script.
Thanks in advance for any help
I have the following:
{REPLACE "; feature outer perimeter\n" "; outer perimeter\nM204 S600\n"}
{REPLACE "; feature inner perimeter\n" "; inner perimeter\nM204 S1200\n"}
{REPLACE "; feature solid layer\n" "; solid layer\nM204 S1000\n"}
{REPLACE "; feature infill\n" "; infill\nM204 S2000\n"}
curl -k -H "X-Api-Key:543AD2E1B2AA48E4868FA6546988E245" -F "select=true" -F "print=true" -F "file=@[output_filepath]" "
http://192.168.0.54/api/files/local"