Advertisement
Guest User

config.g

a guest
Dec 4th, 2020
95
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 3)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v3.1.3 on Sun Jun 28 2020 17:19:16 GMT-0400 (Eastern Daylight Time)
  5.  
  6. ; General preferences
  7. G90 ; send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9. M550 P"CarbonCube" ; set printer name
  10. M669 K1 ; select CoreXY mode
  11.  
  12. ; Network
  13. M552 S1 ; enable network
  14. M586 P0 S1 ; enable HTTP
  15. M586 P1 S0 ; disable FTP
  16. M586 P2 S0 ; disable Telnet
  17.  
  18. ; Drives
  19. M569 P0 S1 ; physical drive 0 goes forwards
  20. M569 P1 S0 ; physical drive 1 goes forwards
  21. M569 P2 S0 ; physical drive 2 goes forwards
  22. M569 P3 S0 ; physical drive 3 goes forwards
  23. M584 X0 Y1 Z2 E3 ; set drive mapping
  24. M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
  25. M92 X160.00 Y160.00 Z800.00 E418.60 ; set steps per mm
  26. M566 X1800.00 Y1800.00 Z400.00 E4000.00 ; set maximum instantaneous speed changes (mm/min)
  27. M203 X12000.00 Y12000.00 Z2000.00 E120000.00 ; set maximum speeds (mm/min)
  28. M201 X1000.00 Y1000.00 Z400.00 E2000.00 ; set accelerations (mm/s^2)
  29. M906 X1450 Y1450 Z1450 E1450 I30 ; Set motor currents (mA) and motor idle factor in per cent
  30. M84 S30 ; set idle timeout
  31.  
  32. ; Axis Limits
  33. M208 S1 X0 Y0 Z0 ; set axis minima
  34. M208 S0 X300 Y300 Z300 ; set axis maxima
  35.  
  36. ; Endstops
  37. M574 X1 S4 ; configure sensorless endstop for low end on X
  38. M574 Y1 S4 ; configure sensorless endstop for low end on Y
  39.  
  40. ; Z-Probe
  41. M574 Z1 S2 ; Set endstops controlled by probe
  42. M558 P5 C"^zprobe.in" I1 H0.7 F1000 T6000 A20 S0.005; PINDA
  43. G31 P500 X30 Y-20 Z-0.490 ; set z-probe offset height
  44. M557 X100:200 Y100:200 P2 ; define mesh grid
  45.  
  46. ; Heaters
  47. M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
  48. M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
  49. M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
  50. M140 H0 ; map heated bed to heater 0
  51. M143 H0 S120 ; set temperature limit for heater 0 to 120C
  52. M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
  53. M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
  54. M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
  55.  
  56. ; Fans
  57. M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
  58. M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
  59. M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
  60. M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
  61.  
  62. ; Tools
  63. M563 P0 D0 H1 F0 ; define tool 0
  64.  
  65. ; Custom settings are not defined
  66.  
  67. ; Miscellaneous
  68. M501 ; load saved parameters from non-volatile memory
  69. M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
  70. T0 ; select first tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement