New Duet 2 extruder not working
-
@GG said in New Duet 2 extruder not working:
Z4000
Your steps per mm should probably be 400 not 4000.
-
@Phaedrux I changed that and it fixed the movement back to 5mm but the movement was sooooo slow
-
@GG said in New Duet 2 extruder not working:
Z180
Increase your maximum speed for z. 180mm/min is 2mm/s. Change it to 600 and try again.
Probe speed is defined by m558 F
-
I changed M558 to F600 and that solved speed problem but Z axis went back to moving 50mm when 5mm button pressed on dwc console
-
Post your current config.g
-
@Phaedrux Also panel due still not reading config g as in not homing like ; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Wed May 06 2020 16:21:04 GMT+0800 (中国标准时间); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name
M669 K1 ; core xy mode
M555 P2 ; set output to look like marlin
G21 ; work in mm,s
; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes backwards
M569 P4 S0 ; physical drive 4 goes backwards
;Dual Z
M584 X0 Y1 Z2:4 E3 ;
M671 X-100:415 Y160:160 S2.0 ;
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z4000.00 E396.00 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X-100 Y-30 Z0 S1 ; set axis minima
M208 X310 Y310 Z380 S0 ; set axis maxima; Endstops
M574 X1 Y1 S0 ; set active low and disabled endstops
;Filament Run Out Sensor
M591 D0 P1 C4 S1; Filament run out sensor for extruder E0 on E1 end stop input P1 = signal HIGH .
; Z-Probe
M574 Z1 S2;M558 P1 H5 F600 T6000 A10 S0.03 I1 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M305 P0 T100000 B3950 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B3950 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M305 P2 T100000 B3950 R4700 ; set thermistor + ADC parameters for heater 2
M143 H2 S280 ; set temperature limit for heater 2 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1:2 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 S"Extruder" ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0CT0;
M302 P1
; Custom settings are not defined
M575 P1 S1 B57600; Enable paneldue -
@GG said in New Duet 2 extruder not working:
I changed M558 to F600 and that solved speed problem but Z axis went back to moving 50mm when 5mm button pressed on dwc console
You didn't change the steps per mm in config.g
M92 X80.00 Y80.00 Z4000.00 E396.00 ; set steps per mm
-
@GG said in New Duet 2 extruder not working:
@Phaedrux Duet2 ethernet purchased from Official reprap store thru aliexpress , July 2020, along with 4" paneldue
This is almost certainly a clone board with no warranty provided by Duet3D. Just in case you were not aware.
-
@GG said in New Duet 2 extruder not working:
Also panel due still not reading config g as in not homing like
What exactly happens when you press the homing buttons on the paneldue?
What buttons are you clicking on in DWC to home?
What happens if you send M98 P"0:/sys/homeall.g"? Does it behave the same as pressing homeall on the paneldue or homeall on the DWC?
Can you post a screenshot of your DWC screen showing what you're clicking on to home? Or make a video showing the behaviour?
-
@Phaedrux Sorry I thought I had changed that, It now moves the amount commanded by dwc on z, but still slow, 10 sec to move vertically 25mm, maybe thats ok. I didnt know board was clone, but had my suspicions when it didnt come in Duet box. Thought "official" reprap store would have been legit. I read somewhere that the ethernet boards were being made under license in china and the wifi boards inUK. I suppose that means Paneldue is clone also?? I certainly paid top dollar. There were clones on the site but stated as clones and were half the price???
Upon send the M98 command it homes all symataneously, ie diagonally for x and y then homes z but quite slowly.
Im using the home buttons in the machine movement section in the dashboard of DWC. Is this board liokely to be piece of crap,, should I buy a relacemenr genuine, I tried to buy wifi board but difficulty due to Covid and uk factory under lockdown.
I can home all axis individually so maybe Ill have to settle for that -
@GG said in New Duet 2 extruder not working:
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
Your Z speed is still limited to 2mm/s, as I said, change Z180 to Z600.
-
@GG said in New Duet 2 extruder not working:
Thought "official" reprap store would have been legit. I read somewhere that the ethernet boards were being made under license in china and the wifi boards inUK. I suppose that means Paneldue is clone also?? I certainly paid top dollar. There were clones on the site but stated as clones and were half the price???
Here's a list of authorized resellers.
https://www.duet3d.com/GenuineResellers
Do you have a link to the store?
@GG said in New Duet 2 extruder not working:
Is this board liokely to be piece of crap,,
That's hard to say since we have no control over how closely they've followed the hardware specifications. The Duet is open hardware afterall. It may be fine, or they may have cut corners.
-
@GG said in New Duet 2 extruder not working:
Upon send the M98 command it homes all symataneously, ie diagonally for x and y then homes z but quite slowly.
Im using the home buttons in the machine movement section in the dashboard of DWCThe buttons in the DWC dashboard should be executing the exact same homing files as the PanelDue. so the behaviour of both should be identical.
When you sent the M98 command, which behaviour did it match?
A video of what's happening would go a long way to helping me understand. It may be something very simple like clicking on a macro file that is different than the homing files in the /sys folder.
-
@Phaedrux reprapi3d.aliexpress.com offficial reprap store ali express .. under electrical parts. motherboards you find the "latest" ethernet board
-
Thanks. Definitely a clone.
-
@GG
here you can see the list of genuine resellers
https://www.duet3d.com/GenuineResellers -
@Phaedrux Cheers for that, ru still able to help me or do I have to buy genuine aarticle GG
-
@GG
did you make the changes pheadrux told you to do? -
Of course we will still try to help you. We just can't provide any hardware warranty, but I don't think you have a hardware problem.
-
@Phaedrux Thanks for that much appreciated. Yes Iv e now changed the M203 z to 600 and that made it work well. I can now home all 3 axis on dwc, consistently, but seems like panel due is reading a different config. Also setting z 0 offset tutorial says save z0 in config g In G31 command, I dont have a G31, do I just create one. My dwc version doesnt have system editor either ?? cause it says to use this to save Z0 reading, is mine later or earlier version ?