@Schematic9088 said in Duet2 Wifi Homing Error:
Is there something potentially obvious that I am missing here? Any help is appreciated!!!
As has been pointed out, you are missing a file and should run the config tool.
One of the fundamental differences between RRF and Marlin is that a lot of GCode commands simply run a specific gcode file.
This allows you to refine the steps taken for that command to suit your own needs.
The file created by the config tool will be very basic so as to work with almost any printer.
Check here for differences to other firmware. Some are important such as using mm/min instead of mm/sec for some commands
https://docs.duet3d.com/User_manual/RepRapFirmware/RepRapFirmware_overview
And here for in depth information on Gcodes and how they work in RRF
https://docs.duet3d.com/User_manual/Reference/Gcodes