Fickert

Untitled

Feb 19th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 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 Sun Feb 19 2017 08:31:15 GMT-0500 (Eastern Standard 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 P1 ; Set firmware compatibility to look like RepRapFirmare
  12. M208 X0 Y0 Z0 S1 ; Set axis minima
  13. M208 X300 Y300 Z400 S0 ; Set axis maxima
  14.  
  15. ; Endstops
  16. M574 X1 Y1 Z1 S1 ; Define active high microswitches
  17. M558 P1 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
  18. G31 P600 X-30 Y-30 Z2.5 ; Set Z probe trigger value, offset and trigger height
  19.  
  20. ; Drives
  21. M569 P0 S0 ; Drive 0 goes backwards
  22. M569 P1 S1 ; Drive 1 goes forwards
  23. M569 P2 S0 ; Drive 2 goes backwards
  24. M569 P3 S1 ; Drive 3 goes forwards
  25. M350 X256 Y256 Z256 I0 ; Configure microstepping without interpolation
  26. M350 E128 I1 ; Configure microstepping with interpolation
  27. M92 X1315 Y1315 Z4000 E420 ; Set steps per mm
  28. M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
  29. M203 X9000 Y9000 Z600 E1200 ; Set maximum speeds (mm/min)
  30. M201 X1500 Y1500 Z500 E250 ; Set accelerations (mm/s^2)
  31. M906 X1200 Y1500 Z1200 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
  32. M84 S30 ; Set idle timeout
  33.  
  34. ; Heaters
  35. M143 S260 ; Set maximum heater temperature to 260C
  36. M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  37. M305 P1 T100000 B4388 C0 R4700 ; Set thermistor + ADC parameters for heater 1
  38.  
  39. ; Tools
  40. M563 P0 D0 H1 ; Define tool 0
  41. G10 P0 X0 Y0 ; Set tool 0 axis offsets
  42. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  43.  
  44. ; Network
  45. M550 PFick's FolgerTech FT-5 ; Set machine name
  46. ; M551 P ; Set password
  47. M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
  48.  
  49. ; Fans
  50. M106 P0 S1 I0 F500 H1 T45 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
  51. M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  52. M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
  53.  
  54. ; BL Touch Probing Settings
  55.  
  56.  
  57. ; Custom settings are not configured
  58. M307 H3 A-1 C-1 D-1
  59. M558 P4 X0 Y0 Z1 H5 F750 T2000
  60. G31 P25 X36 Y0 Z1.5
Add Comment
Please, Sign In to add comment