Not Homing correctly At all. and nozzle issues
-
Hello, I just recently bought a new Ender 5 Plus CoreXY. 2 weeks ago I ordered Duet 2 Maestro. I'm having lots of problem with it first problem it's not heating correctly every time I try to heat Nozzel I will get this message " heating fault on heater 1 temperature rising much slower then 1.7C" the Second problem it won't home correctly at all like for instance if try to home X-axis it will both the X and the Y will move but if the Y-axis hit the EndStop first it keeps moving till the x-axis hit the end stop the same thing with Y-axis and when I hit the Z-axis nor the y and the x move to the correct position. I have checked the wiring it looks all correct on my end also I do have a Z-prob ( BLT) wired exactly as the form on duet3d.com instructed. Please your help to solve this issue will be highly appreciated. Thanks
; Configuration file for Duet Maestro (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Apr 05 2020 03:49:50 GMT-0500 (Central Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Ender5+" ; set printer nameM667 S1 ; select CoreXY mode
; Network
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
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 forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E98.00 ; set steps per mm
M566 X480.00 Y480.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
M203 X30000.00 Y30000.00 Z600.00 E3000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
M906 X940 Y980 Z940 E940 I30 ; 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 X350 Y350 Z400 S0 ; set axis maxima; Endstops
M574 X1 S0 ; set active low and disabled endstops
M574 Y2 S1 ; set active high endstops
M574 Z1 S2 ; set endstops controlled by probe; Z-Probe
M558 P9 H2 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z2 ; set Z probe trigger value, offset and trigger height
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R2200 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R2200 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 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 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 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
; Miscellaneous
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss -
@moe-adams9093 said in Not Homing correctly At all. and nozzle issues:
Ender 5 Plus CoreXY.
?
Link to this, seem all the Ender 5's are plain cartesian to me.
-
@bearer Your awesome thank you that actually fixes the issue for homing all axis. I thought Ender 5 plus is a Corxy printer. but I'm still having issues with the heater it keeps saying "heating fault on heater 1 temperature rising much slower then 1.7C"
-
For the heater, it would do that if
wired wrong
the fuse is blown
the thermistor isn't working or thermally coupled to heater
heater mosfet has failed in a atypical manor, they usally fail stuck on.i think, but I was hoping someone else would get that one.
-
Have you PID tuned the heaters?
-
Ok thanks, I will look into it.
-
@bearer So I have checked all components with a voltmeter resistance looks good and also I took the hot end block and the thermistor plugged it in back to the original board and it worked fine. The current thermistor connector is plugged into " E0" on Duet 2Meastro. I think its a time issue, because of the error message says that the heating fault on heater 1 temperature rising much slower then 1.7C. I'm new to duet 3d board and I don't know how to tune PID heaters if you have some tips that will be really helpful. but I did view the documentation and I added few codes to my config.g file I post it now.
; Configuration file for Duet Maestro (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Mon Apr 06 2020 01:48:35 GMT-0500 (Central Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Ender5Plus" ; set printer name; Network
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
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 forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E98.00 ; set steps per mm
M566 X480.00 Y480.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
M203 X30000.00 Y30000.00 Z600.00 E3000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
M906 X940 Y960 Z940 E940 I30 ; 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 X350 Y350 Z400 S0 ; set axis maxima; Endstops
M574 X1 Y1 S1 ; set active low and disabled endstops
M574 Z1 S2 ; set endstops controlled by probe; Z-Probe
M558 P9 H2 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z2 ; set Z probe trigger value, offset and trigger height
M557 X5:350 Y5:350 S50 ; define mesh grid; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T98801 B4138 R2200 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T98801 B4138 R2200 ; set thermistor + ADC parameters for heater 1M305 H1 A199.0 C962.6 D4.5 V24.4 B0 ;
M143 H1 S280 ; set temperature limit for heater 1 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 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1:0 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 S"Nozzle" 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
; Miscellaneous
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
T0 ; select first toolPlease share your knowledge. Thanks
-
@moe-adams9093 said in Not Homing correctly At all. and nozzle issues:
don't know how to tune PID heaters
pardon, I assumed that was done.
look at M303
https://duet3d.dozuki.com/Wiki/Gcode#Section_M303_Run_heater_tuning -
@Phaedrux can you please share how to tune the heater? thanks
-
@bearer thank you
-
when I run the command M303 H1 S240 it will fail tunning error message " tunning canceled because of target temp didn't reach. same thing when I run the command M303 by itself.
-
make sure your 'part cooling' fan is off
Also you can use this command before the M303
M307 H1 D60
then
M303 H1 S240HTH
Paul -
@PaulHew said in Not Homing correctly At all. and nozzle issues:
M303 H1 S240
Thank you, Paul, still the same issue. very slow to raise temp and it stops at 135c
-
@moe-adams9093 said in Not Homing correctly At all. and nozzle issues:
very slow to raise temp and it stops at 135c
either the thermistor is reporting the wrong temperature
or your heater is for the wrong voltage and you're effectively getting a fraction of the wattage you expect
or there is alot of losses in your wiring
or leprechauns; idk? -
@moe-adams9093 M122 Please.
FYI if you click the button that looks like </>, just above, you can paste your text in there.
iehttps://duet3d.dozuki.com/Wiki/Tuning_the_heater_temperature_control
Makes it easier to read!
Also, might worth checking the hotend connections, make sure the ferrules are tight. -
Can you post a photo of the hotend?
Is there something in direct physical contact with the heat block?
Is the fan blowing directly on the block without a silicone sock?
Perhaps the Ender 5 Plus is using a different thermistor than other creality hotends and your thermistor values are completely off. -
@Phaedrux hello can you please help me solve this issue so my ender 5 plus has 2 Zmotors and when I run G32 it doesn't compensate or level the bed very well it still off from corner to corner so I found that I need to set an independent Zmotors to get auto bed leveling up and running I connected first Z motor LeftSide to Z-drive and the second one right side to E1 I spent days reading the duet form but it's not working for me or I have no clue what I'm doing, if you please point me in the right direction that would be highly appreciated
here's my config.g file
; Configuration file for Duet Maestro (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 30 2020 23:57:45 GMT-0500 (Central Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Ender5Plus" ; set printer name; Network
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
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 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E96.00 ; set steps per mm
M566 X480.00 Y480.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
M203 X30000.00 Y30000.00 Z600.00 E3000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
M906 X960 Y980 Z960 E960 I30 ; 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 X365 Y365 Z415 S0 ; set axis maxima; Endstops
M574 X1 Y1 S1 ; set active low and disabled endstops
M574 Z1 S2 ; set endstops controlled by probe; Z-Probe
M558 P9 H2 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z2 ; set Z probe trigger value, offset and trigger height
M557 X5:350 Y5:350 S50 ; define mesh grid; Heaters
M141 H2 ;Assign chamber heater to heater 2
M307 H2 A11 C99000 D2000 B1 ; chamber heater operates in bang-bang mode
M305 P2 T10000 B3988 C0 R2200 ; Set thermistor + ADC parameters for bed
M143 H2 S80 ; set temperature limit for heater 2 to 80C
M305 P0 T98801 B4138 R2200 ; set thermistor + ADC parameters for heater 0
M143 H0 S130 ; set temperature limit for heater 0 to 130C
M305 P1 T98801 B4138 R2200 ; set thermistor + ADC parameters for heater 1
M143 H1 S300 ; set temperature limit for heater 1 to 300C; Fans
M106 P0 S0.2 I0 F500 H1 T45 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S0.2 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 S"Nozzle" 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
; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
T0 ; select first tool
bed file
bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 30 2020 23:57:44 GMT-0500 (Central Daylight Time)
M561 ; clear any bed transform
G29 ; probe the bed and enable compensation
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri May 01 2020 00:50:10 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
G1 H2 Z2 F6000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X5 Y5 F6000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z2 F100 ; lift Z relative to current position
;G90 ; absolute positioning
so when I added this code to config.g file
M584 X0 Y1 Z2:4 E3; two Z motors connected to driver outputs Z and E1
M671 X-20:220 Y0:0 S0.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
M208 X-5:205 Y0:200 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200it didnt work right at all
please help if you can thank you
-
@moe-adams9093 said in Not Homing correctly At all. and nozzle issues:
; 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 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mappingYou're going to need to define drive 4 for use as a second Z axis in config.g and change your bed.g to do the probing for the leveling adjustment.
; Drives M569 P0 S1 ; physical drive 0 goes forwards (X axis) M569 P1 S1 ; physical drive 1 goes forwards (Y axis) M569 P2 S0 ; physical drive 2 goes backwards (Z1 axis) M569 P3 S0 ; physical drive 3 goes backwards (E axis) M569 P4 S0 ; physical drive 4 goes backwards (Z2 axis) M584 X0 Y1 Z2:4 E3 ; set drive mapping M671 X-20:220 Y0:0 S0.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
For the points in M671 you need to find the coordinates of your own bed to measure, you can't just use the example points.
You will connect one Z motor to the Z1 (drive 2), put the jumpers back in the second port. Then connect the other Z motor to the E1 (drive 4)
For bed.g you'll also have to find the points to probe with G30
G28 ; home M401 ; deploy Z probe (omit if using bltouch) G30 P0 X20 Y100 Z-99999 ; probe near a leadscrew, half way along Y axis G30 P1 X180 Y100 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors M402 ; retract probe (omit if using bltouch)
The G30 P1 will likely be further to the right on your larger bed so adjust the CX position accordingly.
-
Thank you very much for all your help. I will make these adjustments tomorrow, but how can I find points in M671 coordinates of my own bed measuring, is their sort of documentation can explain how to find the coordinate positions of my bed. thank you again
-
You just need to choose a point close to the lead screw but still on the bed and both need to be in line on the Y axis.