Error: Bad command: gestartet
-
Hallo,
ich habe mein Duet3 Mini5 mit 3.5.0-beta.2 in betrieb genommen, es funktioniert soweit gut, viele Fehler habe ich beseitigen können, aber ein Fehler bekomme ich nicht weg.
Sobald ich den Druck starte kommt sofort der Fehler (Error: Bad command: gestartet). Habt ihr dazu eine Vermutung was diesen Fehler auslöst, und wie ich diesen finde?
-
@Anawandur check your start gcode. That's probably the culprit
-
Sobald ich den Druck starte kommt sofort der Fehler (Error: Bad command: gestartet).
As the error message says: Your Duet has no idea what to do with the command "gestartet". While you are free to comment your code in any language on earth, even German, all executable code must conform to strict rules.
I can imagine two situations: Either a comment is not marked as such (e.g. not lead-in by a semicolon), or you intend to send a "gestartet" message when the print begins. You would do that with something like
M291 P"Meine Meldung" S0
The potential trap for non-english humans: most 'smart' editors replace the double quotes with dedicated lead-in and closing glyphs like this: „unten/oben“. The RepRapFirmware of the Duet, however, recognises just straight double quotes ("), not those on the base line („) or the fancy curled ones (“). See the difference: " “