Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. aceycv8
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 24
    • Best 1
    • Controversial 0
    • Groups 0

    aceycv8

    @aceycv8

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

    aceycv8 Unfollow Follow

    Best posts made by aceycv8

    • RE: FW Bug? Heatbreak Fan thermostatic Control issue

      @fcwilt
      i only use Tool 0 first nozzle - and the seoncd is hardly used - multi colour or disovable supports so i only monitor tool 1 first hotend when it reaches 45deg to turn on

      posted in General Discussion
      aceycv8undefined
      aceycv8

    Latest posts made by aceycv8

    • RE: Duet 2 Wifi - Pause and Resume

      Thanks Gloomy - if i go any higher on the resume it blobs hence the difference, - none the less when i restart the toolhead goes to a complete different area

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: Duet 2 Wifi - Pause and Resume

      @dc42 - yes i am retracting and also priming

      ; pause.g
      ; called when a print from SD card is paused
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Mon Jun 17 2019 13:42:36 GMT+0800 (Australian Western Standard Time)
      M83 ; relative extruder moves
      G1 E-10 F3600 ; retract 10mm of filament
      G91 ; relative positioning
      G1 Z5 F360 ; lift Z by 5mm
      G90 ; absolute positioning
      G1 X0 Y0 F6000 ; go to X=0 Y=0

      ; resume.g
      ; called before a print from SD card is resumed
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Mon Jun 17 2019 13:42:36 GMT+0800 (Australian Western Standard Time)
      G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
      G1 R1 X0 Y0 ; go back to the last print move
      M83 ; relative extruder moves
      G1 E2.0 F3600 ; extrude 2mm of filament

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • Duet 2 Wifi - Pause and Resume

      Hi Guys,

      i've noticed an issue on my Duet 2 when i pause a print in the middle of infill and then go to resume it will miss a few sections when it resumes.
      using FW: 3.5.2

      227e4aa2-f7cb-41d4-bac1-0dea8a634dfb-image.png

      522ad7da-7171-49e6-b504-c0d0653b399e-image.png

      i'm using Orca slicer but dont think it's a slicer issue being thats it's being paused and resumed

      thank you

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: FW Bug? Heatbreak Fan thermostatic Control issue

      @phaedrux
      Thank you very much that is now working fine facepalm i didnt click to try that

      thank you

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: FW Bug? Heatbreak Fan thermostatic Control issue

      @fcwilt
      i only use Tool 0 first nozzle - and the seoncd is hardly used - multi colour or disovable supports so i only monitor tool 1 first hotend when it reaches 45deg to turn on

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: FW Bug? Heatbreak Fan thermostatic Control issue

      @fcwilt Yep only 1 hotend end

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: FW Bug? Heatbreak Fan thermostatic Control issue

      @fcwilt
      rep thats correct - using a chimera so 2 hotends

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: FW Bug? Heatbreak Fan thermostatic Control issue

      @fcwilt
      Thanks for the reply

      using Duet 2 wifi

      ; Heaters
      ;M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 Bed
      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
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C Bed
      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

      ;M305 P1 X200 ; Configure PT100 for heater 1
      M308 S1 P"spi.cs1" Y"rtd-max31865" ; configure sensor 1 as PT000 on pin Daughterboard slot 1
      M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
      M143 H1 S300 ; set temperature limit for heater 1 to 300C

      M308 S2 P"spi.cs2" Y"rtd-max31865" ; configure sensor 2 as PT000 on pin Daughterboard slot 2
      M950 H2 C"e1heat" T2 ; create nozzle heater output on e1heat and map it to sensor 2
      M143 H2 S300 ; Set temperature limit for heater 2 to 300C

      ; 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"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S0.7 H1 T45 ; Set Heatsink fan Port 1. Thermostatic control is turned on
      M950 F2 C"fan2" ; create fan 2 on pin fan1 and set its frequency
      M106 P2 S1 H-1 ; Set Heatsink fan Port 2. Thermostatic control is turned off

      ; Tools
      M563 S"Left Nozzle" P0 D0 H1 ; Define tool 0
      G10 P0 X35 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
      M563 S"Right Nozzle" P1 D1 H2 ; Define tool 1
      G10 P1 X15 Y0 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • FW Bug? Heatbreak Fan thermostatic Control issue

      Hi

      I've upgraded to 3.4.1 however my heatbreak fan will now run at full speed and i can't lower the speed.

      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S0.5 H1 T45 ; Set Heatsink fan Port 1. Thermostatic control is turned on

      i've tried using S127 to see if this would change the speeds and no
      i've tried using the slider in DWC but nothing happens either same as sending

      M106 P1 S0.3 with different S variables while the machine is idling at temperature and nothing happens

      Thank you

      posted in General Discussion
      aceycv8undefined
      aceycv8
    • RE: Always On Fans and PWN Fans

      @baird1fa no all my fans are 24v - no converters in place

      posted in Duet Hardware and wiring
      aceycv8undefined
      aceycv8