Hi,
Thank you for your reply. Well teher are alot of settings in the file.
I do not have a "Machine setting" in Cura or the G code file.
All I have at the end is;
;TIME_ELAPSED:9254.621589
G1 F2100 E99.48998
M107
G91
G1 E-1
G0 X0 Y200
M104 S0
G90
G92 E0
M140 S0
M84
M104 S0
M140 S0
M84
M82 ;absolute extrusion mode
M104 S0
;End of Gcode
Is it the Bold text I have marked above that I should change?
It is strange that Y is set to 200 it still ends at front position, maybe the printer has Y0 at the top left of the bed.
Am not sure about this.
Maybe if I set X0 Y0 here that would correct it?
But why does Cura not have the possibility to change this in a default setting?
I do not want tochange this every time I have a g code file.
Cura must have been told to set Y200 somewhere. There should be an End position setting somewhere since there are so many other settings available. Or at least so far I have not found the setting anywhere...
Edited by Sebpilot
Recommended Posts
GregValiant 1,411
You are talking about the park position at the end of a print? In your "Machine Settings - End Gcode" you can add:
G0 X0 Y{machine_depth}
at an appropriate location within the End Gcode. It is an Absolute move so you need to make sure that if there is a G91 in your end gcode that you place the line after the following G90.
Link to post
Share on other sites