Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. ; Configuration file for Duet Maestro (firmware version 1.21)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v2 on Sat Mar 16 2019 23:24:37 GMT+0100 (Mitteleuropäische Normalzeit)
  5. ; edited by tcj, nealz
  6. ; if everything but the board is unchanged and connected as Duet3D recommends
  7.  
  8. ; General preferences
  9. M111 S0 ; Debug off
  10. G90 ; Send absolute coordinates...
  11. M83 ; ...but relative extruder moves
  12. M555 P2 ; Set output to look like Marlin
  13.  
  14. ; Network
  15. M550 P"Anycubic Predator" ; Set machine name
  16. M551 Preprap ; Machine password (used when you connect Duet Web Control or via FTP)
  17. M552 P0.0.0.0 S1 ; Enable network and acquire dynamic address via DHCP
  18. M586 P0 S1 ; Enable HTTP
  19. M586 P1 S1 ; Enable FTP (enable or disable for your needs)
  20. M586 P2 S1 ; Enable Telnet (enable or disable for your needs)
  21.  
  22. ; Drives
  23. M569 P0 S0 D3 V100 ; Drive 0 (X) goes forwards, stealthChop mode, switch from stealthChop to to spreadCycle mode only at high speeds
  24. M569 P1 S0 D3 V100 ; Drive 1 (Y) same as Drive 0
  25. M569 P2 S0 D3 V100 ; Drive 2 (Z) same as Drive 0
  26. M569 P3 S1 D2 ; Drive 3 (Extruder) goes backwards, spreadCycle mode
  27. M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
  28. M92 X160 Y160 Z160 E419.70 ; Set steps per mm 419.7006
  29.  
  30. M201 X1100.00 Y1100.00 Z1100.00 E1100.00 ; Set accelerations (mm/s^2)
  31. M203 X9000.00 Y9000.00 Z9000.00 E4800.00 ; Set maximum speeds (mm/min)
  32. M566 X600 Y600 Z600 E1200.00 ; Set maximum instantaneous speed changes (mm/min) changed 20180411 1330
  33.  
  34.  
  35.  
  36.  
  37. M906 X1000.00 Y1000.00 Z1000.00 E1000.00 I60 ; Set motor currents (mA) and motor idle factor in per cent
  38. M84 S30 ; Set idle timeout
  39.  
  40. ; Delta configuration
  41.  
  42. M665 R227.380 L450.550 B185 H406.993 X0.251 Y0.245 Z0 ; Set delta radius, diagonal rod length, printable radius and homed height
  43. M666 X0.21 Y-0.33 Z0.12 ; Put your endstop adjustments here, or let auto calibration find them
  44.  
  45.  
  46.  
  47. ; Axis Limits
  48. M208 Z0 S1 ; Set minimum Z
  49.  
  50. ; Endstops
  51. M574 X2 Y2 Z2 S1 ; all endstops at high end, active high
  52.  
  53. ; Z-Probe
  54. M558 P8 R0.4 H30 F1200 ; Set Z probe type to switch and the dive height + speeds
  55. G31 P100 X0 Y0 Z-0.1 ; Set Z probe trigger value, offset and trigger height - must be adjusted for your machine
  56. M557 R185 S20 ; Define mesh grid
  57.  
  58. ;### Heaters ###
  59. ; H0 = BED
  60. ; H1 = Hotend
  61. M305 P0 T100000 B3950 R2200 ; Set thermistor + ADC parameters for heater 0 (thermistor type guessed)
  62. M307 H0 A121.6 C484.6 D0.7 V24.3 B0 ; PID parameters for heatbed - must be adjusted for your machine
  63. M143 H0 S130 ; Set temperature limit for heater 0 to 120C
  64.  
  65. M305 P1 B4725 C7.060000e-8 ; Set thermistor + ADC parameters for heater 1
  66. M307 H1 A673.3 C245.6 D4.4 V23.6 S1 ; PID parameters for hotend
  67. M143 H1 S280
  68.  
  69. ; Fans
  70. M106 P0 S0 I0 F100 H-1 C"Print Cooling" ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  71. M106 P1 S1 I0 F100 H1 T45 C"Heatsink" ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  72. M106 P2 S1 I0 F100 H100:101 T40 C"Board" ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
  73.  
  74. ; Tools
  75. M200 D0 ; turn volumetric control off
  76. M563 P0 D0 H1 F0 ; Define tool 0, extruder 0, Heater 1, Fan 0
  77. G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
  78. G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
  79. T0 ; select tool 0
  80.  
  81. ; Filament Sensor
  82. M591 D0 P0 C3 S1
  83.  
  84. ;### enable use of sys/config-override.g###
  85. M501 ; Load saved parameters from non-volatile memory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement