Halllo,
mein Anycubic fährt beim Ende des Drucks die Druckplatte immer bis ganz nach vorne. Da ich allerdings möchte, dass das Druckbett (Y-Achse) ungefähr bei Position Y=100 stehen bleibt, habe ich die letzten G1-Zeile meines GCodes von
auf
geändert. Leider fährt mein Druckbett nach Abschluss des Drucks immer noch bis nach ganz vorne, obwohl ich, wie oben gesehen, die Y-Position von 180 auf 100 festgelegt habe.
Woran kann das liegen ?
Vielen Dank und viele Grüße,
Matthias
mein Anycubic fährt beim Ende des Drucks die Druckplatte immer bis ganz nach vorne. Da ich allerdings möchte, dass das Druckbett (Y-Achse) ungefähr bei Position Y=100 stehen bleibt, habe ich die letzten G1-Zeile meines GCodes von
Code:
G28 X0 ;Y0 ;move X/Y to min endstops, so the head is out of the way
G1 Y180 F1000
M84 ;steppers off
G90 ;absolute positioning
Code:
G28 X0 ;Y0 ;move X/Y to min endstops, so the head is out of the way
G1 Y100 F1000
M84 ;steppers off
G90 ;absolute positioning
Woran kann das liegen ?
Vielen Dank und viele Grüße,
Matthias