Advertisement
Guest User

Untitled

a guest
May 24th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 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 v2 on Sat May 11 2019 01:37:17 GMT-0400 (Eastern Daylight Time)
  5.  
  6. ; General preferences
  7. G90 ; Send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9.  
  10. ; Network
  11. M550 P"Gigabot" ; Set machine name
  12. M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
  13. M586 P0 S1 ; Enable HTTP
  14. M586 P1 S0 ; Disable FTP
  15. M586 P2 S0 ; Disable Telnet
  16.  
  17. ; Drives
  18. M569 P0 S1 ; Physical drive 0 goes forwards X
  19. M569 P1 S0 ; Physical drive 1 goes backwards Y
  20. M569 P2 S1 ; Physical drive 2 goes backwards Z
  21. M569 P3 S0 ; Physical drive 3 goes backwards E
  22. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
  23. M92 X59.26 Y59.26 Z2015.50 E415.00 ; Set steps per mm
  24. M566 X600.00 Y600.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
  25. M203 X18000.00 Y18000.00 Z180.00 E1500.00 ; Set maximum speeds (mm/min)
  26. M201 X3000.00 Y3000.00 Z20.00 E10000.00 ; Set accelerations (mm/s^2)
  27. M906 X950.00 Y2000.00 Z2000.00 E1100.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
  28. M84 S30 ; Set idle timeout
  29.  
  30. ; Axis Limits
  31. M208 X0 Y0 Z0 S1 ; Set axis minima
  32. M208 X593 Y612 Z551 S0 ; Set axis maxima
  33.  
  34. ; Endstops
  35. M574 X1 Y2 S0 ; Set active low for enstops X and Y
  36.  
  37. ; Z-Probe
  38. M574 Z1 S2 ; Set endstops controlled by probe
  39. M558 P5 H5 I1 R0.9 F240 T6000 ; Set Z probe type to effector and the dive height + speeds
  40. G31 P600 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
  41. M557 X0:593 Y0:604 S98.7 ; Define mesh grid
  42.  
  43. ; Heaters
  44. M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
  45. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  46. M305 P1 X200 ; Configure PT1000 for heater 1 wa
  47. M143 H1 S450 ; Set temperature limit for heater 1 to 450C, 485 is the max
  48.  
  49. ; Fans
  50. M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  51. M106 P1 S1 I0 F500 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
  52.  
  53. ; Tools
  54. M563 P0 D0 H1 ; Define tool 0
  55. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  56. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  57.  
  58. ; Automatic power saving
  59. M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
  60.  
  61. ; Custom settings are not configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement