G28 command broken

Hi,
Recently printing some models with Repetier host ( V2.1.6), When G28 X Y command is issued, it treats as G28 X0 neglecting Y completely. However, the same file printed with SD card and with Pronterface works like charm, no issue. Initially thought it was buggy firmware, but pronterface printed fine, so I suspect it has to do with Repetier host. Pls, Take look into it.

Sending G28 Y works as G28 Y0, but doesn't home when G28 X Y when given.

Machine used: Monoprice Mp10 Mini

Thanks

Comments

  • You are right, omitting a value on a letter makes the first letter get it assigned and following letter is then ignored. Will fix that for future version. Until then use correct gcode syntax
    G28 X0 Y0
    and will also work well.
  • Repetier said:
    You are right, omitting a value on a letter makes the first letter get it assigned and following letter is then ignored. Will fix that for future version. Until then use correct gcode syntax
    G28 X0 Y0
    and will also work well.

    Great. Thanks. yes, i changed the syntax.
Sign In or Register to comment.