Solved Displayed incorrect values of Extruder settings
-
Hi
I am using latest 3.4beta3 firmware with duet3 and display is PanelDue. My extruders are connected to 1XD.
The config is :
M566 X480.00 Y480.00 Z120.00 E900.00:E900 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z1800.00 E9000.00:E9000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00:250.00However When I run instruction on the panelDue, the display shows incorrect values:
I have cross checked this many times and the values on display are incorrect and SD card is fine .
Also, if i manually set it on console and then read again, then it displays right.
@dc42 @jay_s_uk: can you check on this ? it seems like a bug that displays extra numbers or zeroes? -
-
@jayt In your M203 and M566 line you have E9000.00:E9000.00 (note two "E"s), I think that should be E9000.00:9000.00
You may also want to post your config.g file so folks can check it. -
@gloomyandy : No it was a typo from my end. I have declared with right syntax in the config. And as stated, If I manually set say M566 E900:900, then it sets and shows correctly on running M566 sometimes. I tried this just this morning. However, I will check this thing that you stated again.
-
@jayt You may want to try running your file as a macro with:
M98 p"config.g"
to check for any errors. If that looks ok, post your config.g file along with the output from M122 so that folks can check how you have things set up.
-
@gloomyandy : yes that was the error in 2 lines. 2 were ok.
Thank you