Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. alexprint
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by alexprint

    • RE: Hotend Heater Cartridge always powered during print?

      @JamesM Well, then I´m quite happy again.
      Thanks for your fast answer, happy new year!

      posted in My Duet controlled machine
      alexprint
      alexprint
    • Hotend Heater Cartridge always powered during print?

      Hi to all,

      just a simple question: Is the heater always powered during prints?

      I´m just asking because I´ve noticed with my external Mosfets that the hotend is always on, just not on 100% but at about 40% to 50% (guessed by brightness of control light)
      Is this normal behaviour of Duet 3 ethernet @ Firmware 2.05 or do I have any issue in my setup which will cause my heater cartridge to die way too early?

      My rig: TRONXY X5SA coreXY upgraded to Duet 2 ethernet and MicroSwiss all metal hotend, dual PSU 24V

      Thanks for any advice!

      posted in My Duet controlled machine
      alexprint
      alexprint
    • RE: Homing Z-Axis with BL-Touch: Pin outside bed limits

      @Veti Thank you so much, that was the solution!

      Happy new year to you! (hope I´ll be fine with the rest) 😀

      posted in My Duet controlled machine
      alexprint
      alexprint
    • Homing Z-Axis with BL-Touch: Pin outside bed limits

      Hello to all!

      At first my big thank to all those who work almost day and night to help us newbies with those "strange lands"...

      Being new to Duet 2 Ethernet I´ve finished almost all setup and wiring by following the guides.
      Just one issue remained: when homing the (single) head X and Y axis home fine, but the Z-axis can´t be homed because the head isn´t far enough moved forward on the Y-axis to place the BLT pin over the bed.

      X and Y are exactly at zero pos, then the head should move to X52 and Y40 to get the pin on the first probe point (in my understanding of the highlited G1 command)

      But Y movement is only about 6mm from zero where the BLT pin still is not inside the bed dimensions!

      Probe offsets are set to X -37 and Y -25 and these values are correct in my mechanical design.
      But even when I change the Y offset to -10 or -40 in the config tool nothing changes after upload and restart!

      Firmware version is: 2.05 (2019-12-13b1)

      Attached my "homez.g" below - the same G1 command also exists in homeall.g

      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.4 on Sat Dec 28 2019 23:10:10 GMT+0100 (Mitteleuropäische Normalzeit)
      G91 ; relative positioning
      G1 H2 Z5 F6000 ; lift Z relative to current position
      G90 ; absolute positioning
      G1 H2 X52 Y40 F6000 ; go to first probe point
      G30 ; home Z by probing the bed

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

      Can someone please give me a hint of what I might miss in the setup?
      I did not change anything in the gcodes as I´m just too new in this stuff, all setup was solely done in the config tool!

      Thanks a lot in advance!

      posted in My Duet controlled machine
      alexprint
      alexprint