Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. FuseDeep
    3. Topics
    • Profile
    • Following 0
    • Followers 2
    • Topics 12
    • Posts 164
    • Best 8
    • Controversial 0
    • Groups 0

    Topics created by FuseDeep

    • FuseDeepundefined

      Keenovo 240v bed/ssr/fusing /examples?

      General Discussion
      • • • FuseDeep
      5
      0
      Votes
      5
      Posts
      192
      Views

      jay_s_ukundefined

      @FuseDeep I don't i'm afraid. When I've ordered them in the past its been direct from Keenovo. However, I have in the past ordered 500 x 500 beds from Elmatic and they already have designs for a 500 x 500 size with the a K type thermocouple

    • FuseDeepundefined

      Tony at Oxford/ heating issue/240v bed control .

      Tuning and tweaking
      • • • FuseDeep
      2
      0
      Votes
      2
      Posts
      88
      Views

      jay_s_ukundefined

      @FuseDeep you can run a 240v bed from a duet 2 using an SSR.
      For the heater fault you can try and retune or manually tweak the tuning information https://docs.duet3d.com/en/User_manual/Troubleshooting/Heater_faults and https://docs.duet3d.com/en/User_manual/Connecting_hardware/Heaters_tuning#setting-the-model-parameters-manually

    • FuseDeepundefined

      MakerGear M2 z issue/board Z drive?

      Duet Hardware and wiring
      • • • FuseDeep
      17
      0
      Votes
      17
      Posts
      506
      Views

      FuseDeepundefined

      I canged the z/E1 output MA from 800 to 1600 and it is much happier (0nly cost me 100gbp to not fix this!).

      Seems it needed more current. will relube and see how she runs!

    • FuseDeepundefined

      Network security key being requested by laptop for both duets

      General Discussion
      • • • FuseDeep
      2
      0
      Votes
      2
      Posts
      135
      Views

      infiniteloopundefined

      @fusedeep said in Network security key being requested by laptop for both duets:

      Bit of a nightmare.

      Don't panic - there are better times to do so. And please stay with one thread, don't open a second one👿

    • FuseDeepundefined

      Solved HELP! Can't log in to both machinesWIFI passwords!?

      General Discussion
      • • • FuseDeep
      58
      0
      Votes
      58
      Posts
      3.1k
      Views

      droftartsundefined

      @infiniteloop In this case, the Duet is the 'router'. It's the message you get in Windows if the Access Point/Router rejects the password.

      Ian

    • FuseDeepundefined

      Adding mains 6amp 240v heated bed to Duet2 wifi

      General Discussion
      • • • FuseDeep
      8
      0
      Votes
      8
      Posts
      397
      Views

      FuseDeepundefined

      Thanks everyone, I have emailed keenovo and will see what they come back with.

      Is there a wiki page showing how to use the duet to trigger a SSR and also control temperature?

      Thanks Richard

    • FuseDeepundefined

      Nearly there! Temp and bounce (Board not borked)

      General Discussion
      • • • FuseDeep
      9
      1
      Votes
      9
      Posts
      366
      Views

      fcwiltundefined

      @fusedeep said in Nearly there! Temp and bounce (Board not borked):

      @fcwilt

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Apr 20 2022 11:07:59 GMT+0100 (British Summer Time)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G1 H1 X-205 Y-255 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
      G1 H2 X5 Y5 F6000 ; go back a few mm
      G1 H1 X-205 Y-255 F360 ; move slowly to X and Y axis endstops once more (second pass)
      G1 H1 Z-190 F360 ; move Z down stopping at the endstop
      G90 ; absolute positioning
      G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

      ; Uncomment the following lines to lift Z after probing
      ;G91 ; relative positioning
      ;G1 Z5 F100 ; lift Z relative to current position
      ;G90 ; absolute positioning

      When you home with a Z probe the homing order is typically X > Y > Z

      When you home with a Z endstop the homing order is typically Z > X > Y

      So you should move the commands here that home Z before the commands that home X and Y.

      See my other post regards the G1 H2 Z5 F6000 and the G92 Z0.

      Frederick

    • FuseDeepundefined

      directions wrong and no zero...

      General Discussion
      • • • FuseDeep
      44
      0
      Votes
      44
      Posts
      1.9k
      Views

      oliofundefined

      @FuseDeep the backing off from the endstop trigger position needs to be part of the homing macro. Please share your homez.g and homeall.g here so we can see whether it's missing and show where to add it.

    • FuseDeepundefined

      Help please/ SSID ad hoc connection

      General Discussion
      • • • FuseDeep
      14
      0
      Votes
      14
      Posts
      377
      Views

      FuseDeepundefined

      @phaedrux Thanks for this, I have resolved that issue as far as I can tell, a PID tune helped that I did last night,and I pasted it into the heater section (it seems to work, but should it be at the end of config page?)

    • FuseDeepundefined

      White screen of death, properly connected. ?

      Duet Hardware and wiring
      • • • FuseDeep
      6
      0
      Votes
      6
      Posts
      236
      Views

      FuseDeepundefined

      Have sorted it! Thank you. There was only one flash option for my screen so all good.

      All working and liking the dark theme options!

      Need to get my brain back into Duet codes as I rebox these electrics and add print salvage etc...

    • FuseDeepundefined

      Password reset issue via android mobile

      General Discussion
      • • • FuseDeep
      1
      0
      Votes
      1
      Posts
      85
      Views

      No one has replied

    • FuseDeepundefined

      Hello, am new here but not a newbie as such.

      General Discussion
      • • • FuseDeep
      127
      0
      Votes
      127
      Posts
      7.8k
      Views

      Phaedruxundefined

      M591 configured as a simple switch should do what you need.

      https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_filament-out_sensors

      The pause and resume macros are also configurable to do what you wish.

      See the recent discussion here: https://forum.duet3d.com/topic/13972/filament-out-sequence-of-actions