Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    RFF 3.42 DUET WIFI 1.05+DUEX0.11

    Scheduled Pinned Locked Moved
    Duet Web Control
    4
    15
    509
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • paolozampini1973undefined
      paolozampini1973 @paolozampini1973
      last edited by

      @paolozampini1973 said in RFF 3.42 DUET WIFI 1.05+DUEX0.11:

      @dc42 said in RFF 3.42 DUET WIFI 1.05+DUEX0.11:

      @paolozampini1973 please send command M122 to the Duet and post the response here.

      Thanks for answering me
      console (1).txt

      Good morning. Let me know something please. Thank you

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator @paolozampini1973
        last edited by

        @paolozampini1973 said in RFF 3.42 DUET WIFI 1.05+DUEX0.11:

        M307 H0 B1 S2.00 normally S1 You are right but for me it is S2 Because otherwise I have problems
        M106 P1 S0 H-2 No this setting is correct for my configuration

        Both of those commands are invalid.

        Please send M98 P"config.g" and post the response.

        Z-Bot CoreXY Build | Thingiverse Profile

        paolozampini1973undefined 1 Reply Last reply Reply Quote 0
        • paolozampini1973undefined
          paolozampini1973 @Phaedrux
          last edited by

          @phaedrux said in RFF 3.42 DUET WIFI 1.05+DUEX0.11:

          M98 P "config.g"

          console (2).txt

          1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by

            Your command didn't work because youhave a space between M98 P and "config.g". It must be all together.

            M98 P"config.g"

            Z-Bot CoreXY Build | Thingiverse Profile

            paolozampini1973undefined 1 Reply Last reply Reply Quote 0
            • paolozampini1973undefined
              paolozampini1973 @Phaedrux
              last edited by

              @phaedrux said in RFF 3.42 DUET WIFI 1.05+DUEX0.11:

              M98 P"config.g"

              console (3).txt
              tankes

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator @paolozampini1973
                last edited by

                @paolozampini1973 said in RFF 3.42 DUET WIFI 1.05+DUEX0.11:

                M307 H0 B1 S2.00 normally S1 You are right but for me it is S2 Because otherwise I have problems

                What problems are you getting?

                M106 P1 S0 H-2 No this setting is correct for my configuration

                Why do you say that?

                Z-Bot CoreXY Build | Thingiverse Profile

                paolozampini1973undefined 1 Reply Last reply Reply Quote 0
                • paolozampini1973undefined
                  paolozampini1973 @Phaedrux
                  last edited by paolozampini1973

                  This post is deleted!
                  paolozampini1973undefined 1 Reply Last reply Reply Quote 0
                  • paolozampini1973undefined
                    paolozampini1973 @paolozampini1973
                    last edited by paolozampini1973

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by

                      Can you share a sliced gcode file?

                      ; Configuration file for Duet WiFi (firmware version 3)
                      ; executed by the firmware on start-up
                      ;
                      ; generated by RepRapFirmware Configuration Tool v3.2.3 on Tue May 04 2021 22:49:42 GMT+0200 (Ora legale dell’Europa centrale)
                      
                      ; General preferences
                      G90                                                ; send absolute coordinates...
                      M564 S1 H0                                         ; manual movement enabled H1 = forbid movement of axes , H0 allows movement of the axes , Snnn S1 = limit movement within axis boundaries, S0 = allow movement outside boundaries
                      M83                                                ; ...but relative extruder moves
                      M550   P"    PAOLO ZAMPINI"                              ; set printer name
                      
                      ; Network
                      M552 S1                                            ; s1 enable s0 disable network
                      M587 S"infinity" P"cccccccc" I192.168.1.15         ; IP address 
                      M554 192.168.1.1                                   ; Gateway
                      M553 255.255.255.0                                 ; Netmask                                         
                      M586 P0 S1                                         ; enable HTTP
                      M586 P1 S1                                         ; enable FTP
                      M586 P2 S0                                         ; disable Telnet
                      ; Drives
                      M569 P0 S0 R-1                                     ; X FREE physical drive 0 goes forwards
                      M569 P1 S0 R1                                      ; Y = Z1 physical drive 1 goes forwards
                      M569 P2 S1                                         ; Z2 physical drive 2 goes forwards
                      M569 P3 S1                                         ; E0 extruder 1 physical drive 3 goes forwards
                      M569 P4 S0                                         ; E1 extruder 2 physical drive 4 goes forwards
                      M569 P5 S0                                         ; A = DRIVER 5 nozzle nozzle 1.2 E2 physical drive 5 goes forwards
                      M569 P6 S0                                         ; B = DRIVER 6 nozzle nozzle 0.4 E3 physical drive 6 goes forwards
                      M569 P7 S0 R0 T4:4:8:8                             ; E4 X external drive 7 goes forwards
                      M569 P8 S1 R0 T4:4:8:8                             ; E5 Y external drive 8 goes forwards
                      ;M569 P9 S1 R-1                                    ; E6 FREE physical drive 9 goes forwards
                      M584 X7 Y8 Z1:2 A5 B6 E3:4 S0                      ; set drive mapping
                      M671 X0:0 Y0:0 S0.5                                ; leadscrews at left (connected to Z) and right (connected to E1) of X axis
                      M350 X16 Y16 Z16 A16 B16 E16:16 I1                 ; configure microstepping without interpolation
                      M92  X99.975 Y99.975 Z800.10 A3200 B3200 E95.30:95.30                ; set steps per mm
                      M566 X600.00 Y600.00 Z1400.00 A10 B10 E1500.00:1500.00               ; set maximum instantaneous speed changes (mm/min)
                      M203 X10000.00 Y10000.00 Z3500.00 A1000 B1000 E10000.00:10000.00     ; set maximum speeds (mm/min)
                      M201 X3000.00 Y3000.00 Z1400.00 A10 B10 E3000.00:3000.00             ; set accelerations (mm/s^2)
                      M906 X0 Y2000 Z2000 A800 B800 E1200:1200 I50                         ; set motor currents (mA) and motor idle factor in per cent
                      M84 S10                                                              ; Set idle timeout
                      
                      ; Axis Limits
                      M208 X-25 Y10 Z0 A0 B0 S1                           ; set axis minima 
                      M208 X520 Y500 Z350 A61 B61 S0                      ; set axis maxima
                      
                      ; Endstops
                      M574 X0 S1 P"!xstop"                                ; configure active-LOW endstop for low end on X via pin xstop
                      M574 Y1 S1 P"!ystop"                                ; configure active-LOW endstop for low end on Y via pin ystop 
                      M574 Z1 S1 P"!zstop+!e1stop"                        ; configure active-LOW endstop for low end on Z via pin null
                      M574 B1 S1 P"!duex.e2stop"                          ; DRIVER 6 E0 nozzle 0.4 WIRE COLOR RED and BROWN Wire detection detection module
                      M574 A1 S1 P"!duex.e3stop"                          ; DRIVER 5 E1 nozzle 1.2 WIRE COLOR WHITE and GREY Wire detection detection module
                      
                      ;Filament Sensing
                      M591 P2 C"e0stop" S1 D0                            ;NOZZLE 0.4  3 PIN WIRE COLOR BLACK RED YELLOW extruder 1 nozle 0.4 s1=on s0=off D = 0 or 1 or 2 or 3 Number Sensing                    
                      M591 P2 C"duex.e4stop" S1 D1                       ;NOZZLE 1.2  3 PIN WIRE COLOR GREEN ORANGE YELLOW extruder 2 nozle 1.2 s1=on s0=off D = 0 or 1 or 2 or 3 Number Sensing    
                      
                      ; Heaters
                      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138                  ; configure sensor 0 as thermistor on pin bedtemp
                      M950 H0 C"bedheat" T0                                           ; create bed heater output on bedheat and map it to sensor 0
                      M307 H0 B1 S2.00                                                ; enable bang-bang mode for the bed heater and set PWM limit
                      M140 H0                                                         ; map heated bed to heater 0
                      M143 H0 S120                                                    ; set temperature limit for heater 0 to 120C
                      ;____________________________________________________________________________________________________________________________________
                      M308 S1 P"e0temp" Y"thermistor" T100000 B3950                   ; configure sensor 1 as thermistor on pin e0temp
                      M950 H1 C"e0heat" T1                                            ; create nozzle heater output on e0heat and map it to sensor 1
                      M307 H1 B0 S1.00                                                ; disable bang-bang mode for heater  and set PWM limit D10= SECONDI RITARDO ERRORE
                      M143 H1 S270                                                    ; set temperature limit for heater 1 to 280C
                      M570 H1 P4 T20                                                  ; An anomaly on heater 1 must persist for 4 seconds, and must be greater or less than 20°C from the setpoint, to raise a heater fault.
                      ;_____________________________________________________________________________________________________________________________________
                      M308 S2 P"e1temp" Y"thermistor" T100000 B3950                   ; configure sensor 2 as thermistor on pin duex.e2temp
                      M950 H2 C"e1heat" T2                                            ; create nozzle heater output on !duex.e2heat and map it to sensor 2
                      M307 H2 B0 S1.00                                                ; disable bang-bang mode for heater  and set PWM limit D10= SECONDI RITARDO ERRORE
                      M143 H2 S270                                                    ; set temperature limit for heater 2 to 280C
                      M570 H2 P4 T20                                                  ;An anomaly on heater 2 must persist for 4 seconds, and must be greater or less than 20°C from the setpoint, to raise a heater fault.
                      
                      ; Fans
                      M950 F0 C"fan0" Q600                                 ; PWM ESTRUDER E0 WIRE BLACK BLUE create fan 0 on pin fan0 and set its frequency
                      M106 P0 S0 H-1                                       ; PWM ESTRUDER E0 WIRE BLACK BLUE set fan 0 value. Thermostatic control is turned off
                      M950 F1 C"fan1" Q600                                 ; PWM ESTRUDER E1 WIRE BLACK WHITE create fan 1 on pin fan0 and set its frequency
                      M106 P1 S0 H-2                                       ; PWM ESTRUDER E1 WIRE BLACK WHITE set fan 1 value. Thermostatic control is turned off
                      M950 F2 C"fan2" Q100                                 ; F2  FAN ESTRUDER 1.2 WIRE RED BROWEN create fan 3 on pin fan0 and set its frequency
                      M106 P2 X0.6 T40  H2                                 ; F2  FAN ESTRUDER 1.2 WIRE RED BROWEN set fan 3 value. Thermostatic control is turned off
                      M950 F3 C"duex.fan3" Q65535                          ; F3  FAN ESTRUDER 0.4 WIRE RED BLACK create fan 3 on pin fan0 and set its frequency
                      M106 P3 S1 H1 T30                                    ; F3  FAN ESTRUDER 0.4 WIRE RED BLACK set fan 3 value. Thermostatic control is turned off
                      M950 F4 C"duex.fan4" Q600                            ; F4  DUAL LED BED create fan 4 on pin fan0 and set its frequency
                      M106 P4 S1 H1:2 T180                                 ; F4  DUAL LED BED set fan 4 value. Thermostatic control is turned off
                      M950 F5 C"duex.fan5" Q500                            ; FAN 5 X create fan 5 on pin fan1 and set its frequency
                      M106 P5 S1 H-1                                       ; FAN 5 X set fan 5 value. Thermostatic control is turned on
                      M950 F6 C"duex.fan6" Q500                            ; FAN 6 Y create fan 6 on pin fan1 and set its frequency
                      M106 P6 S1 H1:2 T20                                  ; FAN 6 Y set fan 6 value. Thermostatic control is turned on
                      M950 F7 C"duex.fan7" Q65535                          ; FAN 7 Duex 0.11 create fan 7 on pin fan1 and set its frequency
                      M106 P7 S255 H-1                                     ; FAN 7 Duex 0.11 set fan 7 value. Thermostatic control is turned on
                      M950 F8 C"duex.fan8" Q65535                          ; FAN 8 DUET WIFI create fan 8 on pin fan1 and set its frequency
                      M106 P8 S1 H-1;:2 T180                               ; FAN 8 DUET WIFI set fan 8 value. Thermostatic control is turned on
                      
                      ; Tools
                      M563 P0 D0 H1 F0 S"nozzle 0.4 MM"                   ; 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
                      M563 P1 D1 H2 F1 S"nozzle 1.2 MM"                   ; define tool 1
                      G10 P1 X0 Y0 Z0                                     ; set tool 1 axis offsets
                      G10 P1 R0 S0                                        ; set initial tool 1 active and standby temperatures to 0C
                      
                      
                      
                      ; Custom settings are not defined
                      
                      ; Miscellaneous
                      M575 P1 S1 B57600                                  ; enable support for PanelDue
                      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
                      T0                                                 ; select first tool
                      M302 S20 R20
                      ;M572 D4 SS0.025                                   ;nozzle 0.4 
                      ;M572 D3 SS0.025                                   ;nozzle 1.2 
                      M501                                               ; load saved parameters from non-volatile memory
                      

                      Z-Bot CoreXY Build | Thingiverse Profile

                      paolozampini1973undefined 1 Reply Last reply Reply Quote 0
                      • paolozampini1973undefined
                        paolozampini1973 @Phaedrux
                        last edited by

                        @phaedrux thanks I solved I simply got a command wrong on the silicer

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA