Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. jay_s_uk
    3. Posts
    • Profile
    • Following 1
    • Followers 17
    • Topics 114
    • Posts 5150
    • Best 1004
    • Controversial 5
    • Groups 1

    Posts made by jay_s_uk

    • RE: Wait while heating vs heating/cooling for extruder

      @Merlin246 whats wrong with M116? I use that when heating a tool using M568

      posted in General Discussion
      jay_s_uk
      jay_s_uk
    • RE: Convert 6HC 1.0x to 1.02 for 48v usage

      @gallaghersart as far as i'm aware there was a post about this and Tony said it wasn't possible as so much had changed

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: "Mainboard 6HC" with 48V and "Expansion 3HC" with 24V?

      @ov_darkness the 1.02 version you can. same with the 3HC

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: "Mainboard 6HC" with 48V and "Expansion 3HC" with 24V?

      @tkln yes. connect the grounds together between the 2 PSU's.

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Connection issues to external Closed Loop Stepper Driver

      @Kruix the R value in M569
      https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m569-set-motor-driver-direction-enable-polarity-mode-and-step-pulse-timing

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Can a 6HC control Daylight/Disco on a Stick LEDs?

      @Reine it depends what LEDs are used.
      If its the spec ones, they can draw a maximum of 150mA per LED, so 13.5A in total

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Can a 6HC control Daylight/Disco on a Stick LEDs?

      @Reine looks like the don't do an RGBW stick (although they should!)
      RGB LEDs typically draw 60mA at max brightness. So 30 per stick and 3 sticks would be 90. This would be a max current draw of 5.4A (27W), which would be slightly above the current draw of your external 5v PSU.

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Can a 6HC control Daylight/Disco on a Stick LEDs?

      @Reine i'm not sure what controller you mean? the 6HC has built in support for neopixels (both RGB and RGBW).

      And with connecting the strips to the 6HC or 24v it really doesn't matter. whats important is the current limit of the output you're using. The white ones can be daisy chained so as long as they're under 6A, it may be better to just use one of the heater outputs

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Can a 6HC control Daylight/Disco on a Stick LEDs?

      @Reine as far as i know the disco ones are 5v so you would connect them to the neopixel header.
      The concern then is current draw and you may need to use an external 5v supply

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Can a 6HC control Daylight/Disco on a Stick LEDs?

      @Reine yes. the only thing to consider is the maximum current draw.
      each LED draws roughly 60ma, so 10 LEDs would be 600ma.
      out4 to out9 can handle 2A each so as long as you're under that value you should be ok

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: How to make a loop of a Output_Pin ON and OFF?

      @FBG you'll want to use a while loop in daemon.g
      https://docs.duet3d.com/en/User_manual/Reference/Gcode_meta_commands#loop
      something like

      while state.status <> "idle"
        M42 P0 S1
        G4 S2
        M42 P0 S0
        G4 S10
      
      posted in Gcode meta commands
      jay_s_uk
      jay_s_uk
    • RE: Gcode weird interpretation?

      @deadlock how are you setting your Z workplace position? where are you setting 0 to before it starts etc?
      these 3 lines (11 to 13) take you down to 0.11mm from Z0

      N40 Z15
      N45 Z5
      N50 G1 Z0.11 F50
      
      posted in CNC
      jay_s_uk
      jay_s_uk
    • RE: Three mainboards

      @kuon I think the difficulty will come in that the 6XD/HC boards have CAN termination resistors pre-soldered in place.
      You may end up having to go the route of 2 x 3HC's

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Possible to toggle power on IO_0 to turn on/off PanelDue?

      @gloomyandy schematics are here https://github.com/dc42/PanelDue

      posted in General Discussion
      jay_s_uk
      jay_s_uk
    • RE: Possible to toggle power on IO_0 to turn on/off PanelDue?

      @oozeBot the fan ports switch to ground. The 5v, 12v and 24v are all from the same source so switch away

      posted in General Discussion
      jay_s_uk
      jay_s_uk
    • RE: Z-Axis Endstop Faults

      @JRCL said in Z-Axis Endstop Faults:

      M574 Z1 S2 P"zstop"

      This is wrong and should be

      M574 Z2 S1 P"zstop
      
      posted in General Discussion
      jay_s_uk
      jay_s_uk
    • RE: Delta Smart Effector V3 Spare Parts

      @KeithW https://docs.duet3d.com/en/User_manual/Troubleshooting/Parts#duet-2

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Duet mini 5 lulzbot won’t drive extruder

      @anthony1m m122 output please as well as your config

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Dual Heater for a single extruder

      @jago yep

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: Which Height Map is loaded?

      @airscapes have a look at btncmd https://plugins.duet3d.com/plugins/BtnCmd.html

      posted in Duet Web Control
      jay_s_uk
      jay_s_uk
    • RE: Dual Heater for a single extruder

      @jago you can map 2 outputs to one heater
      e.g.

      M950 H1 C"3.out0+out2" Q100 T1 ; create heater 1 using ports OUT0 and OUT1 on CAN board 3 (RRF 3.4 or later)
      

      you can also map 2 heaters to 1 tool
      e.g.

      M563 P0 D0 H1:3 ; create a tool using extruder drives 0 and heaters 1 and 3
      

      you can't join temp sensors together but you could use daemon.g to monitor the second one

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: DUET 3 mini 5 wifi unstable

      @JabawokJayUK what do you class as the latest firmware?
      please post an output of M122

      posted in Duet Hardware and wiring
      jay_s_uk
      jay_s_uk
    • RE: DWC 3.5b2 - line numbers incorrect

      @chrishamm this is all running the stock build from github.
      There hasn't been any need to build DWC recently

      posted in Beta Firmware
      jay_s_uk
      jay_s_uk
    • DWC 3.5b2 - line numbers incorrect

      The gcode editor has issues rendering line numbers longer than 9999
      8c2a9160-44f0-49b0-ad46-3f010eeb2112-image.png

      posted in Beta Firmware
      jay_s_uk
      jay_s_uk
    • RE: Heating speed control method_request

      @Dennis_kim please don't duplicate post.
      I'm locking this thread. Please use the original https://forum.duet3d.com/topic/31888/heating-speed-control-method

      posted in Tuning and tweaking
      jay_s_uk
      jay_s_uk