Ender 3 Pro with Duet 2 Maestro
-
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.
-
Use the https://configurator.reprapfirmware.org/Start
i would start with the marlin example confighttps://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
-
sorted it with your help thanks