Advertisement
Guest User

Untitled

a guest
Jul 9th, 2020
1,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. ; Configuration file for SKR v1.4 (firmware version 3)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v3.1.3-LPC on Wed Jul 08 2020 11:15:31 GMT+1000 (Australian Eastern Standard Time)
  5.  
  6. ; General preferences
  7. G90 ; send absolute coordinates...
  8. M83 ; ...but relative extruder moves
  9. M550 P"Artillery3D X1" ; set printer name
  10.  
  11. ; Network
  12. M552 S1 ; enable network and acquire dynamic address via DHCP
  13.  
  14. ; Drives
  15. M569 P0 S0 T0.1:0.1:0.02:0.02 ; physical drive 0 goes backwards using TMC220x driver timings
  16. M569 P1 S0 T0.1:0.1:0.02:0.02 ; physical drive 1 goes backwards using TMC220x driver timings
  17. M569 P2 S1 T0.1:0.1:0.02:0.02 ; physical drive 2 goes forwards using TMC220x driver timings
  18. M569 P3 S0 T0.1:0.1:0.02:0.02 ; physical drive 3 goes backwards using TMC220x driver timings
  19. M584 X0 Y1 Z2 E3 ; set drive mapping
  20. M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
  21. M92 X80.12 Y80.12 Z399.78 E445.00 ; set steps per mm
  22. M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
  23. M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
  24. M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
  25. M906 X800 Y800 Z1200 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
  26. M84 S30 ; Set idle timeout
  27.  
  28. ; Axis Limits
  29. M208 X0 Y0 Z0 S1 ; set axis minima
  30. M208 X300 Y300 Z400 S0 ; set axis maxima
  31.  
  32. ; Endstops
  33. M574 X1 S1 P"!xstop" ; configure active-high endstop for low end on X via pin xstop
  34. M574 Y1 S1 P"!ystop" ; configure active-high endstop for low end on Y via pin ystop
  35. M574 Z1 S2 ; configure probe port for BLtouch output
  36.  
  37. ; Z-Probe
  38. M558 P9 H6 F120 T8000 X0 Y0 Z1 C"^probe" ; disable Z probe but set dive height, probe speed and travel speed
  39. M557 X30:270 Y30:270 S60 ; define mesh grid
  40. G31 X30 Y-28 Z2.245 ; BLtouch offset
  41. M950 S0 C"servo0" ; Setup servo 0 as servo port on SKR
  42.  
  43. ; Heaters
  44. M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp
  45. M950 H0 C"bed" T0 ; create bed heater output on bed and map it to sensor 0
  46. M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
  47. M140 H0 ; map heated bed to heater 0
  48. M143 H0 S120 ; set temperature limit for heater 0 to 120C
  49. M308 S1 P"e0temp" Y"thermistor" T100000 B4092 ; configure sensor 1 as thermistor on pin e0temp
  50. M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
  51. M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
  52.  
  53. ; Fans
  54. M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
  55. M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
  56. M950 F1 C"he1" Q500 ; create fan 1 on pin he1 and set its frequency
  57. M106 P1 H1 T50 ; set fan 1 value. Thermostatic control is turned on at 50 deg C
  58.  
  59. ; Tools
  60. M563 P0 D0 H1 F0 ; define tool 0
  61. G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
  62. G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
  63.  
  64. ; Miscellaneous
  65. M575 P1 S2 B57600 ; enable support for PanelDue
  66. M501 ; load saved parameters from non-volatile memory
  67. T0 ; select first tool
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement