Advertisement
Guest User

Untitled

a guest
May 26th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 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 Oct 25 2017 13:35:35 GMT+0200 (Vest-Europa (sommertid))
  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 X280 Y265 Z290 ; Set axis maxima
  16.  
  17. ; Endstops
  18. ;M574 Z0 S0 ; Define active low and unused microswitches
  19. ;M574 X1 Y1 S1 ; Define active high microswitches
  20. ;M558 P5 X0 Y0 Z1 H5 F200 T4000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds M558 P5 X0 Y0 Z1 H5 F100 T2000
  21. M558 P9 X0 Y0 Z1 H5 F100 T2000
  22. G31 X0 Y0 Z1.30 P25; Set Z probe trigger value, offset and trigger height ;;;;Z1.57 - 1.52 - 1.30
  23. M557 X0:290 Y0:270 S88 ; Define mesh grid
  24.  
  25. ; Drives
  26. M569 P0 S1 ; Drive 0 goes forwards
  27. M569 P1 S1 ; Drive 1 goes forwards
  28. M569 P2 S1 ; Drive 2 goes forwards
  29. M569 P3 S0 ; Drive 3 goes forwards
  30. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
  31. M92 X80 Y80 Z396.08 E108.6 ; Set steps per mm
  32. M566 X900 Y900 Z24 E100 ; Set maximum instantaneous speed changes (mm/min)
  33. M203 X6000 Y6000 Z400 E10000 ; Set maximum speeds (mm/min) M203 X6000 Y6000 Z400 E10000
  34. M201 X6000 Y6000 Z200 E6000 ; Set accelerations (mm/s^2) M201 X6000 Y6000 Z200 E6000
  35. M906 X800 Y800 Z800 E1600 I30 ; Set motor currents (mA) and motor idle factor in per cent
  36. M84 S30 ; Set idle timeout
  37.  
  38. ; Heaters
  39. M143 S280 ; Set maximum heater temperature to 280C
  40. M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  41. M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1 7.06e-8
  42. M307 H3 A-1 C-1 D-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. ; Fans
  50. M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  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. ; Custom settings are not configured
  55. ;M556 S20 X0 Y0 Z0
  56. M579 X1.003 Y1.005
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement