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

    Ender 3 Pro with Duet 2 Maestro

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    420
    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.
    • Dumboundefined
      Dumbo
      last edited by

      Got my new board wired in and trying to configure the RepRapFirmware. Has anyone got a base line config for this machine to get me going, cheers.

      1 Reply Last reply Reply Quote 1
      • Vetiundefined
        Veti
        last edited by

        Use the https://configurator.reprapfirmware.org/Start
        i would start with the marlin example config

        https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/config/examples/Creality/Ender-3/Configuration.h
        #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }
        #define DEFAULT_MAX_FEEDRATE { 500, 500, 5, 25 }
        #define DEFAULT_MAX_ACCELERATION { 500, 500, 100, 5000 }

        and conver to mm/min where required

        1 Reply Last reply Reply Quote 2
        • Dumboundefined
          Dumbo
          last edited by

          sorted it with your help thanks

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