Bambulab Drucker

12346»

Comments

  • kann es sein, dass man den "mnt" teil im dateinamen weglassen muss?

    ‘url’ logic
    It can be like “file:///sdcard/filename.gcode.3mf” too, browse the printer’s sd card via FTPS to see exactly.
    Could also be “ftp:///file.3mf” or “ftp:///file.gcode.3mf”, these will self-resolve internally too if at root, but may need /sdcard or /cache infront depending on true location.
    You’ll need to play around. AFAIK A1 series is only one that specifies an sdcard in the path. X1 and P1 usually treat it as root, and a /cache folder.
    Fun fact, this will also take 3mf’s from HTTP addresses too, including locally hosted ones if you’re into that.


    das hab ich von hier: https://community.home-assistant.io/t/bambu-lab-x1-x1c-mqtt/489510/738

    das ist tatsächlich das problem!!!!

    habe gerade über mqtt explorer einen druck gestartet mit folgendem befehl:

    {"print":{"command":"project_file","ams_mapping":"","use_ams":true,"timelapse":false,"vibration_cali":false,"flow_cali":false,"layer_inspect":true,"bed_leveling":true,"bed_type":"auto","md5":"","file":"Dagobert_60cm_P1S_Bambu-PLA-Matte_AMS-1_TP.gcode.3mf","url":"file:///sdcard/Dagobert_60cm_P1S_Bambu-PLA-Matte_AMS-1_TP.gcode.3mf","param":"Metadata/plate_5.gcode","subtask_name":"Dagobert_60cm_P1S_Bambu-PLA-Matte_AMS-1_TP-plate_5","profile_id":"0","task_id":"0","subtask_id":"0","sequence_id":"12","reason":"success","result":"success"}}
    dort habe ich nur:

    "file:///mnt/sdcard/Dagobert_60cm_P1S_Bambu-PLA-Matte_AMS-1_TP.gcode.3mf"

    geändert in:

    "file:///sdcard/Dagobert_60cm_P1S_Bambu-PLA-Matte_AMS-1_TP.gcode.3mf"
  • Das habe ich gelesen, aber file:///sdcard ist zumindest was beim X1 klappt. Ich mache morgen mal eine Version wo man das in der Druckerbeschreibung (json Datei) pro Drucker eintragen kann, dann können wir beides testen.

    Immerhin hat er den korrekten Dateinamen verwendet.

    Was auch noch sein kann wäre das er nur aus cache Drucken kann. Kannst du versuchen per ftp ein 3mf in cache zu kopieren und dann im server aktualisieren und von dort starten. Wenn das auch nicht geht kann es fast nur noch das url Format sein.
  • wenn file:///sdcard beim X1 funktioniert dann passt des doch, beim P1S funktioniert das ja auch. Aber aktuell ist in der URL file:///mnt/sdcard, was beim P1S zumindest nicht funktioniert.

    aus dem Cache hab ich schon versucht, das geht auch nicht. da müsste die url dann file:///sdcard/cache sein
Sign In or Register to comment.