Advertisement
Guest User

Untitled

a guest
May 8th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. ; Configuration file for Duet WiFi (firmware version 1.21)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Fri Mar 15 2019 21:53:32 GMT-0700 (Pacific Daylight Time)
  5.  
  6. ; General preferences
  7. G90 ; Send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9. M555 P1 ; Set firmware compatibility to look like RepRapFirmare
  10.  
  11. ; Network
  12. M550 PCharlieBrown ; Set machine name
  13. M551 Pdigital1 ; Set password
  14. M552 S1 ; Enable network
  15. M552 P192.168.1.123 ;
  16. M586 P0 S1 ; Enable HTTP
  17. M586 P1 S0 ; Disable FTP
  18. M586 P2 S0 ; Disable Telnet
  19.  
  20. ; Drives
  21. M569 P0 S0 ; Drive 0 (X) goes backwards
  22. M569 P1 S1 ; Drive 1 (Y) goes forwards
  23. M569 P2 S0 ; Drive 2 (Z) goes backwards
  24. M569 P3 S1 ; Drive 3 (E0) goes forwards
  25. M350 X16 Y16 Z16 I1 ; Configure microstepping of X,Y,Z axes with interpolation
  26. M350 E16 I1 ; Configure microstepping of Extruder with interpolation
  27. M92 X80 Y80 Z400 E518.37 ; Set steps per mm
  28. M566 X1200 Y1200 Z12 E300 ; Set maximum instantaneous speed changes (mm/min)
  29. M203 X18000 Y18000 Z9000 E6000 ; Set maximum speeds (mm/min)
  30. M201 X3000 Y3000 Z500 E3000 ; Set accelerations (mm/s^2)
  31. M906 X1250 Y1250 Z1250 E1000 I30 ; Set motor currents (mA) and motor idle factor in per cent
  32. M84 S15 ; Set idle timeout
  33.  
  34. ; Axis Limits
  35. M208 X0 Y0 Z0 S1 ; Set axis minima
  36. M208 X223 Y223 Z300 S0 ; Set axis maxima (Z is actually 205, but won't zero with BLTouch unless this Z is set higher)
  37.  
  38. ; Endstops
  39. M574 X1 Y2 Z2 S1 ; Set active high endstops, Y and Z endstops at maximum
  40.  
  41. ; Z-Probe
  42. M307 H3 A-1 C-1 D-1 ; release heater 3 for use by probe
  43. M558 P9 H5 F1200 T8000 ; https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch (Z was 960)
  44. ; explanation of M558 parameters: https://reprap.org/wiki/G-code#M558:_Set_Z_probe_type
  45. G31 X22 Y-21 Z1.582 P25 ; https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_BLTouch
  46.  
  47. M557 X15:208 Y15:208 S20 ; Define mesh grid
  48.  
  49. ; Heaters
  50. M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
  51. M305 P0 X201 ; Configure thermocouple for heater 0 (Bed)
  52. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  53. M305 P1 X200 ; Configure thermocouple for heater 1 (Hotend)
  54. M143 H1 S280 ; Set temperature limit for heater 1 to 280C
  55.  
  56. ; Fans
  57. M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  58. M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  59. M106 P2 S1 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
  60.  
  61. ; Tools
  62. M563 P0 D0 H1 ; Define tool 0
  63. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  64. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  65.  
  66. M912 P0 S2.3 ; MCU temperature display calibration https://duet3d.dozuki.com/Wiki/Calibrating_the_CPU_temperature
  67. M501 ; https://forum.duet3d.com/topic/3055/having-trouble-setting-the-z-offset/6
  68.  
  69. ; Automatic saving after power loss is not enabled
  70.  
  71. ; Custom settings are not configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement