Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. akrogolf
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 17
    • Best 1
    • Controversial 0
    • Groups 0

    akrogolf

    @akrogolf

    1
    Reputation
    1
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    akrogolf Unfollow Follow

    Best posts made by akrogolf

    • RE: PT1000 Low temperature Reading

      @gloomyandy
      about 25C. Bed was cooling. Sorry - i claimed that bed was accurate.

      posted in Duet Hardware and wiring
      akrogolfundefined
      akrogolf

    Latest posts made by akrogolf

    • RE: PT1000 Low temperature Reading

      @deckingman

      The newest duet 3 mini wifi. I think .02 version?

      posted in Duet Hardware and wiring
      akrogolfundefined
      akrogolf
    • RE: PT1000 Low temperature Reading

      @gloomyandy
      about 25C. Bed was cooling. Sorry - i claimed that bed was accurate.

      posted in Duet Hardware and wiring
      akrogolfundefined
      akrogolf
    • PT1000 Low temperature Reading

      be1d8c76-948c-47f9-8819-86069c523df8-image.png

      Anyone know why my temp sensors would read such a low number? In ambiet room - bed temp is true. Pt1000 hotend temp claims 7.5 degrees. These are slice engineering PT1000 sensors. Firmware:

      M308 S1 P"temp1" Y"PT1000" A"RTemp" ;Pt1000 located in right side of hot block
      M308 S2 P"temp2" Y"PT1000" A"LTemp" ;Pt1000 located in left side of hot block
      M950 H1 C"out1+out2" T1 ;2 Heaters wired to separate connectors but treated as a single logical heater
      M570 H1 S360 ;Hot end may be a little slow to heat up so allow it 180 seconds
      M143 H1 S310 P1 T1 A0 ;Monitor heaters with sensor 1
      M143 H1 S310 P1 T2 A0 ;Monitor heaters with sensor 2

      Doesnt seem to matter if i switch them... I've tried everything under my small umbrella of knowledge. Vref, Voltage to sensors. I see talk of resistance stuff but i am not sure how to do that?

      posted in Duet Hardware and wiring
      akrogolfundefined
      akrogolf
    • RE: Heater Fault heater 1 will not reset.

      @Phaedrux all purchase feb 2022, wasn’t installed untill November 2022.

      I bought a single replacement with new chip this year but that one is working - only one of 4 that is.

      posted in Using Duet Controllers
      akrogolfundefined
      akrogolf
    • RE: Heater Fault heater 1 will not reset.

      @Phaedrux

      They were purchased from fillastruder.

      202106-0131 : both hotend temp sensor inputs do not work.

      202106-0138 : cannot connect to Wi-Fi. Cannot connect to pc with usb cable. Most things do not work

      The other was is still mount to the machine: I get the error listed above. Seems to be as card socket doesn’t work.

      posted in Using Duet Controllers
      akrogolfundefined
      akrogolf
    • RE: Heater Fault heater 1 will not reset.

      @dc42 I get this error when trying to remount the SD card - it does this for 2 different cards.

      WiFi module is connected to access point *********, IP address 192.168.68.107
      Error: M21: Cannot initialise SD card 0: Card is unusable
      ok
      M21;
      Error: M21: Cannot initialise SD card 0: Card is unusable
      ok

      Also the usb connection seems to interrupt when I power on the machine - as opposed to just being powered through the usb.

      posted in Using Duet Controllers
      akrogolfundefined
      akrogolf
    • RE: Heater Fault heater 1 will not reset.

      @dc42 I don't really have time to do this type of repair. I have 2 boards that are not in use. Is there anythign duet can do as far as warranty replacments?

      I have 4 boards total - all duet 5 mini - 2 of them are described in this thread. A third just started doing this:

      Your Duet rejected the HTTP request: page not found
      Check that the SD card is mounted and has the correct files in its /www folder

      ... I reformatted a new card and tried the help section in https://forum.duet3d.com/topic/6798/your-duet-rejected-the-http-request-page-not-found.

      with no luck.

      So now I just have the 1 board working on 1 printer..

      posted in Using Duet Controllers
      akrogolfundefined
      akrogolf
    • Error: Heater 1 not switched on due to bad model

      Does anyone mind looking over my config file? I keep getting this error when i run it but everything seems to be working fine:

      3/21/2023, 1:45:51 PM M98 P"config.g"
      Heater 0 allowed excursion 15.0°C, fault trigger time 5.0 seconds
      Heater 1 allowed excursion 15.0°C, fault trigger time 5.0 seconds
      Error: Heater 1 not switched on due to bad model

      Config file:
      G21 ;Work in millimeters
      G90 ;Send absolute coordinates...
      M83 ;...but relative extruder moves

      M550 P"VC2" ;Name
      M552 S1 ; enable network

      ;Axis and motor configuration
      M569 P0 S1 ;Drive 0 Z / LEFTZ
      M569 P1 S1 ;Drive 1 Z / REARZ
      M569 P2 S1 ;Drive 2 Z / RIGHTZ
      M569 P3 S1 ;Drive 3 Y / RIGHTXY
      M569 P4 S1 ;Drive 4 X / LEFTXY
      M569 P5 S0 ;Drive 5 Extruder
      M667 S1 ;corexy mode
      M584 X4 Y3 Z0:1:2 E5 ;Map X to drive 0 Y to drive 1, Z to drives 2, 3, 4, and E to drive 5

      ;Leadscrew locations
      M671 X-4.5:200:404.5 Y-4.52:405:-4.52 S5

      ;Motors
      M350 X16 Y16 Z16 E16 I1 ;set 16x microstepping for axes with interpolation
      M906 X1600 Y1600 Z1600 E1000 I30 ;Set motor currents (mA)
      M92 X80 Y80 Z800 E679 ;steps/mm 0.9 z //011722 changed E830 to E400 for LDX extruder //80->79 XY calibration
      ;Speed
      M203 X45000 Y45000 Z1200 E7200 ;Maximum speeds (mm/min) was Z1800 tr8*4
      M201 X8000 Y8000 Z100 E2500 ;Accelerations (mm/s^2) e3
      M566 X1400 Y1400 Z100 E250 ;Maximum jerk speeds mm/minute E60 Z60 e3
      ;Locations
      M208 X400 Y400 Z320 ;set axis maxima and high homing switch positions (adjust to suit your machine)
      M208 X0 Y0 Z-2 S1 ;set axis minima and low homing switch positions (adjust to make X=0 and Y=0 the edges of the bed)

      ;End Stops
      M574 X2 S1 P"io0.in" ;Map the X endstop to io0.in
      M574 Y2 S1 P"io1.in" ;May the Y endstop to io1.in

      ;Bed
      M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 Q11 ;create bed heater output on out5 and map it to sensor 0, lower switching frequency t
      M570 H0 S360 ;Hot end may be a little slow to heat up so allow it 180 seconds

      ;Hotend
      M308 S1 P"temp1" Y"PT1000" A"RTemp" ;Pt1000 located in right side of hot block
      M308 S2 P"temp2" Y"PT1000" A"LTemp" ;Pt1000 located in left side of hot block
      M950 H1 C"out1+out2" T1 ;2 Heaters wired to separate connectors but treated as a single logical heater
      M570 H1 S360 ;Hot end may be a little slow to heat up so allow it 180 seconds
      M143 H1 S310 P1 T1 A0 ;Monitor heaters with sensor 1
      M143 H1 S310 P1 T2 A0 ;Monitor heaters with sensor 2

      ;M308 S1 P"temp1" Y"thermistor" A"RTemp" T100000 B4725 C7.06e-8 H0 L0 ;duet3 e3d
      ;M308 S2 P"temp2" Y"thermistor" A"LTemp" T100000 B4725 C7.06e-8 H0 L0 ;duet3 e3d
      ;Heaters

      ;Fans
      M950 F0 C"out3" ;Layer fan
      M106 P0 S0 C"LAYER FAN"; ;Layer fan
      M950 F1 C"out4" ;Hotend fan
      M106 P1 S255 H1 T50 C"HOTEND FAN" ;Enable thermostatic hotend fan (Fan turns on at 50C)
      M950 F2 C"out5" ;LED
      M106 P2 C"LED"; ;LED

      ;Tool definitions
      M563 P0 D0 H1 S"Mag+" F0 ;Define Mosquito Magnum+ Tool
      G10 P0 S0 R0 ;Set tool 0 operating and standby temperatures

      ;EZ ABL
      M558 P5 C"!io6.in" I0 H4 F300 T15000 A2 S0.03 ;set Z probe type to EZ ABL and the dive height + speeds
      G31 X20 Y-10 Z1.0 P25 ;Z offset can be adjusted here -1.45 -1.75 1.9 0.5

      ;Accellorometer
      ;M955 P0 C"io2.out+io2.in" I21 S1000 R12 Q2000000;

      ;Fillament Sensor
      ;M950 J1 C"^io4.in"; define logical input for filament auto load
      ;M581 P1 T2 S0 R0 ;define trigger for filament auto load triggers trigger2.g
      ;M950 J2 C"^io3.in"; define logical input for filament unload
      ;M581 P2 T3 S0 R0 ; define trigger for filament auto load triggers trigger3.g

      M575 P1 S1 B57600;

      M501 ;load config-override
      M140 H0 ;
      T0 ;select first hot end

      posted in Duet Hardware and wiring
      akrogolfundefined
      akrogolf
    • RE: Heater Fault heater 1 will not reset.

      @dc42 I totally rewired everything. I did as you suggested for new wiring (ordered a new board).

      I tested the temp inputs, i get no reading on 1 or 2, and 0 works. If i were to replace said resistor.... where would i find information on this?

      Anything about a warranty claim?

      posted in Using Duet Controllers
      akrogolfundefined
      akrogolf
    • RE: Heater Fault heater 1 will not reset.

      @Phaedrux Thankyou

      posted in Using Duet Controllers
      akrogolfundefined
      akrogolf