I've done the initial setup on the Duet WiFi. You're compelled to use the online configurator (https://configurator.reprapfirmware.org if you want to take a look) to generate the initial configuration files. The web interface is easily navigable once you get used to it, and is reasonably replicated on the Panel Due display. I even have Repieter-Host talking to the Duet WiFi through the USB port! This is great for me, because it gives me the option of continuing my present workflow process with R-H, or migrating to a purely browser-based method.
The configurator is easy to navigate and covers a multitude of parameters, but not everything is explained well. Some sidebar text, hyperlinks, or better use of tooltips would be very helpful. The Wiki discusses gcode commands and such, but is more suited for direct editing of the .g configuration files (which you can do through the web interface). For me, this resulted in several visits to the configurator as I homed in on the correct settings. Once I got the configuration close to right, I simply resorted to editing the .g files. More on that in a minute.
Some examples are:
Motors - do I need them to run forward or backward? Endstops - at low end or high end? Are we talking physically, or numerically in a Cartesian sense? Fans - thermostatic control of fans to monitored heaters...the error checking didn't like what I was proposing, but I think I finally muddled through. I won't know for certain until I order the hot ends, etc.
After uploading the generated files, I connected one axis at a time, and began testing; making configuration changes as I went. For example, the X and Y axes run forward, while the Z axis runs backward. I had to refine my bed dimension settings, and assert that I want home to be the right rear of the printer, not the left rear.
The configurator gives you endstop options of active high/low (normally closed/open) z-probe, or motor stall current. After I had tinkered with X and Y to satisfaction, I connected Z. The Z axis went rogue on me, and bulldozed its way through the Z limit switch before I was able to issue the STOP command. After a little Wiki reading of people with similar problem, it turns out that no matter what Z endstop options you select in the configurator, it is going to configure you for a Z-probe. I had to manually edit three different .g config files to remove Z-probe behavior. I have a replacement switch (plus two spares) ordered from PrintItIndustries.
Now that I have the movement mostly figured out, I'm going to work on mounting the Duet, Panel, and routing the wiring. After that, getting extruders, hot ends, and bed heater!