Fickert

Untitled

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