Advertisement
Guest User

config

a guest
Feb 24th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 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 Fri Mar 01 2019 19:26:22 GMT+0200 (Eastern European Standard 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 P"Omega" ; Set machine name
  14. M552 S1 ; Enable network
  15. M587 S"WIFI" P"PASS" ; 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. M584 X0 Y1 Z2:5:6 E3:4:7:8:9 ; Map Z to drivers 2, 5, 6. Define unused drivers 3,4,8 and 9 as extruders
  22.  
  23. M569 P0 S0 ; Drive 0 goes backwards
  24. M569 P1 S1 ; Drive 1 goes forwards
  25.  
  26. M569 P2 S0 ; Drive 2 goes backwards
  27. M569 P5 S0 ; Drive 5 goes backwards
  28. M569 P6 S0 ; Drive 6 goes backwards
  29.  
  30. M569 P3 S0 ; Drive 3 goes backwards
  31.  
  32. ;Ballscrew locations
  33. ;M671 X-55:705:705 Y220:440:0 S30 ;Left, Rear right, Front right S30 is the max correction
  34. M671 X-20:315:662 Y15:482:15 S30 ;Left, Rear right, Front right S30 is the max correction
  35.  
  36. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
  37. M92 X80.00 Y80.00 Z640.00 E837 ; Set steps per mm
  38. M566 X180.00 Y180.00 Z12.00 E120.00 ; Set maximum instantaneous speed changes (mm/min)
  39. M203 X30000.00 Y30000.00 Z180.00 E1200.00 ; Set maximum speeds (mm/min)
  40. M201 X3000.00 Y3000.00 Z20.00 E250.00 ; Set accelerations (mm/s^2)
  41. M906 X800.00 Y800.00 Z1200.00 E900.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
  42. M84 S60 ; Set idle timeout
  43.  
  44. ; Axis Limits
  45. M208 X0 Y0 Z0 S1 ; Set axis minima
  46. M208 X640 Y472 Z660 S0 ; Set axis maxima X615
  47.  
  48. ; Endstops
  49. M574 X1 Y2 S0 ; Set active low and disabled endstops
  50.  
  51. ; Z-Probe
  52. M574 Z1 S2 ; Set endstops controlled by probe
  53. M558 P5 H5 F400 T8000 X0 Y0 Z1 ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
  54.  
  55. ; IR SENSOR M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
  56. G31 P500 X-16 Y-45 Z0.48 ; ; Set Z probe trigger value, Z offset and trigger height Z bigger is closer
  57. M557 X10:610 Y10:470 S80 ; Define mesh grid
  58.  
  59. ; Heaters
  60. M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
  61. M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
  62. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  63. M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
  64. M143 H1 S280 ; Set temperature limit for heater 1 to 280C
  65.  
  66. ; BLTouch - Heaters
  67. M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
  68.  
  69. ; Fans
  70. M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  71. M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  72. M106 P3 S255
  73.  
  74. ; Tools
  75. M563 P0 D0 H1 F4 ; Define tool 0
  76. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  77. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  78.  
  79. M581 E0 T1 S1 C1 ;Filament Sensor for E0
  80.  
  81. ; Automatic saving after power loss is not enabled
  82.  
  83. ; Custom settings are not configured
  84.  
  85. ; Load config override
  86. M501
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement