Advertisement
Guest User

Config.g

a guest
Apr 3rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 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 Fri Dec 15 2017 16:55:26 GMT+0000 (GMT 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 P2 ; Set firmware compatibility to look like Marlin
  12. M208 X0 Y-10 Z0 S1 ; Set axis minima
  13. M208 X220 Y195 Z170 S0 ; Set axis maxima
  14.  
  15. ; Endstops
  16. M574 X1 S0 ; Set active low endstops;
  17. M574 Y1 S0 ; Set endstop
  18. M574 Z1 S2 ; Set endstop
  19.  
  20. ;Z Probe
  21. M307 H3 A-1 C-1 D-1
  22. M558 P9 H5 F100 T2000
  23. G31 X0 Y-26 Z0.8 P25 ; axis offsets. Set Home Offset (previous; 3.252, 3.882) 1.398 0.55
  24. M557 X0:210 Y-30:145 S20 ; Define mesh grid
  25.  
  26. G29 S1 ; load mesh
  27.  
  28. ; Drives
  29. M569 P0 S1 ; Drive 0 goes backwards ;X
  30. M569 P1 S1 ; Drive 1 goes backwards ;Y
  31. M569 P2 S1 ; Drive 2 goes forwards ;Z
  32. M569 P3 S1 ; Drive 3 goes backwards
  33. M569 P4 S1 ; Drive 4 goes backwards ;E
  34.  
  35.  
  36. M350 X16 Y16 Z16 E16 I1 ; set 16x microstepping with interpolation E128:128 I1
  37. M92 X80 Y80 Z400 U400 E418.5 ; set axis steps/mm E96 U400 Z400
  38.  
  39. M566 X480 Y280 Z12 U12 E120 ; Set maximum instantaneous speed changes (mm/min)
  40. M203 X12000 Y12000 Z1200 U1200 E3000 ; Set maximum speeds (mm/min)
  41. M201 X800 Y800 Z100 U100 E5000 ; Set accelerations (mm/s^2)
  42. M906 X700 Y700 Z351 E855 I30 ;Set motor currents
  43. M84 S30 ; Set idle timeout
  44.  
  45. ; Heaters
  46. M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
  47. M143 H0 S120 ; Set temperature limit for heater 0 to 120C
  48. M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1
  49. M143 H1 S280 ; Set temperature limit for heater 1 to 280C
  50.  
  51. ; Tools
  52. M563 P0 D0 H1 ; Define tool 0
  53. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  54. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  55.  
  56. ; Network
  57. M550 PBodge Bot; Set machine name
  58. M552 S1 ; Enable network
  59. ; Access point is configured manually via M587 by the user
  60. M586 P0 S1 ; Enable HTTP
  61. M586 P1 S0 ; Disable FTP
  62. M586 P2 S0 ; Disable Telnet
  63.  
  64. ; Load EPROM
  65. M501
  66.  
  67. ; Fans
  68. M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  69. M106 P1 S1 I0 F500 H T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  70. M106 P2 S1 I0 F500 H T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
  71.  
  72. ; Custom settings are not configured
  73.  
  74. ; Miscellaneous
  75. T0 ; Select first tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement