Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 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 v2.1.8 on Sat Jan 18 2020 08:15:11 GMT+0100 (Central European Standard Time)
  5.  
  6. ; General preferences
  7. G90 ; send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9. M550 P"M200" ; set printer name
  10.  
  11. ; Network
  12. M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
  13. M586 P0 S1 ; enable HTTP
  14. M586 P1 S0 ; disable FTP
  15. M586 P2 S0 ; disable Telnet
  16.  
  17. ; Drives
  18. M569 P0 S0 ; physical drive 0 goes
  19. M569 P1 S1 ; physical drive 1 goes
  20. M569 P2 S0 ; physical drive 2 goes
  21. M569 P3 S1 ; physical drive 3 goes
  22. M584 X0 Y1 Z2 E3 ; set drive mapping
  23. M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
  24. ;M350 X256 Y256 Z256 E256 I0 ; configure microstepping without interpolation
  25. ;M92 X80.00 Y80.00 Z4000.00 E420.00 ; set steps per mm
  26. M92 X80 Y80 Z800 E131.81 ; Set steps per mm
  27. M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
  28. M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
  29. M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
  30. M906 X1000 Y1000 Z1000 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
  31. M84 S30 ; Set idle timeout
  32.  
  33. ; Axis Limits
  34. M208 X0 Y0 Z0 S1 ; set axis minima
  35. M208 X200 Y230 Z200 S0 ; set axis maxima
  36.  
  37. ; Endstops
  38. M574 X1 S1 P"!xstop" ; configure active-high endstop for low end on X via pin xstop
  39. M574 Y1 S1 P"!ystop" ; configure active-high endstop for low end on Y via pin ystop
  40. M574 Z1 S2 ; configure Z-probe endstop for high end on Z
  41.  
  42. ; Z-Probe
  43. M558 P5 C"zprobe.in+zprobe.mod" H5 F120 T6000 I1 ; set Z probe type to switch and the dive height + speeds
  44. G31 P500 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height
  45. ;M557 X15:185 Y15:185 S20 ; define mesh grid
  46.  
  47. ; Heaters
  48. M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
  49. M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
  50. M143 H0 S120 ; set temperature limit for heater 0 to 120C
  51. M307 H0 D6000 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
  52. M140 H0 ; map heated bed to heater 0
  53. M308 S1 P"spi.cs1" Y"rtd-max31865" ; sensor 1 on pt100 daughter board, position 1
  54. M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
  55. M143 H1 S280 ; set temperature limit for heater 1 to 280C
  56. M307 H1 A1466.6 C387.5 D6000 S1.00 V23.9 B0 ; auto tuned pwm for extr heater. heater was detached however.
  57.  
  58. ; Fans
  59. M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
  60. M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
  61. M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
  62. M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
  63.  
  64. ; Tools
  65. M563 P0 D0 H1 F0 ; define tool 0
  66. G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
  67. G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
  68.  
  69. ; TODO tune this setting
  70. ; for manual bed calibration
  71. M671 X40:100:160 Y210:-10:210 P0.5 ; adjusting screws at rear left ,front middle and rear right, thread pitch 0.5mm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement