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

    M3D Quad Crane Using the SD Card on the back of the LCD screen

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    3
    161
    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.
    • kmikeschundefined
      kmikesch
      last edited by

      Hello, does anybody know how to use the sd card slot on the back of the Lcd panel of the M3D Quad Crane using a Duet 2 Maestro Board. I dont want to unplug the microsd card all the time and save the gcode in the special gcode folder. I put some gcodes on a normal sd card and plugged it into the back but i couldn’t access it over the menu. Does somebody know how to do that. Thanks

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        See https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_system. This is the menu file I use to print files from the second SD card:

        text R0 C0 F0 T"Select card 1 print file "
        button T"Back" A"return"
        image R11 C0 L"hline.img"
        files R15 N4 I"1:/" A"M32 #0|return|return"
        

        The parameter I"1:/" of the files command tells it to start in the root directory of the second SD card.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

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

          Any reason that you’re not connecting over Ethernet to the printer? You can get Ethernet to WiFi adapters if running cable to the printer is an issue, eg IOGEAR Ethernet-2-WiFi Universal Wireless Adapter, https://www.amazon.co.uk/dp/B018YPWORE/

          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
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA