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

    Topics created by UserXY

    • UserXYundefined

      Sagging of the Z - axis

      Duet Hardware and wiring
      • • • UserXY
      9
      0
      Votes
      9
      Posts
      397
      Views

      dc42undefined

      @UserXY said in Sagging of the Z - axis:

      M569.7 P0.3 C "out1" ;Break Connection

      Remove the space character between the letter C and the opening double quotation mark, like this:

      M569.7 P0.3 C"out1" ;Break Connection

    • UserXYundefined

      Programming user interface

      Gcode meta commands
      • • • UserXY
      11
      0
      Votes
      11
      Posts
      516
      Views

      UserXYundefined

      Mion, alles klar danke für die Hilfe.

      Habe den SBC mal mit dem Rasbarry Pi ausprobiert.
      Ist nicht schlecht da alles über den Microcontroller läuft.
      Muss mich noch mal damit beschäftigen kenn mich noch nicht gut genug mit dem Micro Controller aus.

      Noch mal zu dem PanelDue - Firmaware ich Programmiere schon einiger zeit in C++ aber ein binäre Compiler ist mir nicht untergekommen.

      Das C++ Programm so anzupassen wie ich es mir vorstelle ist nicht meine Schwierigkeit sondern es als
      .bin Datei in das Panel zu laden so das es auch angezeigt werden kann.

      Kennt jemand da ein Weg?
      Kann ich das über die SD Karte aktivieren?

      Ich Programmiere im Visual Studio C++ GUI auf Windows Basis.
      Da ist das komplett anders weil dies alles schon fertig ist. Ich muss nichts weiter mehr Kompilieren / Umwandeln.
      Brauche nur Start drücken und ich sehe was ich Programmiert habe.

      Beim Duet verstehe ich die Kompilierung nicht.
      Sie ist rein Binär.

      Hat das schon jemand gemacht?

      Vielen Danke für die Hilfe

      Mion, all right thanks for the help.

      I tried the SBC with the Rasbarry Pi.
      Is not bad since everything runs on the microcontroller.
      Must me again deal with it kenn me not yet well enough with the Micro Controller.

      Again to the PanelDue - Firmaware I am programming for some time in C++ but a binary compiler I have not come across.

      To adapt the C++ program as I imagine it is not my difficulty but to load it as a
      .bin file into the panel so that it can be displayed.

      Does anyone know a way?
      Can I activate this via the SD card?

      I program in Visual Studio C++ GUI on Windows basis.
      This is completely different because everything is already done. I don't have to compile / convert anything else.
      I only need to press Start and I see what I have programmed.

      With Duet I don't understand the compilation.
      It is pure binary.

      Has anyone done this before?

      Thanks for the help

    • UserXYundefined

      Mehrere Bettheizungen zusammen als Teilheizungen

      Duet Hardware and wiring
      • • • UserXY
      5
      0
      Votes
      5
      Posts
      171
      Views

      infiniteloopundefined

      @UserXY

      Meine Idee dahinter ist es ein Drucker zu Bauen mit zwei Druckknöpfen. Aber nur ein Mainboard von Duet.
      Die Druckplatte soll dann mit zwei Heizplatten und unterschiedlichen Temperaturen beheizt werden soll.

      Hm… in another thread, you state to have even four print heads:

      ich verwende 4 Druckköpfe mit vier verschiedenen Tool Boards 1LC.
      Meine Mainboard ist das Duet3d 6HC.

      Sounds to me like a very complex arrangement. For instance, if you want the heated bed divided into one area with 100°C and another one with 160°C, you need two separate build plates (which, BTW, makes bed levelling "interesting"). If you intend to print - let’s say - ABS on the 160°C bed, you need an enclosure, possibly a heated chamber. This, however, may be counter-productive for a PETG object to be printed in direct vicinity.

      Maybe I’m wrong, but for my understanding, it would be best to describe your intentions "from the end": What shall be the output from your machine, what needs to be printed simultaneously?

    • UserXYundefined

      Meta Befehl Laufzeit

      Gcode meta commands
      • • • UserXY
      9
      0
      Votes
      9
      Posts
      256
      Views

      UserXYundefined

      Danke @jay_s_uk

      genau das hatte ich gesucht.

    • UserXYundefined

      Ist das Duet3d mit Repetier Host kompatiebel?

      General Discussion
      • • • UserXY
      7
      0
      Votes
      7
      Posts
      228
      Views

      Proschi3Dundefined

      @UserXY Ich habe es gerade auch getestet.
      Repetier host läuft problemlos mit dem Duet 3.

    • UserXYundefined

      Solved Connection 4 tools in mainboard

      My Duet controlled machine
      • • • UserXY
      7
      0
      Votes
      7
      Posts
      295
      Views

      jay_s_ukundefined

      @UserXY great

    • UserXYundefined

      Solved Wie Entwickele ich eine Firmware für das Duet3d Mainboard

      Firmware developers
      • • • UserXY
      5
      0
      Votes
      5
      Posts
      267
      Views

      UserXYundefined

      Vielen Danke jetzt weiß ich schon etwas mehr.
      dann muss ich mich an Eclipse ran tasten.
      Danke noch mal

    • UserXYundefined

      Unsolved Bed scanning with BLTouch Z - probe

      IR Height Sensor
      • • • UserXY
      7
      0
      Votes
      7
      Posts
      445
      Views

      Phaedruxundefined

      @UserXY said in Bed scanning with BLTouch Z - probe:

      M950 K1 P8 C"!124.io0.out"
      M558 K1 P8 C"121.iO.in0" H5 F120 T600

      Remove the K1 from those lines.