Where are the config files with "End g-code" hidden? ;-)
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:
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
... 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
Comments
What I struggle with is the X value as it needs to know how wide the printer bed is. The X135 can not just be a random value so where is it calculated. I'm new to this and in the discovery phase of how 3D printing works.
Thanks a lot for your help.
So logic once you think of it. Thanks for pointing that out.
So it should be by the Repetier-host app itself. I do not use Repetier-server yet.
- So if not in the Editable "End Code" Script and
- and in the /Applications/Repetier-Host-Mac.app/Contents/Resources/defaultAppend.gcode file
where else could such code be stored?Any ideas? Thanks for your help!
Thank you so much for your help. It is much appreciated.
https://www.repetier.com/w/wp-content/uploads/2012/08/rhm-printer-settings2.png
settings referred to by Repetier are:
[ ] Go to dispose after job/job kill
[ ] Disable extruder after job/job kill
[ ] Disable heated bed after job/job kill
All three need to be unmarked to avoid these lines being added to any script being executed.