Unknown Command Issues

Hi I am new to this forum but I have a question which hopefully has a very simple answer.

I recently updated my firmware to 0.92.8 and am now in the process of bed leveling, however when I send any of the following commands (G29, G30, G31, G32) I receive the "Unknown Command" error. Also #define FEATURE_AUTOLEVEL 1 is set. Is there some other config setup that needs to be set for those commands to work? I can move the print head fine with the G0/G1 commands and have had no problems with other M commands I've tried. 

Comments

  • You also need z probe support compiled in as all these need a zprobe as well.
  • edited February 2016
    Thanks for the reply. Is that something I would have had to do first with the configuration tool or can I compile the z probe support from the Arduino UI? How do I do that? Is that somewhere in the configuration.h script?
  • It is in configuration.h so bette rupload to tool and enable it there (in features tab I think)
  • Ok. I found it. thanks
Sign In or Register to comment.