Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Wie Entwickele ich eine Firmware für das Duet3d Mainboard

    Scheduled Pinned Locked Moved Solved
    Firmware developers
    3
    5
    259
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • UserXYundefined
      UserXY
      last edited by

      Hallo

      Ich möchte ein paar Anpassungen am Display und an dem Mainboard selbst vornehmen.

      Leider weiß ich nicht welche Software ich benötige um die Firmware zu verändern.

      Ich möchte mein selbstgebauten 3d Drucker etwas Personalisieren um die Bedingung nach meinen Wüschen anzupassen.

      Und ein paar Updates oder Addons zu Installieren.

      Vielen Dank für euer Hilfe

      T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators @UserXY
        last edited by

        @UserXY

        See:
        https://github.com/Duet3D/RepRapFirmware/wiki/Building-RepRapFirmware

        Translated original message:

        Hallo
        I would like to make a few adjustments to the display and the mainboard itself.
        Unfortunately I do not know what software I need to change the firmware.
        I would like to personalize my self-made 3d printer to adjust the condition according to my wishes.
        And to install some updates or addons.
        Thank you for your help

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • UserXYundefined
          UserXY
          last edited by

          Vielen Dank für die Hilfe.

          Können Sie mir Aufschluss über die programmier Sprache geben?

          Ich arbeite mit Visual Studio oder mit Visual Code.

          Wenn es hier bei um JSON handelt kann ich die Firmware in meiner
          Vertrauten Umgebung besser Entwickeln.
          Handelt es sich in der Programmiersprache um JSON?

          Was können Sie mir als Hilfe Stellung oder Beispiele geben damit ich das
          Duet Panel nach meine belieben Visualisieren kann?

          Gibt es Handbücher oder Anleitungen in die ich mich einlesen kann?

          droftartsundefined 1 Reply Last reply Reply Quote 0
          • droftartsundefined
            droftarts administrators @UserXY
            last edited by

            @UserXY
            RepRapFirmware (that runs on the Duet boards) is written in C/C++. It runs on a 32-bit ARM microcontroller. Generally, the Eclipse IDE is used for development. I don't know if you can open the source files in Visual Studio.
            DuetWebControl (the front end that you interact with) is written in Vue and Javascript. See https://github.com/Duet3D/DuetWebControl
            Other parts of the Duet ecosystem are in the Duet3D Github repository, and is open source. As far as I know, very little is written/configured in JSON.

            Ian

            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

            1 Reply Last reply Reply Quote 0
            • UserXYundefined
              UserXY
              last edited by

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

              1 Reply Last reply Reply Quote 1
              • T3P3Tonyundefined T3P3Tony marked this topic as a question
              • T3P3Tonyundefined T3P3Tony has marked this topic as solved
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA