Advertisement
robathome

Prusa_Config

Aug 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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 Thu Jul 20 2017 16:19:12 GMT-0300 (Atlantic 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 P1 ; Set firmware compatibility to look like RepRapFirmare
  12. M208 X0 Y0 Z0 S1 ; Set minimum axis boundaries
  13. M208 X170 Y150 Z170 S0 ; Set maximum axis boundaries
  14.  
  15. ; Endstops
  16. M574 X1 S0 ; Define X-min endstop as active low
  17. M574 Y1 S0 ; Define Y-min endstop as active low
  18. M574 Z1 S0 : Define Z-min endstop as active low
  19. M558 P1 X0 Y0 Z0 H3 F250 T4000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
  20. G31 P500 X0 Y0 z1.67 ; Set Z probe trigger value, offset and trigger height
  21. M557 X10:160 Y10:140 S10 ; Define mesh grid
  22.  
  23. ; Drives
  24. M569 P0 S0 ; Drive 0 goes backwards
  25. M569 P1 S1 ; Drive 1 goes forwards
  26. M569 P2 S0 ; Drive 2 goes forwards
  27. M569 P3 S1 ; Drive 3 goes forwards
  28. M350 X16 Y16 Z128 E16 I1 ; Configure microstepping with interpolation
  29. M92 X80 Y80 Z12800 E397 ; Set steps per mm
  30. M566 X500 Y250 Z125 E200 ; Set maximum instantaneous speed changes (mm/min)
  31. M203 X4500 Y4500 Z500 E1800 ; Set maximum speeds (mm/min)
  32. M201 X500 Y500 Z75 E200 ; Set accelerations (mm/s^2)
  33. M906 X1200 Y1200 Z1200 E1000 I30; Set maximum motor currents (mA) and motor idle factor in per cent
  34. M84 S30 ; Set idle timeout
  35.  
  36. ; Thermistors
  37. M143 S260 ; Set maximum heater temperature to 260C
  38. M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  39. M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
  40.  
  41. ; Heaters
  42. M307 H1 A479.7 ; Define heater 1 model gain
  43. M307 H1 C244.9 ; Define heater 1 model time constant
  44. M307 H1 D9.5 ; Define heater 1 model dead time
  45. M307 H1 B0 ; Enable PID control (Disable Bang-Bang control)
  46.  
  47. ; Tools
  48. M563 P0 D0 H1 ; Attach extruder 0 and heater 1 to tool 0
  49. G10 P0 X0 Y0 Z0 ; Define tool 0 coordinate offsets
  50. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures (0°C/0°C)
  51.  
  52. ; Network
  53. M550 PPrusa_1 ; Set machine name
  54. M551 PMrxlMrxlMrxl! ; Set password
  55. M552 S1 ; Enable network
  56. M586 P0 S1 ; Enable HTTP
  57. M586 P1 S0 ; Disable FTP
  58. M586 P2 S0 ; Disable Telnet
  59.  
  60. ; Fans
  61. M106 P0 S1 I0 F500 H-1 ; Set fan 0 startup value, PWM signal inversion and frequency. Thermostatic control is turned on @ 60°C
  62. M106 P1 S1 I0 F500 H1 T60 ; Set fan 1 startup value, PWM signal inversion and frequency. Thermostatic control is turned off
  63. M106 P2 S1 I0 F500 H-1 ; Set fan 2 startup value, PWM signal inversion and frequency.
  64.  
  65. ; Custom settings are not configured
  66. ; M501
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement