Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Ender 3 Pro with Duet 2 Maestro

    Tuning and tweaking
    2
    3
    303
    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.
    • Dumbo
      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
      • Veti
        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
        • Dumbo
          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