Pinda prob config
-
Are you using a raspberry pi with your Duet?
If you look at the general tab in DWC and the machine specific tab what versions are listed for the Duet and DWC?
-
Im not using a raspberry pi
version - Duet Web Control 3.1.1 -
Ok, if DWC is on 3.1.1 then I wonder what your firmware version is. Something isn't matched up.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
Upload this zip file as it is to the system tab in DWC, don't extract it first. After it is finished update the firmware and reboot. Then send M122 again and see what it reports.
-
Did it! look better but still "error; invalid use of p parameter"
03ce6d49-eec4-4e3f-a336-bdd208f1043a-image.png -
Can you send M98 P"config.g" again now?
-
here
-
Now after update firmwere ,I have a new problem, if push z 5 mm up it moves down
and not all the time , once is up and once it down , same button -
Sent m122 again , attached
console.txt -
The first error "bad command: M" is from the very first line in your config.g. there is an M at the start of the line.
M; Configuration file for Duet 3 (firmware version 3)
The invalid P may be from your fan definitions
; Fans M950 F0 C"out5" Q500 ; create fan 0 on pin out7 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M950 F1 C"out4" Q500 ; create fan 1 on pin out8 and set its frequency M106 P0 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on ; set fan 1 value. Thermostatic control is turned on
You have P0 twice. The second P0 should be P1.
@danny777 said in Pinda prob config:
if push z 5 mm up it moves down
and not all the time , once is up and once it down , same buttonWhich button exactly are you pushing?
-
This one, first tap and secont tap the head go -0.5 then third or four tap the head go up 5mm,
-
This post is deleted! -
M122
console (1).txt -
It sounds like you might just need to calibrate the touch areas on the panel. Also try using a finger nail to press.
Have you updated the firmware on the PanelDue yet? You can see the version in the setup page.
https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update#Section_Firmware_update_via_USB
-
Ohh,
Im trying to udate, via dwc, its uploading the files , but when I press yes for install its say no sistem files -
@danny777 said in Pinda prob config:
Im trying to udate, via dwc, its uploading the files , but when I press yes for install its say no sistem files
Depending on the version of paneldue firmware currently installed on the paneldue it may not work via DWC. I suggest you update via USB first to version 3.3
-
with bossa
? -
This post is deleted! -
Its very comlicated for me to update via USB , is there another way ?
Or maby I can update only the duepanel , and then upload the 3.3 to duet3 via dwc? -
Yes, usb is your only option to update the PanelDue at this point.
Can you tell me what firmware version it has? Look at the setup page on the PAnelDue to check what it has now.
These are the steps to follow using bossa. Is it really that bad?
https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update#Section_Firmware_update_via_USB
Once you've updated to a recent firmware you should be able to update it from DWC going forward.
-
I allready updated the paneldue using bossa when I installed it (few weeks ago)and its run well
I understood that now i need to update the duet 3 board via usb, am I wrong?