Advertisement
Guest User

D-Bot Config.g

a guest
Nov 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ; Configuration file for Duet WiFi (firmware version 1.17)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool on Sun Apr 16 2017 00:08:01 GMT-0400 (Eastern Standard 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.  
  13. M667 S1 ; Select CoreXY mode
  14. M208 X0 Y0 Z0 S1 ; Set axis minima
  15. M208 X300 Y200 Z325 S0 ; Set axis maxima
  16. M556 S78 X0 Y0 Z0 ; Axis compensation here
  17.  
  18. ; Endstops
  19. M574 X1 Y2 Z1 S0 ; Define active high microswitches
  20. M558 P0 X0 Y0 Z0 ; 0=NO PROBE
  21. ;M558 P0 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
  22. ;G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
  23. ;M557 X15:285 Y15:185 S20 ; Define mesh grid
  24.  
  25. ; Drives - Direction
  26. M569 P0 S0 ; Drive 0 goes forwards X
  27. M569 P1 S1 ; Drive 1 goes forwards Y
  28. M569 P2 S0 ; Drive 2 goes forwards Z
  29. M569 P3 S1 ; Drive 3 goes forwards E0
  30. M569 P4 S1 ; Drive 4 goes forwards E1
  31. M350 X64 Y64 Z64 E64 I0 ; Configure micro-stepping with interpolation
  32. M92 X400 Y400 Z1600 ; Set axis steps/mm
  33. M92 E657 ; Set extruder steps/mm
  34. M566 X800 Y800 Z24 E1200 ; Maximum jerk speeds mm/minute
  35. M203 X15000 Y15000 Z500 E1500 ; Maximum speeds (mm/min)
  36. M201 X1000 Y1000 Z300 E4000 ; Accelerations (mm/s^2)
  37. M906 X800 Y800 Z800 E800 ; Set motor currents (mA)
  38. M84 S30 ; Set idle timeout
  39.  
  40. ; Heaters
  41. M143 S260 ; Set maximum heater temperature to 260C
  42. M305 P0 T100000 B4388 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
  43. M305 P1 T100000 B4388 R4700 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
  44. M305 P2 T100000 B3974 R4700 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
  45. M301 H1 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 0
  46. M301 H2 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 1
  47. M307 H0 A86.7 C612.7 D6.0 B0
  48. M307 H1 A406.3 C166.4 D10.3 B0
  49.  
  50. ; Tools
  51. M563 P0 D0 H1 ; Define tool 0
  52. G10 P1 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  53.  
  54. ; Network
  55. M550 DBot ; Set machine name
  56. M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
  57.  
  58. ; Fans
  59. M106 P0 S0.0
  60. M106 P1 H1 T33
  61.  
  62. T0 ; select first hot end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement