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

    Cr-10s5 with m3d print head

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    12
    775
    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.
    • spinaljaminundefined
      spinaljamin
      last edited by

      i will go grab the sd card now to get the files. i cannot communicate with it at all atm.

      1 Reply Last reply Reply Quote 0
      • spinaljaminundefined
        spinaljamin @PaulHew
        last edited by

        @paulhew

        ; Configuration file for Duet Maestro (firmware version 2.02RC2 or newer)
        ; executed by the firmware on start-up
        ; Created by PrintM3D
        ; For Crane Quad
        ;
        ; startup!

        M98 Pgeneral.g ; Call General Configuration Module
        M98 Pnetwork.g ; Call Network Module
        M98 Pmotion.g ; Call Kinematics/Motor Module
        M98 Pthermal.g ; Call Heater/Fan/Sensing Module
        M98 Ptools.g ; Call Toolhead Module

        ; Call QC start up
        ;M98 Pqc.g
        ;M98 Pproduction.g

        1 Reply Last reply Reply Quote 0
        • spinaljaminundefined
          spinaljamin @PaulHew
          last edited by

          @paulhew also this is the base files i have tried to use https://github.com/PrintM3D/Crane

          1 Reply Last reply Reply Quote 0
          • PaulHewundefined
            PaulHew
            last edited by

            Please send the config.g from the SD card.
            Lets get the comms working 1st over ethernet..

            P.

            RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
            Voron 2.4 disassembled..... Waiting for the RailCore Mini....

            1 Reply Last reply Reply Quote 0
            • spinaljaminundefined
              spinaljamin
              last edited by

              0_1559457587265_config.g

              dc42undefined 1 Reply Last reply Reply Quote 0
              • PaulHewundefined
                PaulHew
                last edited by

                If that is the config.g from your SD for your maestro, there is allot of config missing.
                Have you been here to create the config? https://configurator.reprapfirmware.org/Start

                RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                Voron 2.4 disassembled..... Waiting for the RailCore Mini....

                1 Reply Last reply Reply Quote 0
                • spinaljaminundefined
                  spinaljamin
                  last edited by

                  yeah i have, but when i copy the files it generates to the sd card, everything stops working, lcd included

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

                    @spinaljamin said in Cr-10s5 with m3d print head:

                    0_1559457587265_config.g

                    M3D has split config.g into several different files and called them from the config,g file. So we'll need to see files general.g, network.g, motion.g, thermal.g and tools.g too.

                    @spinaljamin said in Cr-10s5 with m3d print head:

                    yeah i have, but when i copy the files it generates to the sd card, everything stops working, lcd included

                    The LCD not working probably means that you need to add a M918 command to the generated config.g file to enable the LCD. See https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M918_Configure_direct_connect_display.

                    To get Ethernet working, connect the Duet to your router and use the LCD to display the IP address. Alternatively, connect it to your PC vie USB and use pronterface or a terminal emulator to send the M552 command, which will return the IP address. If it's 0.0.0.0 then the Duet has failed to get an IP address from your router. Otherwise, that's the IP address to put in your browser.

                    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

                    spinaljaminundefined 1 Reply Last reply Reply Quote 1
                    • spinaljaminundefined
                      spinaljamin @dc42
                      last edited by

                      @dc42 okay so the only way i got the lcd and ip to show up was using there exact files from above, so i should keep the exact files and try connecting through the Ethernet? It has only been showing up as IP 0.0.0.0 so maybe i can try another port... or another router? i really appreciate the help, its 930pm here so i will have another go in the morning.

                      1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator
                        last edited by

                        Perhaps you can go through this guide to get things going.

                        https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+2:+Configuration/38

                        and

                        https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+3:+Commissioning/39

                        The CR10-S5 and the Ender 3 are fairly similar in many ways. If you go through the process in the configurator and change the settings as needed you should end up with a good starting config. You can even get the answers to most of your questions from the M3D config files.

                        Those two guides should help you at least get connected to the Maestro through the Web Control.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA