Guest User

Untitled

a guest
Jun 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. ; Configuration file for Duet WiFi (firmware version 1.17 to 1.19)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Wed Nov 15 2017 23:36:04 GMT-0700 (MST)
  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 P2 ; Set firmware compatibility to look like Marlin
  12. M208 X0 Y0 Z0 U0 S1 ; Set axis minima
  13. M208 X210 Y210 Z200 U200 S0 ; Set axis maxima
  14.  
  15. ;DUAL Z
  16. M584 X0 Y1 Z2:3 U3 E4 P3
  17.  
  18. ; Endstops
  19. M574 X1 Y1 Z1 U1 S0 ; Set active low endstops
  20. M558 P0 X0 Y0 Z0 H2 F60 T6000 ; Set Z probe type to switch, the axes for which it is used and the dive height + speeds
  21. G31 P600 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
  22. M557 X15:195 Y15:195 S20 ; Define mesh grid
  23.  
  24. ; Drives
  25. M569 P0 S1 ; Drive 0 goes forwards
  26. M569 P1 S0 ; Drive 1 goes backwards
  27. M569 P2 S1 ; Drive 2 goes forwards
  28. M569 P3 S1 ; Drive 3 goes forwards
  29. M569 P4 S1 ; Drive 4 goes forwards
  30.  
  31. ; M350 X32 Y32 Z32 E16:16 I1 ; Configure microstepping with interpolation
  32. ; M92 X160 Y160 Z800 E92.6:92.6 ; Set steps per mm
  33. M350 X64 Y64 Z64 U64 E16:16 I1 ; Configure microstepping with interpolation
  34. M92 X320 Y320 Z1600 U1600 E92.6:92.6 ; Set steps per mm
  35. M906 X1100 Y1100 Z800 U800 E1000:1000 I50 ; Set motor currents (mA) and motor idle factor in per cent
  36. M84 S2 ; Set idle timeout
  37.  
  38. M566 X600 Y600 Z12 U12 E300:300 ; Set maximum instantaneous speed changes (mm/min)
  39. M203 X30000 Y30000 Z1200 U1200 E1800:1800 ; Set maximum speeds (mm/min)
  40. M201 X2500 Y2500 Z500 U500 E3000:3000 ; Set accelerations (mm/s^2)
  41.  
  42. ; Heaters
  43. M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
  44. M305 P0 T100000 B3950 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  45. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  46. M305 P1 T100000 B4388 C0 R4700 ; Set thermistor + ADC parameters for heater 1
  47. M143 H1 S280 ; Set temperature limit for heater 1 to 280C
  48. M305 P2 T100000 B4388 C0 R4700 ; Set thermistor + ADC parameters for heater 2
  49. M143 H2 S280 ; Set temperature limit for heater 2 to 280C
  50.  
  51. ; snip -----8<---- 8<---
Add Comment
Please, Sign In to add comment