; Configuration file for Duet WiFi (firmware version 1.21) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2 on Tue Apr 02 2019 13:04:03 GMT+0200 (Central European Summer Time) ; General preferences G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves ;Motor remapping for dual Y and Z M584 X0 Y1:3 Z2:4 U3 V4 E5:6:7:8:9 P3;Driver 0 For X, 1&3 for Y,2&4 for Z=2:4 U=3 V4, Extruder 5-9 ; Network M550 P"Big-Bang" ; Set machine name M552 S1 ; Enable network ;M587 S"DLR Gastzugang" P"FD5H@eWxUs8P" ; Configure access point. You can delete this line once connected ;M588 S"*" ; Forget Network ;M587 S"Pradeepkumar" P"pradeep@123" ; M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet ; Drives M569 P0 S1 ; Drive 0 goes forwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S0 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S0 ; Drive 4 goes backwards M569 P5 S1 ; Drive 5 goes forwards M569 P6 S1 ; Drive 6 goes forwards M569 P7 S1 ; Drive 7 goes forwards M569 P8 S1 ; Drive 8 goes forwards M569 P9 S1 ; Drive 9 goes forwards M350 X16 Y16:16 U16 Z16:16 V16 E16:16:16:16:16 I1 ; Configure microstepping with interpolation M92 X266.67 Y266.67:266.67 U266.67 Z266.67:266.67 V266.67 E492.45:1040:1040:1040:1040 ; Set steps per mm M566 X900 Y900:900 U900 Z12:12 V12 E120:120:120:120:120 ; Set maximum instantaneous speed changes (mm/min) M203 X4000 Y4000:4000 U4000 Z380:380 V380 E1200:1200:1200:1200:1200 ; Set maximum speeds (mm/min) M201 X500 Y500:500 U500 Z250:250 V250 E250:250:250:250:250 ; Set accelerations (mm/s^2) M906 X1300 Y1300:1300 U1300 Z2800:2800 V2800 E800:800:800:800:800 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0:0 U0 Z0:0 V0 S1 ; Set axis minima M208 X610 Y635:635 U635 Z950:950 V950 S0 ; Set axis maxima ; Endstops M574 E0:0:0:0:0 S0 ; Set active low and disabled endstops M574 Z1 V1 S1 ; Set active high endstops M574 X2 Y2 U2 S1 ; Set active high endstops ; Z-Probe M558 P1 Z1 H5 F300 T5000 ; Set Z probe type to unmodulated and the dive height + speeds G31 P500 X50 Y30 Z1.525 ; Set Z probe trigger value, offset and trigger height M557 X50:490 Y50:490 S30 ; Define mesh grid ; Heaters M307 H0 B0 S1 ; Disable bang-bang mode for the bed heater and set PWM limit M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0 M143 H0 S120 ; Set temperature limit for heater 0 to 120C M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1 M143 H1 S280 ; Set temperature limit for heater 1 to 280C ; Fans M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 D0 H1 ; Define tool 0 G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C ; Automatic power saving M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss ; Custom settings are not configured