Advertisement
piksliviksi

conf.g

Nov 21st, 2020 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. ; Configuration file for Duet WiFi (firmware version 3)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v3.1.8 on Thu Nov 19 2020 23:39:56 GMT+0200 (Eastern European Standard Time)
  5.  
  6. ; General preferences
  7. G90 ; send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9. M550 P"Ender 3 Pro" ; set printer name
  10. M918 P1 E4 F2000000 ; configure direct-connect display
  11.  
  12. ; Network
  13. M551 P"3D" ; set password
  14. M552 S1 ; enable network
  15. M586 P0 S1 ; enable HTTP
  16. M586 P1 S0 ; disable FTP
  17. M586 P2 S0 ; disable Telnet
  18.  
  19. ; Drive Mappings S0 = backwards, S1 = forwards
  20. M569 P0 S1 ; Drive 0 goes forwards: X Axis
  21. M569 P1 S0 ; Drive 1 goes forwards: Y Axis
  22. M569 P2 S1 ; Drive 2 goes forwards: Z Axis Left
  23. M569 P3 S1 ; Drive 3 goes backward: E Axis
  24. M569 P4 S1 ; Drive 4 goes forwards: Z Axis Right (using E1)
  25.  
  26. M584 X0 Y1 Z2:4 E3 ; set drive mapping
  27. M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
  28. M92 X80.00 Y80.00 Z400.00 E93.00 ; set steps per mm
  29. M566 X1200.00 Y1200.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
  30. M203 X9000.00 Y9000.00 Z180.00 E6000.00 ; set maximum speeds (mm/min)
  31. M201 X500.00 Y500.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
  32. M906 X800 Y800 Z800 E1000 I50 ; set motor currents (mA) and motor idle factor in per cent
  33. M84 S30 ; Set idle timeout
  34.  
  35. ; Motor remapping for dual Z and axis Limits
  36. M671 X-25:260 Y115:115 S5 ; Z Axis lead screw locations in relation to the X axis
  37.  
  38. ; Axis Limits
  39. M208 X0 Y0 Z0 S1 ; set axis minima
  40. M208 X235 Y235 Z310 S0 ; set axis maxima
  41.  
  42. ; Endstops
  43. M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
  44. M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
  45. M574 Z1 S2 ; configure Z-probe endstop for low end on Z
  46. M564 H0 ; Allow unhomed movement
  47.  
  48. ; Z-Probe
  49. M558 P5 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
  50. G31 P500 X30 Y25 Z2.4 ; set Z probe trigger value, offset and trigger height
  51. M557 X50:180 Y15:195 S20 ; define mesh grid
  52.  
  53. ; Heatbed Heaters and Thermistor Bed
  54. M308 S0 P"bed_temp" Y"thermistor" A"Build Plate" T100000 B4185 ; Set thermistor + ADC parameters for heater 0 Bed
  55. M950 H0 C"bedheat" T0 ; Creates Bed Heater
  56. M307 H0 A91.5 C264.0 D10.2 S1.00 V24.0 B0 ; Bed PID Calibration @ 75c - updated 11AUG2020
  57. M140 H0 ; Bed uses Heater 0
  58. M143 H0 S120 ; Set temperature limit for heater 0 to 120C Bed
  59.  
  60. ; Filament Sensor
  61. ; M591 D0 P2 C"e0stop" S1 ; Filament Runout Sensor
  62.  
  63. ; HotEnd Heaters and Thermistor HotEnd
  64. M308 S1 P"e0_temp" Y"thermistor" A"Nozzle" T100000 B4185 ; Set thermistor + ADC parameters for heater 1 HotEnd
  65. M950 H1 C"e0heat" T1 ; Create HotEnd Heater
  66. M307 H1 A311.0 C130.0 D4.3 S1.00 V24.1 B0 ; Hotend PID Calibration @ 240c - updated 09AUG2020
  67. M143 H1 S250 ; Set temperature limit for heater 1 to 285C HotEnd
  68. M302 S190 R190 ; Allow cold extrudes, S-Minimum extrusion temperature, R-Minimum retraction temperature
  69.  
  70.  
  71. ; Fans
  72. M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
  73. M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
  74. M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
  75. M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
  76. M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
  77. M106 P2 S1 H1:0 T45 ; set fan 2 value. Thermostatic control is turned on
  78.  
  79. ; Tools
  80. M563 P0 D0 H1 F0 ; define tool 0
  81. G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
  82. G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
  83.  
  84. ; Custom settings
  85. M592 D0 A0.012 B0 ; Set non linear extrusion
  86. M207 S1.8 F1800 T1800 Z0.1 ; Set retraction
  87. M593 F25 ; cancel ringing at 25Hz
  88. M200 D1.75 ; set all extruder filament diameters to 1.75mm
  89. T0
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement