Guest User

Untitled

a guest
Jun 19th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 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 Wed Mar 22 2017 23:04:59 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. M208 X0 Y-65 Z0 S1 ; Set axis minima
  13. M208 X230 Y192 Z200 S0 ; Set axis maxima
  14.  
  15. ; Endstops
  16. M581 E1 S1 T1 C0
  17. M574 X1 Y1 Z0 S0 ; Define active low and unused microswitches
  18. ;M574 Z1 E1 S1 ; Define active high Z axis switch
  19. M558 P4 X0 Y0 Z1 H3 F120 T6000 I1 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
  20. G31 P500 X-44 Y5 Z.223 ; Set Z probe trigger value, offset and trigger height
  21. M557 X15:185 Y15:177 S20 ; Define mesh grid
  22.  
  23. ; Drives
  24. M569 P0 S1 ; Drive 0 goes forwards
  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. M350 X32 Y32 Z16 E16 I1 ; Configure microstepping with interpolation
  29. M92 X200 Y200 Z400 E606.8 ; Set steps per mm
  30. M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
  31. M203 X6000 Y6000 Z180 E3000 ; Set maximum speeds (mm/min)
  32. M201 X300 Y300 Z100 E250 ; Set accelerations (mm/s^2)
  33. M906 X1000 Y1000 Z1000 E1100 I30 ; Set motor currents (mA) and motor idle factor in per cent
  34. M84 S30 ; Set idle timeout
  35.  
  36. ; Heaters
  37. M143 S280 ; Set maximum heater temperature to 280C
  38. M307 H1 A403.8 C254.9 D6.5 S0.70 B0
  39. M307 H0 A11.5 C261.6 D10.7 S1.00 B0
  40. M301 H0 S0.5 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
  41. M305 P0 T100000 B12454 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.  
  44. ; Tools
  45. M563 P0 D0 H1 ; Define tool 0
  46. G10 P0 X0 Y0 Z0; Set tool 0 axis offsets
  47. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  48.  
  49. ; Network
  50. M550 PJanky ; Set machine name
  51. M551 PDarkFox ; Set password
  52. M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
  53.  
  54. ; Fans
  55. M106 P2 T40 H1
  56. M106 P1 T60 H1
  57. M106 P0 S0
  58.  
  59. ; Custom settings are not configured
Add Comment
Please, Sign In to add comment