Prusa i3, how to end a print? January 19, 2018 05:24PM |
Registered: 5 years ago Posts: 614 |
Re: Prusa i3, how to end a print? January 20, 2018 02:44AM |
Registered: 7 years ago Posts: 5,232 |
Re: Prusa i3, how to end a print? January 20, 2018 06:56AM |
Registered: 6 years ago Posts: 757 |
Re: Prusa i3, how to end a print? January 20, 2018 03:51PM |
Registered: 5 years ago Posts: 1,007 |
Re: Prusa i3, how to end a print? January 23, 2018 02:11AM |
Registered: 5 years ago Posts: 614 |
Quote
obewan
In the slicers end code you could put a G1 move to the rear left of the bed
G1 X0 Y200
or
G91 ;relative mode
G1 Z5 ;raise Z above print
G90 ;absolute mode
G1 X0 Y200 ;move extruder to rear left