Wie Entwickele ich eine Firmware für das Duet3d Mainboard
-
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
-
See:
https://github.com/Duet3D/RepRapFirmware/wiki/Building-RepRapFirmwareTranslated 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 -
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?
-
@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
-
Vielen Danke jetzt weiß ich schon etwas mehr.
dann muss ich mich an Eclipse ran tasten.
Danke noch mal -
-