A new question, please.
The g code is not properly working. Actually it runs on X axis
I have changed these sentences:
FORMAT = [X|#|Y|1.4] <-----
FORMAT = [Y|#|X|1.4] <-------
FORMAT = [Z|#|Z|1.4]
FORMAT = [R|#| A|1.4]
; Home tool positions
FORMAT = [XH|@|Y|1.4] <------
FORMAT = [YH|@|X|1.4] <--------
FORMAT = [ZH|@|Z|1.4]
FORMAT = [RH|@|A|1.4]
And now the model is cutted INVERSE (like a mirror)

What I am doing bad?