Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. DIY-O-Sphere
    • Profile
    • Following 0
    • Followers 3
    • Topics 13
    • Posts 668
    • Best 99
    • Controversial 0
    • Groups 0

    DIY-O-Sphere

    @DIY-O-Sphere

    Hi,
    my name is Frank. I'm in 3d printing "business" since end of 2017.
    I have chosen the hard(est) way, starting by building a custom printer, without any print experience....
    I really had any printing issues, I can imagine......and in the end I have managed to solve them by finding correlations.
    That has taken 2 years....Now I'm on an advanced level.

    I'm technician with knowledge of mechanical design.
    I like repairing and upcycling technical stuff, but my favour is designing new things.

    117
    Reputation
    60
    Profile views
    668
    Posts
    3
    Followers
    0
    Following
    Joined Last Online
    Location Germany

    DIY-O-Sphere Unfollow Follow

    Best posts made by DIY-O-Sphere

    • Smart Remote Power Control

      To control the duet via PS-ON is nothing new.
      link text
      But to do this via a smart home actuator might be a more current option.

      While searching for an actuator I came across the Shelly 2.5
      I have chosen it because it brings its own web interface to control. And because it's not cloud bound by default.
      There is no nead for a smart home server. So it's already a good option out of the box.

      The goal was to be able to switch the printer in such a way that it cannot be accidentally switched off in the middle of printing. Also all loads should be switched off.
      The result is the following schematic. (Only the relevant area)

      27362285-a915-4ff3-9c38-e9c65a9ebf9e-grafik.png

      The key is to switch the actuator parallel to the PS-ON relay output.
      I use an industrial relay with several channels, this has the advantage that one can switch a separated feedback channel once the duet is booted.
      Currently I have 3 channels in use. Power supply, feedback and the heating bed (220V).

      The following setting must be made in the switching channel of the Shelly.

      Set the button type to "Detached Switch".

      fe18a3f8-fac7-4fc6-be76-82302bd28475-grafik.png

      Set an "Auto Off" timer for that channel.
      With this setting the input switch (SW) can be queried separately.

      0a16694c-a7ed-49c5-8ffd-7afe8bd05b17-grafik.png

      With this wiring and setting the printer only can be switched off by G-Code.
      Either out of the DWC or automatic at the end of printing.
      Of course, it also works via a hard-wired kill or main switch.

      611ba825-0230-4891-99a4-c74687aa079c-grafik.png

      When everything worked I have been thinking about how to make it more comfortable and to get acoustic feedback.
      The drama began seting up a homeserver starting to build a node red dashboard....
      To cut a long story short it ended with the integration of G-codes, video image and the activation/deactivation logic.
      Still work in progress...
      Demo Duet Remote.mp4

      3378c04d-f634-4b04-b365-7dd17d942bd5-grafik.png

      posted in General Discussion smart home shelly 2.5 ps-on
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: BL Touch Issues... Again and Again...

      @kwad3d-0

      @fcwilt is one of the experienced users who really knows this stuff and spends a lot of time helping. But to help he must first understand what the problem is.
      I can not get such an attitude ...

      Edit:
      Yes and sometimes he is also very accurate about terms. But that is certainly not to bother...

      posted in Tuning and tweaking
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: 12864 mini + babystepping

      @tecno
      In the middle right is an arrow which leads to a submenu where you can select it

      posted in Third-party add-ons
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: BL touch not extending or retracting

      @joshuamensch
      Your files are set up for heater 4, but the Bltouch is wired to heater 3?

      posted in Firmware installation
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Heated Bed makes my lab power supply hum

      @nikscha
      Reduce the frequence for the ssr. (Q parameter for heater) I had the same problem.

      Edit:
      That is my setting
      M950 H0 C"bedheat" T0 Q10

      posted in Duet Hardware and wiring
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Maestro, RRF3 and BLTouch issues

      @PaulHew said in Maestro, RRF3 and BLTouch issues:

      M950 S0 C"^zprobe.mod" ; create servo pin 0 for BLTouch

      M558 P9 C"zprobe.in" H5 F120 T3000 ; BLTouch connected to Z probe IN pin, free up MOD pin
      M950 S0 C"zprobe.mod" ; servo/gpio 0 is Z probe MOD pin

      That should be the right code.

      posted in My Duet controlled machine
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Change print speed

      You can do that very easily in Prusaslicer.
      https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490

      posted in General Discussion
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: RRF Config Mapping

      @printthatthing
      Leave it as it is....
      You can edit that later on in the config.g

      M950 S0 C"duex.pwm5" ; create servo pin 0 for BLTouch
      You have to change that to
      M950 S0 C"!duex.pwm5"
      or rename to
      M950 S0 C"exp.heater7"

      You will find the full list of heater pin names here
      https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Pin_names_for_Duet_2_WiFi_Ethernet

      posted in Tuning and tweaking
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Help setting probing limits

      @singhm29
      In M557 also a P parameter is available.
      Witch in my opinion is the easier way to define the mesh grid.
      So in you case M557 X5:600 Y47:603 P10:10 as a suggestion
      The grid than will be calculated for 10x10 points and the machine will drive to the set limits.

      posted in Firmware installation
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: What opions shoud I pick to use the bltouch?

      That's a bug, I have already reported.
      Let it set to the e1heat. You have to adjust that later on in the config.g

      The probe section then should look like that

      ; Z-Probe
      M558 P9 C"zprobe.in" H5 F120 T3000 ; BLTouch connected to Z probe IN pin, free up MOD pin
      M950 S0 C"zprobe.mod" ; servo/gpio 0 is Z probe MOD pin

      Configuration for Ender3
      config.json

      posted in General Discussion
      DIY-O-Sphereundefined
      DIY-O-Sphere

    Latest posts made by DIY-O-Sphere

    • RE: Question about some hardware I found

      @fcwilt
      That is a good option. I hope you both have a great time with them.

      posted in My Duet controlled machine
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Question about some hardware I found

      @fcwilt said in Question about some hardware I found:

      I would advise against the Hypercube. There are a few weak spots.
      There are almost no original parts left on mine.
      I prefer the BLV, but I would build the frame differently.
      If you want to build a up-to-date printer, I would recommend a RatRig V-Core.

      posted in My Duet controlled machine
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Question about Sammy-C21 board

      @T3P3Tony said in Question about Sammy-C21 board:

      T3P3Tony
      administrators
      8 Feb 2025, 20:51

      @DIY-O-Sphere the releases are now released as part of the main RepRapFirmware repository. E.g.:

      With the hint of @sebkritikel I got that.....would be nice to add that to the documentation....

      @T3P3Tony said in Question about Sammy-C21 board:

      You are correct that the default firmware has lots of IO enabled so if that's enough for @fcwilt then they won't need to modify it

      Hallelujah....

      posted in Firmware developers
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Question about Sammy-C21 board

      @T3P3Tony
      https://docs.duet3d.com/en/Duet3D_hardware/Duet_3_family/Using_the_Sammy-C21_development_board_with_Duet_3#duet3d-firmware-source-code-for-sammyc21
      Sorry I have overseen that the section is for the source code.

      But still can't get it to see the right release.
      Shouldn't it show 3.5.4 and switch when you select a different version in the branch pulldown?
      Or is it just because the zip file for the version is missing?

      fe8bcd9c-722e-4796-89bc-7cf066a0ce3e-grafik.png

      I would suggest putting the section Loading firmware at the end. And i think it needs a bit of a rework

      I am still confused as to why the firmware has to be adapted. The table shows many ports that can be used as input.
      The original request was here
      As far as i can see, standard io's can do the job.
      What am I missing here?

      posted in Firmware developers
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Question about Sammy-C21 board

      @sebkritikel
      Thanks for the clarification. And for the correct reference.
      If you go to the sammy-c21 documentation. The dev branch is linked and as far as I can see it ends with 3.4.2.
      Maybe i'm too stupid to use github.

      posted in Firmware developers
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Question about Sammy-C21 board

      @fcwilt
      It means that the effort is quite high.
      It's a poor performance that the latest firmware is no longer provided.
      Until now I thought the Sammy-C21 is a cool option, but not any more....

      posted in Firmware developers
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Question about Sammy-C21 board

      @fcwilt
      To me it sounds like you have to buy a cow to get a liter of milk.

      posted in Firmware developers
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: diagonal line on print causing layer shifting?

      @53581
      Bang-bang control on the bed could cause kind of stripes.
      As far as i can see, your config. may have been created for an older firmware. The heater parameters have changed with 3.4.
      I don't know if that really makes a difference.
      But I would change to PWM-control and autotune the bed heater and the tool.
      Please also post the content of config-override.g as the parameters should be stored there.....

      posted in Tuning and tweaking
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Why MQTT only available for WiFi boards?

      @T3P3Tony
      Can you please provide an update on this?

      posted in General Discussion
      DIY-O-Sphereundefined
      DIY-O-Sphere
    • RE: Layer count way off

      @DaveA
      Maybe set the custom end G-code as described here
      https://forum.duet3d.com/post/314534

      posted in Duet Web Control
      DIY-O-Sphereundefined
      DIY-O-Sphere