bitanalyst

config.g

Sep 28th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 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 Mon Sep 03 2018 14:41:01 GMT-0500 (Central Daylight Time)
  5.  
  6. ; General preferences
  7. G90 ; Send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9.  
  10. M667 S1 ; Select CoreXY mode
  11.  
  12. ; Network
  13. M550 PD-Bot ; Set machine name
  14. M552 S1 ; Enable network
  15. M587 ; Configure access point. You can delete this line once connected
  16. M586 P0 S1 ; Enable HTTP
  17. M586 P1 S0 ; Disable FTP
  18. M586 P2 S0 ; Disable Telnet
  19.  
  20. ; Drives
  21. M569 P0 S1 ; Drive 0 goes forwards
  22. M569 P1 S1 ; Drive 1 goes forwards
  23. M569 P2 S1 ; Drive 2 goes forwards
  24. M569 P3 S0 ; Drive 3 goes forwards
  25. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
  26. M92 X80 Y80 Z400 E145.85 ; Set steps per mm
  27. M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
  28. M203 X6000 Y6000 Z180 E1200 ; Set maximum speeds (mm/min)
  29. M201 X500 Y20 Z250 E250 ; Set accelerations (mm/s^2)
  30. M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
  31. M84 S30 ; Set idle timeout
  32.  
  33. ; Axis Limits
  34. M208 X0 Y0 Z0 S1 ; Set axis minima
  35. M208 X300 Y200 Z325 S0 ; Set axis maxima
  36.  
  37. ; Endstops
  38. M574 X1 Y2 Z1 S0 ; Set active low endstops
  39.  
  40. ; Z-Probe
  41. M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
  42. G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
  43. M557 X15:285 Y15:185 S20 ; Define mesh grid
  44.  
  45. ; Heaters
  46. M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  47. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  48. M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
  49. M143 H1 S295 ; Set temperature limit for heater 1 to 295C
  50.  
  51. ; Fans
  52. M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  53. M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  54. M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
  55.  
  56. ; Tools
  57. M563 P0 D0 H1 ; Define tool 0
  58. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  59. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  60.  
  61. ; Automatic saving after power loss is not enabled
  62.  
  63. ; Custom settings are not configured
  64.  
  65. ; Process config-override.g file
  66. M501
Add Comment
Please, Sign In to add comment