After each script execution, my installation of Repetier-Host adds the following 3 lines of code:
line1=> M104 T0 S0
line2=> M140 S0
line3=> G1 X135.00 Y0.00 F4800.000
It is clear what the code does but I want to modify it so these lines are not executed each time I run a script.
These three lines are not in the Editable "End Code" Script.
Neither are these lines in the /Applications/Repetier-Host-Mac.app/Contents/Resources/defaultAppend.gcode file.
I deleted the app and tried deleting all configuration files before re-installing the Repetier-Host app. When that did not help I used:
grep -r "G1 X135" various_directories
... in terminal to find the file that contains parts of the three lines. Unfortunately, that did not work either.
I'm looking forward to understanding where I could find these settings.
Thanks for your help.
3DNewBe