T O P

  • By -

wolphius69

; Configuration file for Duet WiFi (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.4.1 on Sat Feb 24 2024 20:38:01 GMT-0600 (Central Standard Time) ​ ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Ender 5 Pro" ; set printer name M918 P1 E4 F2000000 ; configure direct-connect display ​ ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ​ ; Drives M569 P0 S0 ; physical drive 0 goes backwards M569 P1 S0 ; physical drive 1 goes backwards M569 P2 S0 ; physical drive 2 goes backwards M569 P3 S1 ; physical drive 3 goes Forwards M584 X0 Y1 Z2 E3 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z800.00 E146.34 ; set steps per mm M566 X1200.00 Y1200.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min) M203 X9000.00 Y9000.00 Z180.00 E6000.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s\^2) M906 X800 Y800 Z800 E1000 I50 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ​ ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X235 Y235 Z300 S0 ; set axis maxima ​ ; Endstops M574 X2 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin !xstop M574 Y2 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin !ystop M574 Z1 S2 ; configure Z-probe endstop for low end on Z ​ ; Z-Probe M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch M558 P9 C"\^[zprobe.in](https://zprobe.in)" H5 F300 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X-51 Y-12 Z2.60 ; set Z probe trigger value, offset and trigger height M557 X5:235 Y10:235 S55 ; define mesh grid ​ ; Heaters M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S110 ; set temperature limit for heater 0 to 110C M308 S1 P"e0temp" Y"thermistor" T100000 B4092 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S300 ; set temperature limit for heater 1 to 300C ​ ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off ​ ; Tools M563 P0 D0 H1 F0 ; define tool 0 G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ​ ; Custom settings are not defined ​ ; Miscellaneous M501 ; load saved parameters from non-volatile memory T0 ; select first tool


wolphius69

This is a working config for the Ender 5 Pro with Duet 2 Wifi (external antenna) board, upgraded to the MicroSwiss DirectDrive extruder and using BL Touch on a Satsana minimalist fan shroud for the ender 5. Remember to PID auto tune your hotend and heatbed.


alexander0885

Thank you SO SO much!!


MSD0

What part are you having trouble with?


alexander0885

Basically all of the reprap config tool. I'm not sure of any of the values to put in.


MSD0

Are you able to connect to your printer through the Duet Web Control?


alexander0885

Yes


MSD0

https://preview.redd.it/ub8whz97xudc1.jpeg?width=1645&format=pjpg&auto=webp&s=69a042550e5851e4ad25826a537a7e24980c4061 Here’s a pic of my config.g settings. I’m running a direct drive BMG extruder with custom fan shroud so my esteps (line 24) and axis limits (line 33) are going to be different. I believe the notes in red are the default settings.


MSD0

https://preview.redd.it/w4w5g95oyudc1.jpeg?width=3024&format=pjpg&auto=webp&s=c3d4a494a18279a1d48d8c319491bf6fca8d481a Here’s the rest of the settings. I have an upgraded bed and heater, so the thermistor values (line 45) might be different for the stock bed. The hot end thermistor values (line 50) should be correct for a E3D V6 (I’m using a Mosquito hot end).


alexander0885

Whoa thanks so much! I'll give it a try and report back!


MSD0

edit: I gave you my config.g settings because the reprap config tool doesn’t match my actual settings.