Duet 2 Wifi Dual Z issue after increasing esteps
-
@Phaedrux I was able to get both z motors running properly and able to run the g32 command successfully. Everything seems good to go, but when I heat the bed after PID the board makes loud chrips/hums and such. Here is a link to what it sounds like https://youtube.com/shorts/MbS4bipRc7Y?feature=share I tried adding Q10 to M950 H0 and same sounds just different pitch. It was printing, but has since stopped in the middle of the print.
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.13 on Sat Sep 24 2022 04:07:34 GMT-0400 (Eastern Daylight Time); General preferences
;M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"LulzBot Mini" ; set printer name
;M918 P1 E4 F2000000 ; configure direct-connect display; Network
M551 P"1084" ; set password
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 S0 ; physical drive 1 goes backwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes backwards
M584 X0 Y1 Z2:4 E3 ; set drive mapping
M671 x0:170 y40:40 s0.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
M208 X05:205 Y0:200 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X101.26 Y100.00 Z1600 E436.54 ; set steps per mm
M566 X1200.00 Y1200.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
M203 X9000.00 Y9000.00 Z1200.00 E6000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E2000 I50 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X170 Y180 Z148 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin zstop; Z-Probe
M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch
M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X-22 Y-13 Z2.056 ; set Z probe trigger value, offset and trigger height
M557 X0:170 Y0:110 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 Q15 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 R0.582 K0.516:0.000 D3.58 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S110 ; set temperature limit for heater 0 to 110C
M308 S1 P"e0temp" Y"thermistor" T100000 B4092 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S275 ; set temperature limit for heater 1 to 275C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 C"Extruder Fan" S1 H1 T160 ; set fan 0 name and value. Thermostatic control is turned on
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 C"Case Fan" S1 H0 T50 ; set fan 1 name and value. Thermostatic control is turned on
M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
M106 P2 C"Part Cooling" S1 H-1 ; set fan 2 name and value. Thermostatic control is turned off; Tools
M563 P0 S"Extruder" D0 H1 F0 ; 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 0C; Custom settings are not defined
-
@slabstations said in Duet 2 Wifi Dual Z issue after increasing esteps:
M950 H0 C"bedheat" T0 Q15
Is the parameter Q with the value 15 wanted? Default is Q250 for heaters.
This could cause the hissing noise when Q15 is not requested for the heater.If Q250 is correct for the heater I would repeat the PID tuning.
-
@norder I did not have the Q15 in there before and it did the same thing, I had read on a few post on the forum that it may fix it. I even set it to 250 and same noise
-
@slabstations
You always had the hissing, or when did it start? -
Do you mean the noise that can be heard when you show the print head?
-
You could try Q1 or Q2 even. I don't think you'll be able to totally eliminate the sound though.
@slabstations said in Duet 2 Wifi Dual Z issue after increasing esteps:
It was printing, but has since stopped in the middle of the print.
Did you stop it or are you saying it stopped? Was there an error message? What exactly happened?
-
@norder It starts to play a high pitch sound when the bed is being heated, besides that it seems normal. And the sound in the video that syncs up with the red light flashing on the board, not the steppers moving.
-
@phaedrux I tried that too and it was still annoyingly loud, do you think it could be the power supply? I could try hooking a meanwell one up to it.
-
@Phaedrux The stock one on the LulzBot Mini is a 24v 150watt, meanwell is 24v 350watts.
-
@Phaedrux The bigger watt power supply seems to have fixed the chirping humming noise, and the red led for the bed heater is solid and no longer flashing!