Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Sun Jul 15 2018 21:09:13 GMT+0200 (MitteleuropƤische Sommerzeit)
  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. M667 S1 ; Select CoreXY mode
  12.  
  13. ; Network
  14. M550 PHypercube ; Set machine name
  15. M552 S1 ; Enable network
  16. M587 S"XXXXXXXXXX" P"XXXXXXXXX" ; Configure access point. You can delete this line once connected
  17. M586 P0 S1 ; Enable HTTP
  18. M586 P1 S0 ; Disable FTP
  19. M586 P2 S0 ; Disable Telnet
  20.  
  21. ; Drives
  22. M569 P0 S0 ; Drive 0 goes forwards
  23. M569 P1 S0 ; Drive 1 goes forwards
  24. M569 P2 S1 ; Drive 2 goes forwards
  25. M569 P3 S1 ; Drive 3 goes backwards
  26. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
  27. M92 X80 Y80 Z400 E848.5 ; Set steps per mm
  28. ;M92 X80 Y80 Z400 E853.43 ; Set steps per mm
  29. M566 X480 Y480 Z12 E600 ; Set maximum instantaneous speed changes (mm/min)
  30. ; M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
  31. M203 X15000 Y15000 Z600 E6000 ; Set maximum speeds (mm/min)
  32. M201 X2000 Y2000 Z250 E3000 ; Set accelerations (mm/s^2)
  33. ;M201 X1500 Y1500 Z250 E2000 ; Set accelerations (mm/s^2)
  34. M906 X800 Y800 Z800 E1000 I30 ; Set motor currents (mA) and motor idle factor in per cent
  35. M84 S30 ; Set idle timeout
  36.  
  37. ; Axis Limits
  38. M208 X0 Y0 Z0 S1 ; Set axis minima
  39. M208 X290 Y295 Z300 S0 ; Set axis maxima
  40.  
  41. ; Endstops
  42. M574 X1 Y2 S1 ; Set active low endstops
  43.  
  44. ; Z-Probe
  45. M574 Z1 S2 ; Set endstops controlled by probe
  46. M558 P8 I1 R1 H5 F480
  47. G31 X0 Y0 Z-0.05 P100 ; Set Z probe trigger value, offset and trigger height
  48. ;G31 X0 Y0 Z1.6 P100 ; Set Z probe trigger value, offset and trigger height
  49. ; M557 X15:285 Y15:285 S20 ; Define mesh grid
  50.  
  51. ; Pressure advance
  52. ;M572 D0 S0.4
  53.  
  54. ; Heaters
  55. M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
  56. M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  57. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  58. M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
  59. M143 H1 S280 ; Set temperature limit for heater 1 to 280C
  60.  
  61. ; Fans
  62. M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  63. M106 P1 S0 I0 F100 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
  64. M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
  65.  
  66. ; Tools
  67. M563 P0 S"Hotend" D0 H1 F1 ; Define tool 0
  68. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  69. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  70.  
  71. ; Automatic saving after power loss is not enabled
  72.  
  73. ; Custom settings are not configured
  74. M557 X30:270 Y30:270 S80 ; probe from X=30 to 270, Y=30 to 270mm with a mesh spacing of 80mm
  75.  
  76. ; Load Heightmap
  77. G29 S1
  78.  
  79. ; Manual Bed leveling assistant
  80. M671 X-4:302:302:-4 Y-4:-4:300:300 P0.5
  81.  
  82. ; Enable use of sys/config-override.g
  83. M501
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement