Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 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 Sun Mar 03 2019 00:52:39 GMT-0600 (Central Standard Time)
  5.  
  6. ; General preferences
  7. G90 ; Send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9. M665 R200 L215 B180 H287 ; Set delta radius, diagonal rod length, printable radius and homed height
  10. M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them
  11.  
  12. ; Network
  13. M550 P"duet2wifi" ; Set machine name
  14. M552 S0 ; Enable network
  15. M552 S2 ;
  16. ;*** Access point is configured manually via M587
  17. M586 P0 S1 ; Enable HTTP
  18. M586 P1 S0 ; Disable FTP
  19. M586 P2 S0 ; Disable Telnet
  20.  
  21. ; Drives
  22. M569 P0 S1 ; Drive 0 goes forwards
  23. M569 P1 S1 ; Drive 1 goes forwards
  24. M569 P2 S1 ; Drive 2 goes forwards
  25. M569 P3 S1 ; Drive 3 goes forwards
  26. ;M350 X64 Y64 Z64 E16 I1 ; Configure microstepping with interpolation
  27. ;M92 X320.00 Y320.00 Z320.00 E96.00 ; Set steps per mm
  28. M350 X16 Y16 Z16 E16 I1
  29. M92 X80.00 Y80.00 Z80.00 E96.00
  30. M566 X1800.00 Y1800.00 Z1800.00 E1200.00 ; Set maximum instantaneous speed changes (mm/min)
  31. M203 X30000.00 Y30000.00 Z30000.00 E1200.00 ; Set maximum speeds (mm/min)
  32. M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; Set accelerations (mm/s^2)
  33. M906 X1700.00 Y1700.00 Z1700.00 E1700.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
  34. M84 S30 ; Set idle timeout
  35.  
  36. ; Axis Limits
  37. M208 Z0 S1 ; Set minimum Z
  38.  
  39. ; Endstops
  40. M574 X2 Y2 Z2 S1 ; Set active high endstops
  41.  
  42. ; Z-Probe
  43. ;M574 Z2 S2 ; Set endstops controlled by probe
  44. M558 P8 R0.4 H5 F1200 T6000 ; Set Z probe type to effector and the dive height + speeds
  45. G31 P100 X0 Y0 Z20 ; Set Z probe trigger value, offset and trigger height
  46. M557 R85 S20 ; Define mesh grid
  47.  
  48. ; Heaters
  49. M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
  50. M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
  51. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  52. M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
  53. M143 H1 S280 ; Set temperature limit for heater 1 to 280C
  54.  
  55. ; Fans
  56. M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  57. M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  58.  
  59. ; Tools
  60. M563 P0 D0 H1 ; Define tool 0
  61. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  62. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  63.  
  64. ; Automatic power saving
  65. M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
  66.  
  67. ; Custom settings are not configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement