Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. `; Configuration file for Duet WiFi (firmware version 1.17)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Tue Sep 05 2017 15:08:37 GMT-0400 (Eastern Daylight Time)
  5.  
  6. ; General preferences
  7. M111 S0 ; Debugging off
  8. G21 ; Work in millimetres
  9. G90 ; Send absolute coordinates...
  10. M83 ; ...but relative extruder moves
  11. M555 P2 ; Set firmware compatibility to look like Marlin
  12.  
  13. M667 S1 ; Select CoreXY mode
  14. M208 X0 Y0 Z0 S1 ; Set axis minima
  15. M208 X300 Y300 Z325 S0 ; Set axis maxima
  16.  
  17. ; Endstops
  18. M574 X1 Y2 Z0 S0 ; Define active low and unused microswitches
  19. M558 P1 X0 Y0 Z1 H5 F300 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
  20. G31 P25 X-21 Y0 Z2 ; Set Z probe trigger value, offset and trigger height
  21. M557 X15:285 Y15:285 S60 ; Define mesh grid
  22.  
  23. ; Drives
  24. M569 P0 S0 ; Drive 0 goes backwards
  25. M569 P1 S0 ; Drive 1 goes backwards
  26. M569 P2 S0 ; Drive 2 goes backwards
  27. M569 P3 S0 ; Drive 3 goes backwards
  28. M569 P4 S1 ; Drive 4 goes forwards
  29. M584 X0 Y1 Z2 E4:3 ; Apply custom drive mapping
  30. M350 X128 Y128 Z128 E128:128 I0 ; Configure microstepping without interpolation
  31. M92 X800 Y800 Z3200 E1085:1085 ; Set steps per mm
  32. M566 X720 Y720 Z24 E1200:1200 ; Set maximum instantaneous speed changes (mm/min)
  33. M203 X45000 Y45000 Z600 E12000:12000 ; Set maximum speeds (mm/min)
  34. M201 X2500 Y2500 Z250 E5000:5000 ; Set accelerations (mm/s^2)
  35. M906 X1000 Y1000 Z1500 E1500:1500 I30 ; Set motor currents (mA) and motor idle factor in per cent
  36. M84 S30 ; Set idle timeout
  37.  
  38. ; Heaters
  39. M143 S290 ; Set maximum heater temperature to 290C
  40. M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
  41. M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  42. M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1
  43. M305 P2 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 2
  44.  
  45. ; Tools
  46. M563 P0 D0 H1 ; Define tool 0
  47. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  48. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  49. M563 P1 D1 H2 ; Define tool 1
  50. G10 P1 X18 Y0 Z0 ; Set tool 1 axis offsets
  51. G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
  52.  
  53. ; Network
  54. M550 PD-Bot Custom ; Set machine name
  55. M552 S1 ; Enable network
  56. ; Access point is configured manually via M587 by the user
  57. M586 P0 S1 ; Enable HTTP
  58. M586 P1 S0 ; Disable FTP
  59. M586 P2 S0 ; Disable Telnet
  60.  
  61. ; Fans
  62. M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  63. M106 P1 S1 I0 F500 H1:2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  64. M106 P2 S1 I0 F500 H1:2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
  65.  
  66. ; Custom settings
  67. M307 H3 A-1 C-1 D-1 ;
  68. M671 X-6:-6:306:306 Y-6:306:-6:306 P0.7 ; adjusting screws at rear left (-15,190), front middle (100,-10) and rear right (215,190), thread pitch 0.5mm
  69. M912 P0 S-8
  70.  
  71. ; Miscellaneous
  72. M501 ; Load saved parameters from non-volatile memory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement