I used the wizard to do a new profile and it fixed the issues it looks like. I need to test it but the g code is coming out correctly now.
Thank you guys.
I used the wizard to do a new profile and it fixed the issues it looks like. I need to test it but the g code is coming out correctly now.
Thank you guys.
@droftarts Thank you droftarts! You was correct about the endstops. They worked correctly but because they was inverted it was causings homing issues. I changed the wires on the endstops to I could remove the ! and now it's homing great. Thank you again.
So I have homing issues with a duet 3 hc6 board with firmware with current stable release 3.4.5. The machine will not home all axes at the same time. The X just says put why the U,Y,Z home. I'm not sure what's going on here.
Home.g
G91 ; relative positioning
T0 P0 ; Select Tool 0 before homing
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-570 Y550 U470 F4500 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-570 ; home X axis
G1 H1 U570 ; home X1 axis
G1 H1 Y570 ; home Y axis
G1 X5 Y-5 U-5 F6000 ; go back a few mm
G1 H1 X-20 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y20 ; then move slowly to Y axis endstop
G1 H1 U20 ; then move slowly to X axis endstop
G90 ; absolute positioning
G1 X30 Y30 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed
; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning
Conifg
; Drives
M569 P0.0 S1 ; physical drive 0.0 goes backwards
M569 P0.1 S1 ; physical drive 0.1 goes backwards
M569 P0.2 S0 ; physical drive 0.2 goes forwards
M569 P0.3 S1 ; physical drive 0.3 goes backwards
M569 P0.4 S0 ; physical drive 0.4 goes backwards
M569 P0.5 S0 ; physical drive 0.5 goes backwards
M584 U3 Y1 Z2 X0 E4:5 ; set drive mapping
M350 X16 Y16 Z16 U16 E16:16 I1 ; configure microstepping with interpolation
M92 X80 Y80 Z1583 U80 E562:562 ; set steps per mm
M566 X1200 Y1200 Z24 U1200 E1200:1200 ; set maximum instantaneous speed changes (mm/min)
M203 X9000 Y9000 Z180 U9000 E300:300 ; set maximum speeds (mm/min)
M201 X500 Y500 Z100 U500 E250:250 ; set accelerations (mm/s^2)
M906 X1680 Y1680 Z1330 U1680 E800:800 I50 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
;AXIS LIMITS
M208 X432 Y310 U475 Z400 ; Set axis maxima (adjust to suit your machine)
M208 X-39 Y0 U0 Z0 S1 ; Set axis minimum (adjust to make X=0 and Y=0 the edge of the bed)
; Endstops
M574 X1 S1 P"!io4.in" ; configure active-high endstop for low end on X via pin io4in
M574 Y2 S1 P"io3.in" ; configure active-high endstop for low end on Y via pin io3.in
M574 U2 S1 P"!io7.in" ; configure active-high endstop for low end on Z via pin io5.in
M574 Z1 S2 ; Define Z to use Probe. Home to Min.
Hello, I have just finished a Idex design printer and can't figure out why the homing is having issues. Homing is great when you first turn the printer on and home from fresh boot. If you try and home it a second time after it's homed it start the X axis where it's currently located and only homes the U axis. Everything else seems to be okay. I'm just working this out and it could have other issues.
; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.16 on Wed Jul 05 2023 00:34:45 GMT-0500 (Central Daylight Time)
; General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"BNC3D W50" ; set printer name
;M918 P1 E4 F2000000 ; configure direct-connect display
; 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.0 S1 ; physical drive 0.0 goes backwards
M569 P0.1 S1 ; physical drive 0.1 goes backwards
M569 P0.2 S0 ; physical drive 0.2 goes forwards
M569 P0.3 S1 ; physical drive 0.3 goes backwards
M569 P0.4 S0 ; physical drive 0.4 goes backwards
M569 P0.5 S0 ; physical drive 0.5 goes backwards
M584 X0 Y1 Z2 U3 E4:5 ; set drive mapping
M350 X16 Y16 Z16 U16 E16:16 I1 ; configure microstepping with interpolation
M92 X80 Y80 Z1583 U80 E562:562 ; set steps per mm
M566 X1200 Y1200 Z24 U1200 E1200:1200 ; set maximum instantaneous speed changes (mm/min)
M208 X432 Y310 U432 Z350 ; Set axis maxima (adjust to suit your machine)
M208 X-45 Y0 U-45 Z-0.2 S1 ; Set axis minimum (adjust to make X=0 and Y=0 the edge of the bed)
M203 X9000 Y9000 Z180 U9000 E300:300 ; set maximum speeds (mm/min)
M201 X500 Y500 Z100 U500 E250:250 ; set accelerations (mm/s^2)
M906 X1680 Y1680 Z1330 U1680 E1000:1000 I50 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Endstops
M574 X1 S1 P"!io4.in" ; configure active-high endstop for low end on X via pin io4in
M574 Y2 S1 P"io3.in" ; configure active-high endstop for low end on Y via pin io3.in
M574 U2 S1 P"!io7.in" ; configure active-high endstop for low end on Z via pin io5.in
M574 Z1 S2 ; Define Z to use Probe. Home to Min.
; Z-Probe
M950 S0 C"io5.out" ; Create a servo pin on io5
M558 P9 C"io5.in" H5 F400 T5000 ;A5 ; set Z probe type to unmodulated and the dive height + speeds A=Attemps
G31 P25 X-28.00 Y-13.00 Z1.738 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
;M557 X15:400 Y15:300 S40 ; define mesh grid
M557 X5:400 Y5:275 P5 ; Define a 5x5 bed mesh
;HEATERS
M308 S0 P"temp0" Y"thermistor" T100000 B4700 ; configure sensor 0 as thermistor on pin temp0
M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
;M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 Use PID on bed heater
M307 H0 A252.2 C635.5 D7.0 S1.0 V0.0 B0 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S150 ; set temperature limit for heater 0 to 150C
M308 S1 P"temp1" Y"thermistor" T500000 B5100 C1.19622e-7 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 A577.4 C221.2 D5.8 S1.0 V23.9 B0 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S375 ; set temperature limit for heater 1 to 450C
M308 S2 P"temp2" Y"thermistor" T500000 B5100 C1.19622e-7 ; configure sensor 2 as thermistor on pin temp1
M950 H2 C"out2" T2 ; create nozzle heater output on out2 and map it to sensor 2
M307 H2 A577.4 C221.2 D5.8 S1.0 V23.9 B0 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S375 ; set temperature limit for heater 1 to 450C
M308 S3 P"temp3" Y"thermistor" T100000 B3950 ; configure sensor 3 as thermistor on pin temp2
M950 H3 C"out3" T3 ; create chamber heater output on out3 and map it to sensor 3
M307 H3 B0 S1.00 ; disable bang-bang mode for the chamber heater and set PWM limit
M141 H3 ; map chamber to heater 3
M143 H3 S60 ; set temperature limit for heater 3 to 60C
; Fans
M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency
M106 P1 S0 H-1 ; set fan 1 value. Thermostatic control is turned off
M950 F2 C"out7" Q500 ; create fan 2 on pin out7 and set its frequency
M106 P2 S1 H1 T45 ; set fan 2 value. Thermostatic control is turned on
M950 F3 C"out8" Q500 ; create fan 3 on pin out8 and set its frequency
M106 P3 S1 H2 T45 ; set fan 3 value. Thermostatic control is turned on
M950 F4 C"out9" Q500 ; create fan 0 on pin out4 and set its frequency
M106 P4 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
; LEDs
M150 X1 C"led" ;T1 F3000000 ; create a RGB Neopixel LED strip on the LED port and set SPI frequency to 3MHz
; Tool configuration section of config.g
; Create a tool that uses the low end (X) carriage
M563 P0 D0 H1 F0 S"Left" ; tool 0 uses extruder 0, heater 1 and fan 0
G10 P0 X0 Y0 Z0 S0 R0 ; set tool 0 offsets and temperatures
;G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Create a tool that uses the high end (U) carriage
M563 P1 D1 H2 X3 F2 S"Right" ; tool 1 uses extruder 1, heater 2, fan 2, and maps X to U
G10 P1 Y0 U0 Z0 S0 R0 ; set tool 1 offsets and temperatures
;G10 P1 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Create a tool that prints 2 copies of the object using both carriages
M563 P2 D0:1 H1:2 X0:3 F0:2 S"Copy" ; tool 2 uses both extruders, hot end heaters and fans, and maps X to both X and U
G10 P2 X50 Y0 U-50 S0 R0 ; set tool offsets and temperatures
;G10 P2 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
M567 P2 E1:1 ; set mix ratio 100% on both extruders
;M563 P0 D0 H1 F0 S"Left" ; define tool 0 Left
;G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets y was .45
;G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
;M563 P0 D0 H1 F0 s"Left" ; tool 0 uses extruder 0 and heater 1 and fan 0
;G10 P0 X0 Y0 Z0 S0 R0 ; set tool 0 offsets and temperatures
;G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
;M563 P1 D1 H2 X3 F2 S"Right" ; define tool 1 Right
;G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets (.5BMG) (-1.45)
;G10 P1 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
;M563 P1 D1 H2 X3 F2 S"Right" ; tool 1 uses extruder 1 and heater 2 and maps X to U, use fan 2 as the print cooling fan
;G10 P1 U0 Y0 Z0 S0 R0 ; set tool 1 offsets and temperatures
;G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
; Custom settings
;M563 P2 D0:1 H1:2 X0:3 F0:2 S"Copy" ; define tool 2 Copy
;G10 P2 X90 Y0 U-90 S0 R0 ; set tool 2 axis offsets (WAS 105)
;M567 P2 E1:1
;M568 P2 S1 ; turn on mixing for tool 2 ; set mix ratio 100% on both extruders
M376 H10
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDue
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
M591 D0 P2 C"!io1.in" S1 ; filament switch High when filament present
M591 D0 ; display filament sensor parameters for extruder drive 0
M591 D1 P2 C"!io2.in" S1 ; filament switch High when filament present
M591 D1 ; display filament sensor parameters for extruder drive 0
T0 ; select first tool
; homeall.g
; Called to home all axes
; BLTouch preperation
M280 P0 S160 ; Precautionary alarm release
M280 P0 S90 ; Ensure the pin is raised
; Switch tool if required
if state.currentTool !=0
T0 P0 ; Switch to Tool0 which carries the Z-Probe (P0 skips tool files)
;Home X
G91 ; relative positioning
G1 H2 Z10 F6000 ; lift Z relative to current position
G1 H1 X-475 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 H1 X-475 F360 ; move slowly to X axis endstop once more (second pass)
G90 ; absolute positioning
;Home U
G91 ; relative positioning
;G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 U475 F1800 ; move quickly to U axis endstop and stop there (first pass)
G1 H2 U-5 F6000 ; go back a few mm
G1 H1 U475 F360 ; move slowly to X axis endstop once more (second pass)
G90 ; absolute positioning
; Home Y
G91 ; relative positioning
;G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y310 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 Y-5 F6000 ; go back a few mm
G1 H1 Y25 F360 ; move slowly to X axis endstop once more (second pass)
G90 ; absolute positioning
; Home Z using the Z-Probe
M290 R0 S0 ; Reset baby-stepping to 0
G1 X216 Y155 F6000 ; Move T0 to probing point (X5, Y5), including probe offset
G30 ; Probe the bed and set Z to the probe offset
G1 X-475 F6000 ; Move X1 back to parked position
@phaedrux All sensors and wiring related to the 3HC board is connected to it. The 3HC board only runs the second extruder and Hotend. I used this board because we have future plans to add more devices to the printer.
The second Hotend,Extruder,fan,temp,and second parts fan are all on the 3HC board. It is currently unplugged and just using the Duet 3 single Hotend until a fix is released to fix the crazy Z movement we are having.
Thank you for your help.
D
@dc42 285 MB and 893 MB are the sizes.
Also the 3.3 version has a major bug in it. My printer has stopped printing twice on day 8 to 10. It's never done this with 3.2 version.
It will be printing and just go to 100% done when it was just at 70% for no reason. It's random as it doesn't stop in the same place. I'm going to load 3.2 version back on it and make sure there is nothing wrong with the file just to make sure.
D
Sorry for the late reply as I have been busy and not working on the printer. I was not able to test beta version. My files are extremely larger and would not fit on the sd card in stand a lone mode. I have stripped down the machine to just one hot end trying to get it working like that with only the Main duet board with latest stable version 3.3.
I will try the next stable version when it's released. I have noticed that I am no longer having false run out of filament from my simple switch sensors now.
So I'm guessing there is also a bug in that part using can-bus boards.
I was having a lot of false triggers before. I had replaced the switches thinking they was bad when the problem is the firmware glitch it looks like.
Thank you
D
@phaedrux
Good morning phaedrux.
So I print really large files and couldn't load them on the SD card using stand alone mode. So what I did was disable all firmware related to the 3HC board. I unhooked cables and just run the single board Duet 3 using firmware 3.3 and SBC.
This thing is really crazy now. I'm running mesh bed leveling also,It does it with mesh bed level off also. This is something that has just started happening.
Now the printer worked when upgrades was made and this has just happened over the last few time of using it. It's getting worse each time I'm trying to use it. The printer runs 25 to 30 days straight most of the time.
It's so bad now when printing the purge line moving down and back it's already running into the tape on the bed. You can hear the mesh bed comp working while traveling.
Is it possible I have a bad stepper motor? Could the main driver on the Duet be bad and missing steps?
Thank you
D
@phaedrux
phaedrux I upgraded the firmware to 3.4 beta 3 using stand alone. So the Duet 3 and the 3HC have 3.4 beta 3 on them now.
I have done a fresh install on the sd card and updated the wpa file.
like I have always done. Now I'm not getting the DWC and just the error DCS not started. I don't know how to use the unstable branch for software updates so I have always updated the board either with usb cable or stand alone method.
Thank you
@phaedrux
Thank you. I was able to get it updated and now I have other issues.
The Duet 3 will run in stand alone mode but will not in SBC.
I have made a fresh copy of duet pi lite and down loaded it fresh.
I keep getting DCS not started. It will run in Stand alone mode or at least it was.
Is this relate to the beta version 3.4beta?
Thank you for the help.
D
@phaedrux
Thank you. I was able to get it updated and now I have other issues.
The Duet 3 will run in stand alone mode but will not in SBC.
I have made a fresh copy of duet pi lite and down loaded it fresh.
I keep getting DCS not started. It will run in Stand alone mode or at least it was.
Is this relate to the beta version 3.4beta?
Thank you for the help.
D