Advertisement
Guest User

D-Bot config

a guest
Apr 18th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 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 ABCDEFG123 ; 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 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
  9. ;*** Wifi Networking
  10. M552 S1 ; Enable WiFi. Disabled for setup and testing. Enable once set up on your network.
  11.  
  12. ; M555 P2 ; Set output to look like Marlin
  13. ; M575 P1 B57600 S1 ; Comms parameters for PanelDue
  14.  
  15. G21 ; Work in millimetres
  16. G90 ; Send absolute coordinates...
  17. M83 ; ...but relative extruder moves
  18.  
  19. M667 S1 ; Select CoreXY mode
  20. M208 X0 Y0 Z0 S1 ; Set axis minima
  21. M208 X335 Y191 Z350 S0 ; Set axis maxima
  22.  
  23. ; Stall Detection
  24. M915 X Y S3 F0 R0
  25.  
  26. ; Endstops
  27. M574 Z1 S0 ; Define active low and unused microswitches
  28. M574 X3 Y3 S3 ; Define Endstops for Stall Detection
  29.  
  30. ; Drives
  31. M569 P0 S1 ; Drive 0 goes forwards
  32. M569 P1 S1 ; Drive 1 goes forwards
  33. M569 P2 S1 ; Drive 2 goes forwards
  34. M569 P3 S0 ; Drive 3 goes forwards
  35. M569 P4 S1 ; Drive 4 goes forwards
  36. M92 X79.82 Y79.82 Z401 E467:467 ; Set steps per mm
  37. M350 X256 Y256 Z256 E256:256 ;I1 Configure microstepping with interpolation
  38. M566 X600 Y600 Z30 E600:600 ; Set maximum instantaneous speed changes (mm/min)
  39. M203 X25000 Y25000 Z300 E1000:1000 ; Set maximum speeds (mm/min)
  40. M201 X1000 Y1000 Z250 E500:500 ; Set accelerations (mm/s^2)
  41. M906 X1000 Y1000 Z1000 E1200:1200 I30 ; Set motor currents (mA) and motor idle factor in per cent
  42. M84 S30 ; Set idle timeout
  43. M572 D0 S0.16 ;pressure advance 0.2 = 800mm Bowden Tube 0.17 = 750mm E0, 0.16 = 650 E1
  44.  
  45. ; Heaters
  46. M143 S300 ; Set maximum heater temperature to 300C
  47. M305 P0 T100000 B3990 C0 R4700 ; Set thermistor + ADC parameters for heater 0 Heatbed
  48. M305 P1 T100000 B4267 C0 R4700 ; Set thermistor + ADC parameters for heater 1 Nozzle
  49. ;M305 P1 T100000 B4725 C7.060000e-8 R4700 ; Set thermistor + ADC parameters for heater 1 Nozzle
  50. ; Fans
  51. ;M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
  52. ;M106 P1 S1 I0 F500 H1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
  53. ;M106 P2 S1 I0 F500 H1 T40:140; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
  54.  
  55. ; Tools
  56. M563 P0 D0 H1 ; Define tool 0
  57. M563 P1 D1 H1 ; Define tool 1
  58. M563 P2 D0:1 H1 ; Define tool 2
  59. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  60. G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets
  61. G10 P2 X0 Y0 Z0 ; Set tool 2 axis offsets
  62. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  63. G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
  64. G10 P2 R0 S0 ; Set initial tool 2 active and standby temperatures to 0C
  65. M568 P2 S1 ; Enable mixing for tool 2
  66. M567 P2 E0.5:0.5 ; Set mixing ratios for tool 2
  67.  
  68. ;Filament Run Out Sensor
  69. M591 D0 P2 C3 E6.0 ; Tool 0 Extruder 0
  70.  
  71. ;Detail --Enn minimum extrusion length --Pnn 1=simple sensor (low signal when filament present)
  72. ; 2=simple sensor (high signal when filament present)
  73.  
  74. ; BLTouch
  75. M307 H3 A-1 C-1 D-1 ;
  76. M558 P9 X0 Y0 Z1 H5 F100 T2000 S0.02 A3
  77. G31 X-30.00 Y0 Z2.35 P25 ;before Z1.23 ;last Z2.75 ;(old mount X-26.50 Z2.35)1.75
  78.  
  79. ; Z probe and compensation definition
  80. ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command
  81. ; 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
  82.  
  83. ; Capazitive Sensor: G31 P600 X-40 Y-14 Z1.80 ; Set Z probe trigger value, offset and trigger height //Before Z1.15
  84.  
  85. M557 X30:310 Y20:200 S40; Define mesh grid
  86.  
  87. ;*** If you are using axis compensation, put the figures in the following command
  88. ;M556 S78 X0 Y0 Z0 ; Axis compensation here
  89.  
  90. ;M208 S1 Z-0.2 ; set minimum Z
  91. ;
  92. ;T0 ; select first hot end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement