Hi,
I am working on code that converts ABS g.code to PLA g.code. I am able to deal with cooling commands, temperatures and others, the only problem is with feedrate.
Typically the problem is on the line
ABS PLA
M204 S800 M204 S800
G1 F1098 G1 F1500
But there are also some instructions that are in mid-off the code and that are not after M204 SXX command. How I can from g.code informations calculate the exact F value?
Or - can I make "master" slicer settings which allows me to generate master g.code from which I then derivate g.code for both PLA and ABS?
I am doing this work for prototype presentations so the algorhytm does not have to be for general purposes - I can print only restricted amount of models that works for me.
Thank you for your help!