Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Martin1454
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 180
    • Best 10
    • Controversial 0
    • Groups 0

    Martin1454

    @Martin1454

    11
    Reputation
    12
    Profile views
    180
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Martin1454 Unfollow Follow

    Best posts made by Martin1454

    • RE: Pressure Advance: Discussion for Future Development

      @zapta said in Pressure Advance: Discussion for Future Development:

      20210215-201242.png

      NANANANA BATMAN!

      posted in Firmware wishlist
      Martin1454undefined
      Martin1454
    • RE: Ender 3 nothing working right

      I think it is amazing that you have installed an Duet wifi in a printer that cost almost the same as the duet 😄
      Looking foward to see then end result. 🙂 👍

      posted in My Duet controlled machine
      Martin1454undefined
      Martin1454
    • RE: Duet Wifi limitations - what are your experiences?

      Biggest limitation? My imagination and understanding of the Gcode commands -

      Other than that:
      Missing stealth chop on the duet wifi, but spready cycle is okay -
      12V fans on a 24V setup is only possible with external hardware (duex5 or an regulator)

      For a small retrofit, I would go for the Duet Maestro, unless the print is complex (multiple extruder, multiple motors for auto leveling Z, etc.)

      I use the paneldue, but 90% of my work is done through the web interface.

      posted in General Discussion
      Martin1454undefined
      Martin1454
    • RE: Reverse math for 3-point auto leveling?

      Finally to the point where im satisfied.

      Biggeste change was changing to BL touch - After I got my hands on an thermal/IR camera, I could see that the bed was like a mirror for the camera, so that's why the IR probe didn't work good enough

      0_1547836211655_49342220_10217893577268121_4807436385667514368_o.jpg

      posted in Tuning and tweaking
      Martin1454undefined
      Martin1454
    • RE: Icarus Delta ... nearly finished!

      That is beautiful! looking foward to see print quality if it is as pretty as the printer 🙂

      posted in My Duet controlled machine
      Martin1454undefined
      Martin1454
    • RE: Duet Wifi limitations - what are your experiences?

      @plasticmetal said in Duet Wifi limitations - what are your experiences?:

      @martin1454 said in Duet Wifi limitations - what are your experiences?:

      12V fans on a 24V setup is only possible with external hardware (duex5 or an regulator)

      Just to clarify, the external hardware is simply to supply the 12V. It can be a $3 buck regulator from eBay or Amazon. A wiring example is here.

      Yup - A small buck converter is enough - or if it is a small low power fan like the 30mm E3D, a linear 7812 is also fine.

      posted in General Discussion
      Martin1454undefined
      Martin1454
    • RE: Super Volcano with BMG and 0.9 Motor Wierd behaviour

      rectilinear infill? try grid instead

      posted in Tuning and tweaking
      Martin1454undefined
      Martin1454
    • Where to buy connectors for Duet 3 (output/stepper connectors)

      Hi, Im looking to rebuild my 3d printer in the near future, and I will need a few extra connectors for the steppers and the output channels.

      I can see the connectors are:

      2 way shell VH396-02H
      4 way shell VH396-04H
      Crimps for the above: VH396T-L

      But is there anywhere I can buy them with ok shipping? I only found toby.co.uk where the connectors will be around 8£, but the shipping to denmark is 22£.

      posted in Purchasing
      Martin1454undefined
      Martin1454
    • RE: Diamond 3 in 1 out nozzel setup for multispool prints

      @deckingman your time to shine 🙂

      posted in Duet Hardware and wiring
      Martin1454undefined
      Martin1454
    • RE: Question: Home Z with Z-probe before homing X & Y

      What about In your home all file to make the printer "believe" it have been homed IN XY first (I think its just to set G92 X0 Y0) and then home Z, and then home X and Y

      posted in Tuning and tweaking
      Martin1454undefined
      Martin1454

    Latest posts made by Martin1454

    • RE: Can deform 4mm print glass

      @peter247 What type of probe do you have? the result looks acceptable, but if anything my guess is on the probe or mechanical issue

      posted in Tuning and tweaking
      Martin1454undefined
      Martin1454
    • RE: Question: Home Z with Z-probe before homing X & Y

      What about In your home all file to make the printer "believe" it have been homed IN XY first (I think its just to set G92 X0 Y0) and then home Z, and then home X and Y

      posted in Tuning and tweaking
      Martin1454undefined
      Martin1454
    • RE: Looking for PCB designer with spare time :)

      Do you already have a complete schematic?

      posted in Off Topic
      Martin1454undefined
      Martin1454
    • RE: 486MP Adhesive Removal

      By the way - I recently had to remove some PEI that was stuck with 486MP from my plate - some good 80% IPA was good at removing.

      posted in General Discussion
      Martin1454undefined
      Martin1454
    • RE: Pressure Advance: Discussion for Future Development

      @zapta said in Pressure Advance: Discussion for Future Development:

      20210215-201242.png

      NANANANA BATMAN!

      posted in Firmware wishlist
      Martin1454undefined
      Martin1454
    • RE: run code / trigger relay when heater 0 is active or standby?

      @Phaedrux That is perfect, I will try to use that!

      posted in Gcode meta commands
      Martin1454undefined
      Martin1454
    • RE: run code / trigger relay when heater 0 is active or standby?

      @Phaedrux said in run code / trigger relay when heater 0 is active or standby?:

      You could set up a monitoring loop in daemon.g to check the heater status perhaps.

      https://duet3d.dozuki.com/Wiki/Macros#Section_daemon_g

      https://duet3d.dozuki.com/Wiki/GCode_Meta_Commands

      That seems like a good way to do it - Do we know what the status variable is called for the bed heater? or is there an overview somewhere where I can find it?

      posted in Gcode meta commands
      Martin1454undefined
      Martin1454
    • RE: Multiple Web Cameras

      Maybe you can run OBS stream, either on another device - Or if you have a duet 3 with an RPI, then on the RPI it self - That should be able to merge the 2 streams

      posted in Duet Web Control wishlist
      Martin1454undefined
      Martin1454
    • run code / trigger relay when heater 0 is active or standby?

      Is it possible to setup the firmware to enable an output when you enable the heater 0 (off-> active?)

      I have an mechanical relay that is in series with my bed heater, but I'm using PS_ON to enable my 24V supply - So is there a way to make one of the GPIO high or low if im changing the state of the heater?

      I know that I can write a gcode to change the state of the GPIO, but I would like to avoid having to write that GCODE each time im trying to heat up the bed.

      Thanks for the help!

      posted in Gcode meta commands
      Martin1454undefined
      Martin1454
    • RE: Where to buy connectors for Duet 3 (output/stepper connectors)

      @Veti That looks like it, thanks!

      posted in Purchasing
      Martin1454undefined
      Martin1454