okay let's look and the G code produced by both softwares now it seems the movements are the part of the code that does not function in prusha primarily they both use G1 commands for this this is of course a linear movement

cura outputs something like this and works
G1 X33.014 Y70.256 E0.01391
Prusha outputs something like this
G1 X-31.706 Y-64.706 E.01655
so obviously the formatting is just a little off in the prusha how do I set prusha to output a formatting like in the cura example?

I could likely edit it myself or even write a script that could do it automatically but ide rather not resort to this