Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. ; Think3DPrint3D configuration file for Mini Kossel for testing Duet WiFi
  2.  
  3. ; Communication and general
  4. M111 S0 ; Debug off
  5. M550 PD-Bot ; Machine name and Netbios name (can be anything you like)
  6. M551 ******** ; Machine password (used for FTP)
  7. ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
  8. M540 ******************************** ; MAC Address
  9.  
  10. ;*** Wifi Networking
  11. M552 S1 ; Enable WiFi. Disabled for setup and testing. Enable once set up on your network.
  12.  
  13. ; M555 P2 ; Set output to look like Marlin
  14. ; M575 P1 B57600 S1 ; Comms parameters for PanelDue
  15.  
  16. G21 ; Work in millimetres
  17. G90 ; Send absolute coordinates...
  18. M83 ; ...but relative extruder moves
  19.  
  20. M667 S1 ; Select CoreXY mode
  21. M208 X0 Y0 Z0 S1 ; Set axis minima
  22. M208 X335 Y191 Z350 S0 ; Set axis maxima
  23.  
  24. ; Stall Detection
  25. M915 X Y S3 F0 R0
  26.  
  27. ; Endstops
  28. M574 Z1 S0 ; Define active low and unused microswitches
  29. M574 X3 Y3 S3 ; Define Endstops for Stall Detection
  30.  
  31. ; Drives
  32. M569 P0 S1 ; Drive 0 goes forwards
  33. M569 P1 S1 ; Drive 1 goes forwards
  34. M569 P2 S1 ; Drive 2 goes forwards
  35. M569 P3 S1 ; Drive 3 goes forwards
  36. M569 P4 S1 ; Drive 4 goes forwards
  37.  
  38. M92 X80 Y79.40 Z397.20 E511.743:467 ; Set steps per mm
  39. M350 X256 Y256 Z256 E64:64 ;I1 Configure microstepping with interpolation
  40. M566 X600 Y600 Z10 E600:600 ; Set maximum instantaneous speed changes (mm/min)
  41. M203 X40000 Y40000 Z3000 E2000:2000 ; Set maximum speeds (mm/min)
  42. M201 X1000 Y1000 Z10 E600:600 ; Set accelerations (mm/s^2)
  43.  
  44. ; Dynamic Acceleration
  45. M593 F40.5 ; cancel ringing at 40.5Hz
  46.  
  47. M906 X1000 Y1000 Z1000 E1200:1200 I30 ; Set motor currents (mA) and motor idle factor in per cent
  48. M84 S30 ; Set idle timeout
  49. ;M572 D0 S0.16 ;pressure advance 0.2 = 800mm Bowden Tube 0.17 = 750mm E0, 0.16 = 650 E1
  50.  
  51. ; Heaters
  52. M143 S300 ; Set maximum heater temperature to 300C
  53. M305 P0 T100000 B3990 C0 R4700 ; Set thermistor + ADC parameters for heater 0 Heatbed
  54. M305 P1 T100000 B4267 C0 R4700 ; Set thermistor + ADC parameters for heater 1 Nozzle
  55. M301 H1 P21.8 I0.594 D77.5
  56. ;M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1 Nozzle
  57. ; Fans
  58. ;M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
  59. ;M106 P1 S1 I0 F500 H1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
  60. ;M106 P2 S1 I0 F500 H1 T40:140; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
  61.  
  62. ; Tools
  63. M563 P0 D0 H1 ; Define tool 0
  64. M563 P1 D1 H1 ; Define tool 1
  65. M563 P2 D0:1 H1 ; Define tool 2
  66. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  67. G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets
  68. G10 P2 X0 Y0 Z0 ; Set tool 2 axis offsets
  69. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  70. G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
  71. G10 P2 R0 S0 ; Set initial tool 2 active and standby temperatures to 0C
  72. M568 P2 S1 ; Enable mixing for tool 2
  73. M567 P2 E0.5:0.5 ; Set mixing ratios for tool 2
  74.  
  75. ;Filament Run Out Sensor
  76. M591 D0 P2 C3 E6.0 ; Tool 0 Extruder 0
  77.  
  78. ; Nozzle + Filament
  79. M404 N2.85 D0.400
  80.  
  81. ;Detail --Enn minimum extrusion length --Pnn 1=simple sensor (low signal when filament present)
  82. ; 2=simple sensor (high signal when filament present)
  83.  
  84. ; BLTouch
  85. M307 H3 A-1 C-1 D-1 ;
  86. M558 P9 X0 Y0 Z1 H5 F100 T2000 S0.02 A3
  87. G31 X-30.00 Y0 Z1.60 P25 ;before Z1.23 ;last Z2.75 ;(old mount X-26.50 Z2.35)1.75 ;;2,35 //01.18.2018 Z2.20
  88.  
  89. ; M671 x30:30:310:310 y20:191:191:20 P0.5 ; corner left front, left back, right back, right front
  90. M671 x0:0:340:340 y0:205:205:0 P0.5 ; corner left front, left back, right back, right front
  91.  
  92. ; Z probe and compensation definition
  93. ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command
  94. ; Capazitive Sensor: M558 P5 I1 X0 Y0 Z1 F100 T5000 H3 ; Z probe is an IR probe and is not used for homing any axes /////BEFORE P5
  95.  
  96. ; Capazitive Sensor: G31 P600 X-40 Y-14 Z1.80 ; Set Z probe trigger value, offset and trigger height //Before Z1.15
  97.  
  98. ;M557 X30:310 Y20:200 S40; Define mesh grid
  99. ; 2018 ; M557 X30:304 Y20:191 S40; Define mesh grid
  100. M557 X30:304 Y20:191 S40; Define mesh grid
  101.  
  102. ;*** If you are using axis compensation, put the figures in the following command
  103. ;M556 S78 X0 Y0 Z0 ; Axis compensation here
  104.  
  105. ;M208 S1 Z-0.2 ; set minimum Z
  106. ;
  107. ;T0 ; select first hot end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement