Where is the problem?

hello,

i have lowrider 2 with dual endstops skr 1.4 turbo, still in progress becouse endstops are not wired yet but it is working.

So i walk through ESTLCAM basic, and then after second time to be sure i did everything what should be done with Some Old Guy video tutorial on youtube.

Crown test gcode from website works perfect for me but unfortunately my own is not. when i open files in text viewer i can see there are diferences in start gcode.

Crown test from site:

;Project 0102
;Created by Estlcam version 10 build 10.039
;Machining time about 00:02:33 hours

G90
G92 X0 Y0 Z0
G00 X0.0000 Y0.0000 Z0.0000 F2100
G00 X0.0000 Y0.0000 Z5.0000 F500

;No. 1: Engraving 6
G00 X75.2682 Y15.5365 Z5.0000 F2100
G00 X75.2682 Y15.5365 Z0.5000 F500

Mine gcode:

;Project 0102
;Created by Estlcam version 11 build 11,237
;Machining time about 00:00:39 hours

G90
M03 S24000
G00 Z5.0000

;No. 1: Engraving 3
G00 X14.3034 Y4.7638
G00 Z0.5000
G01 Z0.0000 F1200 S24000
G01 Z-2.0000
G01 X15.5815 Y4.9802
G01 X16.8631 Y5.1752
G01 X18.1477 Y5.3488

When i copy mine to sd card and use it in tft i got information about unknown command M03.

Where is the problem?

The unknown command is an annoyance. But there are bigger troubles.

The speed needs to be set on each line, including G0 commands. Take another look at estlcam basics and see what you missed.

The G92 sets the zero location. You may want to add that to the starting gcode. Otherwise, make sure tou set the zero before starting the job.