Gcode for cnc

Hello,
The gcode generated by cnc software(carbide create) which is not working in repetier cnc. The post processor selected is grbl. The whole file printed in few seconds and resulting garbage.
Here is the sample output generated by the software-
G90
G21
(wcRose20c...)
M05
M0 ;T11
M03S10000
G0X46.788Y-480.247Z3.000
G1Z-5.000F203.2
X47.458Y-481.750F600.0
X47.701Y-482.162
X48.004Y-482.561
X48.303Y-482.875
X48.639Y-483.161
X49.054Y-483.441
X49.555Y-483.693
X49.932Y-484.058
X50.332Y-484.359
X50.692Y-484.573
X51.127Y-484.772
Z3.000
G0X46.550Y-480.320
G1Z-5.000F203.2
X46.425Y-479.926F600.0
X45.934Y-478.146
X45.839Y-477.681
X45.676Y-476.181
X45.658Y-475.865
X45.662Y-475.541
........
and thousands line more.

Comments

  • Yes, we are not GRBL. We expect spaces between code letters. That is the main problem I see. Also some command slike M3/M5 work eventually different. By default there is no rpm just enablinga nd disabling spindle.

  • My concern is that when I use gcodes which have G1 in all lines runs as expected but in above gcode there is missing G1 or G0.
    Is that making some problem? I saw it start engraving little and then it jump to 17% completed in 1 second. And in few more it is 100%, making single hole in wood peace.
  • Yes that is a problem. GRBL has sticky gcodes so every line without uses last. Repetier firmware does not use sticke gcodes so it is required in every line. Can't you modify carbide to output to other rules? When I played with a CNC solution I could adjust many aspects about the gcode produced in the app, but I don't know carbide.
Sign In or Register to comment.