USE IT ON YOUR OWN RISK
Description:
Modify positions ("Z-height"
and "X/Y positions”
)
G28 ; home all without mesh bed level
; intro line
G1 Z160 F1000 ; ←------------------- Z-height
G1 X90 Y90 F1000 ; ←----------------- X/Y positions
G92 E0.0
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
M221 S100 ; reset flow
M900 K0 ; reset LA
M84 ; disable motors
M73 P100 R0
I've made this short file because I'm a lazy person and I don't want to use the knob :-)
And I thought it could be useful for guys which don't understand coding so much.
The author hasn't provided the model origin yet.