Pinda prob config
-
Yes, I did
-
"error; invalid use of p parameter"
Where do you see that?
-
it showes on duet panel (led screen) when i do config.g save
-
On the gcode console tab and you send M122 and M98 P"config.g" again?
-
This is what i get
-
Have you power cycled your board recently? I can't really tell what's going on from your screen shot as it doesn't appear to be updating the text.
-
Yes I work with the machine ,
-
It looks like lots of details thet i run throough the dwc showes on the console,
for exemple , when I run mesh compensation i get this -
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