Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Work Horse XL
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 42
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Work Horse XL

    • RE: Homing issue

      @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.

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • Homing issue

      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.
      
      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • IDEX Homing problem

      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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @phaedrux

      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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @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

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @dc42
      When trying to upgrade to 3.4beta3 My wc keeps showing version 3.3?
      Never had seen this happen. Is the files incorrect?

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: Crazy Z movement on first layer

      @dc42
      Thanks dc42. I will upgrade and see if it fixes it. Just so I understand this is related to the 3HC canbus board? That would explain why it's doing this. I was just running the Duet 3 board and recently added the 3HC and a second tool to the machine. Not long after that it started going down hill.

      I will let you know how it works out.
      Thank you

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • Crazy Z movement on first layer

      Hello Guys,

      I have a Duet 3 board with 3HC system running 3.3 firmware. I'm having some major issues with the Z axes running into the bed when printing. It does this running Mess bed comp and with is turned off.

      The Print has been working fine until now. It will be printing the first layer just great and all the sudden on the next move it's grinding the tape up. It does it with or without Z hop enabled.
      Does it with multiple files and slicing software.

      Voltage looks good and stable.
      No binding at all, I have taking it apart several times and checked
      It has two nema motors running the Z up and down.
      You can run the Z 400mm up and down and it always comes to Zero. No missed steps.
      I have reset the Z probe several times and it's always the same trigger height.
      It did this with 3.2 firmware also.

      My config has not changed but that doesn't mean I don't have something wrong.

      ; Configuration file for Duet 3 (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.4 on Wed Nov 04 2020 17:27:13 GMT-0600 (Central Standard Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Duet 3" ; set printer name

      ; Drives
      M569 P0.0 S0 ; physical drive 0.0 goes forwards
      M569 P0.2 S1 ; physical drive 0.2 goes forwards
      M569 P0.3 S0 ; physical drive 0.3 goes backwards
      M569 P0.5 S0 ; physical drive 0.5 goes forwards
      M569 P0.4 S0 ; physical drive 0.4 goes backwards
      M569 P0.1 S0 ; physical drive 0.1 goes forwards
      M569 P1.0 S1 ; physical drive 1.0 goes forwards
      M584 X0:1 Y2 Z3:4 E5:1.0 ; assign stepper motor channels
      M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
      M92 X64.05 Y64.05 Z800.00 E430:430 ; set steps per mm
      M566 X300.00 Y300.00 Z204.00 E300:300 ; set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z400.00 E1200:1200 ; set maximum speeds (mm/min)
      M201 X700.00 Y700.00 Z400.00 E250:250 ; set accelerations (mm/s^2)
      M906 X2800 Y2800 Z2000 E1200:1200 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 X625 Y711 Z515 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"io1.in+io2.in" ; configure active-high endstop for low end on X via pin io1.in
      M574 Y1 S1 P"io3.in" ; configure active-high endstop for low end on Y via pin io2.in
      M574 Z1 S1 P"io4.in+io5.in" ; configure active-high endstop for low end on Z via pin io4.in

      ; Z-Probe
      M558 P5 C"!^io7.in" H5 F520 T7200 ; set Z probe type to switch and the dive height + speeds
      G31 P1000 X-5 Y-25 Z0.579 ; set Z probe trigger value, offset and trigger height
      M557 X5:580 Y25:680 S40 ; define mesh grid

      ; 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 B5300 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 S450 ; set temperature limit for heater 1 to 450C

      M308 S2 P"1.temp1" Y"thermistor" T500000 B5100 C1.19622e-7 ; configure sensor 2 as thermistor on pin 1.temp1
      M950 H2 C"1.out0" T2 ; create nozzle heater output on 1.out0 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 S450 ; set temperature limit for heater 2 to 500C

      ; Fans
      M950 F0 C"out7" Q500 ; create fan 0 on pin out7 and set its frequency
      M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off

      M950 F1 C"out8" Q500 ; create fan 1 on pin out8 and set its frequency
      M106 P1 S1 H1 T50 ; set fan 1 value. Thermostatic control is turned on

      M950 F2 C"1.out6" Q500 ; create fan 2 on pin 1.out6 and set its frequency
      M106 P2 S0 H-1 ; set fan 2 value. Thermostatic control is turned OFF

      M950 F3 C"1.out7" Q500 ; create fan 3 on pin 1.out7 and set its frequency
      M106 P3 S1 H1:2 T50 ; set fan 3 value. Thermostatic control is turned on

      ; Tools
      M563 P0 S"TOOL 0 " 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

      M563 P1 S"TOOL 1" D1 H2 F0 ; define tool 1
      G10 P1 X0 Y25 Z0 ; set tool 1 axis offsets
      G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C

      ; Custom settings

      M376 H5

      ; 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" io6.in" S1 ; filament switch High when filament present
      M591 D0
      M591 D1 P2 C"1.io1.in" S1 ; filament switch High when filament present
      M591 D1 ; display filament sensor parameters for extruder drive 0
      T0 ; select first tool

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • Simple filament Run out sensor random error

      Hello Friends, I'm using Duet 3 board with 3.2 version firmware with expansion board 3HC with two simple trip filament run out sensors. I keep getting random pause when there is nothing wrong. Has anyone else had this? It may run 3 day or 5 days down to 1 day or even pause in 15 min. after a restart then run another 3 days before the error comes back. Most of my prints run 10 to 15 days at a time.

      I have changed the switch and wires and it's still doing it.

      Not sure what to check now.

      Thank you
      Darrin

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: 3HC Documenation

      @Phaedrux The cable did not come with it but that was the problem. It was bad. I found a 15' cable and hooked it up and it is working now. Wow! what a mess. Thank you for helping me.

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: 3HC Documenation

      @Phaedrux I have update the main board to 3.2 and put all the 3HC files in the system folder. There is still no can bus communication to the 3HC board.

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: 3HC Documenation

      Is that where you hook a keyboard,mouse and monitor to the pi and use the tremial window after you put the files on the sd card with DWC? I'm powering the pi with the duet3. Will that work for power? I do not really understand the PI process. I just use it for WIFI on the board.

      Thank you for the help.

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: 3HC Documenation

      @Work-Horse-XL also the Diag LED just flashes rapidly and never pauses.

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL
    • RE: 3HC Documenation

      IMG-3608.jpg

      posted in General Discussion
      Work Horse XLundefined
      Work Horse XL