Advertisement
Cinpro

duet config.g 9-14

Sep 14th, 2017
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. ; Configuration file for Duet Ethernet (firmware version 1.17)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Mon May 22 2017 22:56:20 GMT-0400 (Eastern 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. M665 R152 L360.2 B145 H580 ; Set delta radius, diagonal rod length, printable radius and homed height
  13. M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them
  14. M208 Z0 S1 ; Set minimum Z
  15. ; Endstops
  16. M574 X2 Y2 Z2 S1 ; Define active high microswitches
  17. M558 P1 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
  18. M557 R130 S20 ; Define mesh grid
  19.  
  20. ; Z-Probe
  21. M307 H3 A-1 C-1 D-1 ; reserve pin 21 for M42 or servo use
  22. M558 P5 R0.4 F1000
  23. G31 P100 X0 Y0 Z-0.1; Set Z probe trigger value, offset and trigger height
  24.  
  25. ; Drives
  26. M569 P0 S0 ; Drive 0 goes forwards
  27. M569 P1 S0 ; Drive 1 goes forwards
  28. M569 P2 S0 ; Drive 2 goes forwards
  29. M569 P3 S0 ; Drive 3 goes forwards
  30. M350 E32 I0 ; Configure microstepping without interpolation
  31. M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
  32. M92 X200 Y200 Z200 E855 Set steps per mm
  33. M566 X1500 Y1500 Z1500 E1500 ; Set maximum instantaneous speed changes (mm/min)
  34. M203 X18000 Y18000 Z18000 E3000 ; Set maximum speeds (mm/min)
  35. M201 X1000 Y1000 Z1000 E1500 ; Set accelerations (mm/s^2)
  36. M906 X1000 Y1000 Z1000 E880 I10 ; Set motor currents (mA) and motor idle factor in per cent
  37. M84 S30 ; Set idle timeout
  38.  
  39. ; Heaters
  40. M143 S298 ; Set maximum heater temperature to 285C
  41. M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
  42. M305 P0 T100000 B4607 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 0
  43. M305 P1 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 1
  44.  
  45. ; Tools
  46. M563 P0 D0 H1 ; Define tool 0
  47. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  48. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  49.  
  50. ; Network
  51. M550 PGOD-ZILLA! ; Set machine name
  52. M540 PBE:EF:DE:AD:FE:ED ; Set MAC address
  53. M552 P192.168.1.149 S1 ; Enable network and acquire dynamic address via DHCP
  54. M586 P0 S1 ; Enable HTTP
  55. M586 P1 S0 ; Disable FTP
  56. M586 P2 S0 ; Disable Telnet
  57.  
  58. ; Fans
  59. M106 P0 S1 I0 F255 H-1; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  60. M106 P2 S1 I0 F255 T60 H1; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  61. ; Needs Repair M106 P1 S0 I0 F255 H-1; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
  62.  
  63.  
  64. ; Custom settings are not configured
  65.  
  66. ; Miscellaneous
  67. M501 ; Load saved parameters from non-volatile memory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement