Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. silver1882
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 21
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by silver1882

    • RE: Hot end's not changing temperature some times.

      @phaedrux

      I Just added the T0 and the next time I have this issue I will take a screen shot.

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Hot end's not changing temperature some times.

      @phaedrux

      Is there a command I can type when the temp isn't changing to see what the duet thinks it is told? That way I can find out if it is the duet or if the web interface is causing me the issue?

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: How do I change the max temperature for my hotends?

      @dc42 said in How do I change the max temperature for my hotends?:

      M143 H1

      Thanks for the suggestions. I figured the problem out I have to set the temp 1c higher than what I want my max to be in my config.g file.

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • How do I change the max temperature for my hotends?

      I have this in the config.g but it still will not let me go that hot.

      M143 H1 S290

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • RE: Hot end's not changing temperature some times.

      @phaedrux

      As far as I can tell the temp isnt changing. The next time it happens I will set it to zero and wait a while to see if it is dropping and not showing or the temp is staying.

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Hot end's not changing temperature some times.

      @phaedrux

      Yes it is.

      posted in General Discussion
      silver1882undefined
      silver1882
    • Hot end's not changing temperature some times.

      I have had an issue with my hotends some times not changing the temperature when I change it in the web interface. When it does this all I have to do to get it working again is to switch it off and then back on. So far I have only had the issue while I am heating up my hot ends to change filament and then I need to change them temp and it will just stay at the previous temp it doesn't matter what I set it to.

      This is the firmware I am using.
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0 (2022-03-15)
      Duet WiFi Server Version: 1.25

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Temp shutting off while Z-probing

      @phaedrux

      I just tested it with out shutting the heat off and it works just fine, thank all for the help.

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • RE: Temp shutting off while Z-probing

      @fcwilt

      I read if you do not turn the heaters off they can mess with the Bltouch's reading.

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • RE: Temp shutting off while Z-probing

      @stephen6309

      Thank you that did the trick!

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • RE: Temp shutting off while Z-probing

      @fcwilt

      No I am not shutting it off, it shuts off when the Bltouch prob's then it turns back on.

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • RE: Duet 2 Wifi heat till 195 dagrees then nothing

      Also you may check that the fan you are using for you heatsink isn't blowing to hard, I was having that problem with my dual head setup. Slowed the fan down and then redid the pid tunning and now both heads work fine.

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • Temp shutting off while Z-probing

      Is there a way to have the printer pause after Z-probing to let the bed temp and the hotend temp raise back up before printing? My hotend looses about 20c while the bed is being probed.

      posted in Tuning and tweaking
      silver1882undefined
      silver1882
    • RE: Heater 1 not shutting off

      @phaedrux

      It said that it was heating up to slow, at present I do not have a tool fan hooked up so it did give an error that the temp wasn't dropping from the cooling fan.

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Heater 1 not shutting off

      @silver1882

      I found the problem when I ran the pid tunning it didn't tune correctly I was running M303 T0 S245 and it did fault a few times before I could get it to tune. I just ran M303 T0 H1 S245 and it tuned a lot better I can now turn the heater on and it holds where it is suppose to.

      posted in General Discussion
      silver1882undefined
      silver1882
    • Heater 1 not shutting off

      I am setting up a Duet 2 wifi with a Duex 5, I have everything hooked up the way I want it but on my Heater 1 when it reaches temp it does not shut off it keeps heating until the board throws an error. Both of my hotends are volcanos. I have even tried changing heater 1 to another heater output and still the same problem.

      5/14/2022, 9:02:48 AM Error: Heater 0 fault: exceeded allowed temperature excursion: target 205.0°C actual 221.1°C

      5/14/2022, 9:02:02 AM M115 FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.4.0 ELECTRONICS: Duet WiFi 1.02 or later + DueX5v0.11 FIRMWARE_DATE: 2022-03-15 18:58:33```

      ; Configuration file for Duet WiFi (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.10 on Thu May 05 2022 17:58:02 GMT-0400 (Eastern Daylight Time)
      
      ; General preferences
      M81 C"pson"                                     ; allocate the PS_ON pin to power control but leave power off
      G90                                             ; send absolute coordinates...
      M83                                             ; ...but relative extruder moves
      M550 P"The Machine"                             ; set printer name
      
      ; Network
      M551 P"#####"                                ; 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 S1                                      ; physical drive 1 goes forwards
      M569 P2 S0                                      ; physical drive 2 goes backwards right Z-axis
      M569 P4 S0                                      ; physical drive 4 goes Backwards left Z-axis
      M569 P5 S0                                      ; physical drive 5 goes backwards
      M569 P6 S1                                      ; physical drive 6 goes forwards
      M584 X0 Y1 Z2:4 E5:6                            ; two Z motors connected to driver outputs Z and E1
      M671 X-188:376 Y47.6:47.6 S0.5                  ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
      M350 X16 Y16 Z16:16 E16:16 I1                   ; configure microstepping with interpolation
      M92 X100.00 Y100.00 Z400.00 E407.33:407.33      ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00:120.00      ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00:250.00      ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800:800 I30                ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                         ; Set idle timeout
      
      ; Axis Limits
      M208 X-137.75 Y-108.95 Z0 S1                      ; set axis minima
      M208 X245.1 Y270.1 Z0 S1                          ; 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 Z1 S2                                      ; configure Z-probe endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"duex.pwm5"                            ; create servo pin 0 for BLTouch
      M558 P9 C"^zprobe.in" F100 H5 R0.2 T6000 A5 B1  ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X-16.1 Y30.4 Z0                        ; set Z probe trigger value, offset and trigger height
      M557 X-23:203.4 Y43:195 S20                     ; define mesh grid
      
      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138  ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                           ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B0 S1.00                                ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                         ; map heated bed to heater 0
      M143 H0 S120                                    ; set temperature limit for heater 0 to 120C
      M308 S1 P"spi.cs1" Y"rtd-max31865"              ; configure sensor 1 as PT100 on pin spi.cs1
      M950 H1 C"duex.e4heat" T1                       ; create nozzle heater output on duex.e4heat and map it to sensor 1
      M307 H1 B0 S1.00                                ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S265                                    ; set temperature limit for heater 1 to 265C
      M308 S2 P"spi.cs2" Y"rtd-max31865"              ; configure sensor 2 as PT100 on  pin spi.cs2
      M950 H2 C"duex.e3heat" T2                       ; create nozzle heater output on duex.e3heat and map it to sensor 2
      M307 H2 B0 S1.00                                ; disable bang-bang mode for heater  and set PWM limit
      M143 H2 S265                                    ; set temperature limit for heater 2 to 265C
      
      ; Fans
      M950 F0 C"fan0" Q500                            ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1                                  ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"duex.fan8" Q500                       ; create fan 1 on pin fan8 and set its frequency
      M106 P1 S.4 H2:3 T45                            ; set fan 1 value. Thermostatic control is turned on
      M950 F2 C"duex.fan8" Q500                       ; create fan 2 on pin fan8 and set its frequency
      M106 P2 S0 H-1                                  ; set fan 2 value. Thermostatic control is turned off
      
      ; Tools
      M563 P0 S"Head1" 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"Head2" D1 H2 F0                       ; define tool 1
      G10 P1 X0 Y0 Z0                                 ; set tool 1 axis offsets
      G10 P1 R0 S0                                    ; set initial tool 1 active and standby temperatures to 0C
      
      ; Disable Heater to free up PWM channel
      M307 H7 A-1 C-1 D-1								; Disable heater for BLTouch
      ; Custom settings are not defined
      
      ; Miscellaneous
      M501                                            ; load saved parameters from non-volatile memory
      
      
      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Z-axis up without homing macro

      If I am away from my house and I have to cancel the print because of a problem my printer is no longer homed. I just wanted to be able to raise the head so it doesn't cool down setting on the part.

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Z-axis up without homing macro

      I tested it and that works great thanks.

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Z-axis up without homing macro

      Ok thanks I will give it a try as soon as my printer is done printing.

      posted in General Discussion
      silver1882undefined
      silver1882
    • RE: Z-axis up without homing macro

      I just tried that macro and my head went toward the bed.

      posted in General Discussion
      silver1882undefined
      silver1882