some background. I recently started playing with Duet, so I could be considered complete noob (though I have plenty of 3d printer and CNC experience)
I picked up a Duet mini5+, a 1HCL board (ver 1.0a), and a magnetic encoder (v0.3).
Upgraded the firmwares to 3.5.1
I've got it setup very minimally on the desk just getting used to the software/setup.
I'm trying to follow the guide, (still can't post links) but the Plugin never allows me to select a driver. "No data available"
I can move the motor in open and closed loop.
and even do a manual M569.5, then open the subsequent file in the plugin.
I just can't get the plugin to cause the recording/tuning moves.
I thought maybe it was my version, Started with RRF Version 3.5.1 on all, Updated to 3.5.4 on Mini 5+ 1HCL and DWC. uninstalled and reinstalled the ClosedLoop plugin 3.5.1. Same situation. Can move, can record, cannot get the plugin to cause the move.
is there something obvious i'm just missing?
Config.g
; Configuration file for RepRapFirmware on Duet 3 Mini 5+ Ethernet
; executed by the firmware on start-up
; General
G91 ; Relative coordinates
M83 ; relative extruder moves
M550 P"TestSaw" ; set hostname
; Network
M552 P192.168.1.14 S1 ; configure Ethernet adapter
M553 P255.255.255.0 ; set netmask
M554 P0.0.0.0 ; set gateway
M586 P0 S1 ; configure HTTP
; Wait a moment for the CAN expansion boards to become available
G4 S2
; Closed Loop Drivers
M569.1 P50.0 T3 E0.0:0.0 S200 R40 I0 D0 ; only magnetic shaft encoder
M569 P50.0 S1 D4 ; driver 123.0 goes forwards (extruder 0) FEED
; Axes
M584 E50.0 ; set axis mapping
M350 E16 ; configure microstepping
M906 E800 ; set axis driver currents
; (micro)Steps/mm Calculation:
; E: Driver 16 microsteps
; E: Motor 400steps/rev (89080.1598:1) {6400}
; E: Belt Reduction 1/2 (0.5)(222.7003995:1) {12800}
; E: Harmonic Reduction 1/100 (0.01)(111.35019977:1) {12800000}
; E: Pinch Roller Radius 7.212148 mm (circ 45.3153) (1.1135:1) {28246.530421/mm}
; E: Encoder Roller Diameter 12.954 mm (circ 40.6962)(1,610.371484 ticks/mm)
M92 E28246.530421 ; configure microsteps per mm
M566 E0 P1 ; set maximum instantaneous speed changes (mm/min)
M203 E17.7 I0.1 ; set maximum speeds (mm/min)
M201 E5462.962963 ; set accelerations (mm/s^2)
; Kinematics
M669 K0 ; configure Cartesian kinematics
; Spindles
M950 R0 C"nil + io1.out" Q500 L60:10000 ; configure spindle #0 ;P"io1.out"
; Tools
M563 P0 S"Blade" D0 F0 R0 ; create tool #0
; Miscellaneous
M453 ; select CNC mode
T0 ; select first tool
; Remove Requirement for homing
G92 E0 ;