Advertisement
Zerox01

Current Settings

Mar 28th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.04 KB | None | 0 0
  1. ; Configuration file for Duet WiFi (firmware version 1.21)
  2. ; executed by the firmware on start-up
  3. ;
  4. ; generated by RepRapFirmware Configuration Tool v2 on Mon Mar 25 2019 17:44:58 GMT+0000 (Greenwich Mean Time)
  5.  
  6. ; General preferences
  7. G90                                      ; Send absolute coordinates...
  8. M83                                      ; ...but relative extruder moves
  9.  
  10. ; Network
  11. M550 REMOVED
  12. M551 REMOVED
  13. M552 S1                                  ; Enable network
  14. M587 REMOVED
  15. M586 P0 S1                               ; Enable HTTP
  16. M586 P1 S0                               ; Disable FTP
  17. M586 P2 S0                               ; Disable Telnet
  18.  
  19. ; Drives
  20. M569 P0 S0                               ; Drive 0 goes backwards
  21. M569 P1 S0                               ; Drive 1 goes backwards
  22. M569 P2 S1                               ; Drive 2 goes forwards
  23. M569 P3 S0                               ; Drive 3 goes backwards
  24. M350 X16 Y16 Z16 E16 I1                  ; Configure microstepping with interpolation
  25. M92 X80.00 Y80.00 Z400.00 E415.00       ; Set steps per mm
  26. M566 X900.00 Y900.00 Z12.00 E120.00      ; Set maximum instantaneous speed changes (mm/min)
  27. M203 X6000.00 Y6000.00 Z180.00 E1200.00  ; Set maximum speeds (mm/min)
  28. M201 X500.00 Y500.00 Z20.00 E250.00      ; Set accelerations (mm/s^2)
  29. M906 X800.00 Y800.00 Z800.00 E800.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
  30. M84 S30                                  ; Set idle timeout
  31.  
  32. ; Axis Limits
  33. M208 X0 Y0 Z0 S1                         ; Set axis minima
  34. M208 X235 Y235 Z250 S0                   ; Set axis maxima
  35.  
  36. ; Endstops
  37. M574 X1 Y1 S1                            ; Set active high endstops
  38.  
  39. ; Z-Probe
  40. M574 Z1 S2                               ; Set endstops controlled by probe
  41. M307 H3 A-1 C-1 D-1                      ; Disable heater on PWM channel for BLTouch
  42. M558 P9 H5 F120 T6000                    ; Set Z probe type to bltouch and the dive height + speeds
  43. G31 P500 X-47 Y-1 Z2.5                   ; Set Z probe trigger value, offset and trigger height
  44. M557 X15:220 Y15:220 S20                 ; Define mesh grid
  45.  
  46. ; Heaters
  47. M305 P0 T100000 B4138 R4700              ; Set thermistor + ADC parameters for heater 0
  48. M143 H0 S120                             ; Set temperature limit for heater 0 to 120C
  49. M305 P1 X200                             ; Configure thermocouple for heater 1
  50. M143 H1 S280                             ; Set temperature limit for heater 1 to 280C
  51.  
  52. ; Fans
  53. M106 P0 S0.3 I0 F500 H-1                 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
  54. M106 P1 S1 I0 F500 H1 T45                ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
  55.  
  56. ; Tools
  57. M563 P0 D0 H1                            ; Define tool 0
  58. G10 P0 X0 Y0 Z0                          ; Set tool 0 axis offsets
  59. G10 P0 R0 S0                             ; Set initial tool 0 active and standby temperatures to 0C
  60.  
  61. ; Automatic saving after power loss is not enabled
  62.  
  63. ; Custom settings are not configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement