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

    DWC only shows "retract" after reaching temps...

    Scheduled Pinned Locked Moved Solved
    Duet Web Control
    3
    15
    566
    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.
    • beachtecundefined
      beachtec
      last edited by

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

        Post your files and firmware versions please.

        Z-Bot CoreXY Build | Thingiverse Profile

        beachtecundefined 1 Reply Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @beachtec
          last edited by

          @beachtec as @Phaedrux says, please post config.g and firmware version, and additionally DWC version; there was a bug in one DWC version that left extrude and retract greyed out.

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          1 Reply Last reply Reply Quote 0
          • beachtecundefined
            beachtec
            last edited by

            ; Duet 3 Configuration File
            ; ToolChanger Configuration with Duet3 + Toolboards
            M111 S0                         ; Debugging off
            G21                             ; Work in millimetres
            G90                             ; Send absolute coordinates...
            M83                             ; ...but relative extruder moves
            M555 P2                         ; Set firmware compatibility to look like Marlin
            
            M550 P"ToolChanger"           	; set machine label
            M552 S1                         ; Enable Networking
            M552 P0.0.0.0                   ; Enable DHCP
            M586 P0 S1                      ; Enable HTTP
            M586 P1 S0                      ; Enable FTP
            M586 P2 S0                      ; Disable Telnet
            
            M667 S1                         ; Select CoreXY mode
            
            ; Endstops
            M574 X1 S1 P"io1.in"              	; Set X probe
            M574 Y1 S1 P"^io2.in"              	; Set Y probe
            ;M574 C1 S1 P"io3.in"              	; Set C probe
            M558 P5 C"io4.in" H5 F360 T20000  	; Set Z probe type to switch, the axes for which it is used and the dive height + speeds
            G31 P200 X0 Y-20 Z0               	; Set Z probe trigger value, offset and trigger height
            M557 X30:270 Y20:140 S60          	; Define mesh grid
            M671 X297:2.5:150 Y313.5:313.5:-16.5 S10 
            
            ; Drive direction
            M569 P0 S0                      	; Drive 0 X
            M569 P1 S0                      	; Drive 1 Y
            M569 P2 S0                      	; Drive 2 C 
            M569 P3 S1                      	; Drive 3 Z	Left Front
            M569 P4 S1                      	; Drive 2 Z Right Front
            M569 P5 S1                     	 	; Drive 3 Z	Back
            M569 P20.0 S1                  	 	; Drive E0
            M569 P21.0 S1        	          	; Drive E1
            
            
            ; Drive settings
            M584 X0 Y1 C2 Z3:4:5                                    		; Apply custom drive mapping
            M584 E20.0:21.0	                             					; Hemera Toolboard Extruder drive mappings
            M208 X-2:325 Y-2:400 Z0:315
            M208 C0:150
            	                 					
            ; Set axis maxima & minima
            
            M350 E16:16 C8 I1                                 		; Configure microstepping without interpolation
            M350 X16 Y16 Z16:16:16 I1                               		; Configure microstepping with interpolation
            M92 X80 Y80 Z1600 C100 E409:409	 	            				; Set steps per mm
            M566 X1200 Y1200 Z200 C2 E300:300			             		; Set maximum instantaneous speed changes (mm/min)
            M203 X20000 Y20000 Z1200 C5000 E5000:5000     					; Set maximum speeds (mm/min)
            M201 X900 Y900 Z400 C400 E5000:5000				         		; Set accelerations (mm/s^2)
            M906 X1600 Y1600 Z1600:1600:1600 C400 E1400:1400 I30  			; Set motor currents (mA) and motor idle factor in per cent
            M84 S30		                                           			; Set idle timeout
            M204 P1000 T2000 R5000											; Set printing and travel accelerations
            M915 P2 S5 F0 H200 R4700
            
            ; Heaters
            M308 S0 P"0.temp0" Y"thermistor" T10000 B4725 C7.06e-8 "Bed"   	; define bed temperature sensor
            M950 H0 C"out0" T0 		                                		; heater 0 uses the bed_heat pin, sensor 0
            M143 H0 S225                                            		; Set temperature limit for heater 0 to 225C
            M140 H0
            
            ; Hemera sensors and heaters
            M308 S1 P"20.temp0" Y"thermistor" T100000 B4725 C7.06e-8 "Tool 0"					; Set thermistor
            M950 H1 C"20.out0" T1;                                  	; Assign heater
            M143 H1 S285                                            	; Set temperature limit for heater 1 to 285C
            M307 H1 A452 C235 D5.5 V24                              	; 30w results
             
            M308 S2 P"21.temp0" Y"thermistor" T100000 B4725 C7.06e-8 "Tool 1"					; Set thermistor
            M950 H2 C"21.out0" T2;                                  	; Assign heater
            M143 H2 S285                                            	; Set temperature limit for heater 2 to 285C
            M307 H2 A452 C235 D5.5 V24                              	; 30w results 
            
            ; Hemera fans
            M950 F1 C"20.out2+out2.tach"          						; T0 hot end fan w/tach
            M950 F2 C"20.out1"  										; Print Cooling Fan
            M950 F3 C"21.out2+out2.tach"          						; T1 hot end fan w/tach
            M950 F4 C"21.out2"   										: Print Cooling Fan	
            
            M106 P1 S255 H1 T70         								; T0 hot end w/tach
            M106 P2 S255 H1 T70         								; T0 print cooling fan     								
            M106 P3 S255 H2 T70         								; T1 hot end w/tach
            M106 P4 S255 H1 T70         								; T1 hot end w/tach
            
            ; Define tools
            M563 P0 S"T0" D0 H1                   	; Define tool 0
            G10 P0 X23.65 Y19.8 Z-6.35	            ; Define tool 0 offset
            G10 P0 R0 S0                            ; Set initial tool 0 active and standby temperatures to 0C
            
            M563 P1 S"T1" D1 H2                     ; Define tool 1
            G10 P1 X22.75 Y19.6 Z-6.38	            ; Define tool 1 offset
            G10 P1 R0 S0                            ; Set initial tool 1 active and standby temperatures to 0C
            
            ; Accessories
            ;M950 F2 C"out3"			; x/y stepper cooling
            ;M950 F3 C"out1"			; 'left' lighting
            ;M950 F4 C"out2"			; 'right' lighting
            ;M950 J0 C"io5.in"		; tool-detect switches
            
            
            ; Some light
            M98 P"/macros/lighting/lights_mid"
            ;M98 P"/macros/set_vars"
            
            M575 P1 S1 B57600							; Panel Due Support
            
            9/16/2020, 7:25:14 PM	M122
            === Diagnostics ===
            RepRapFirmware for Duet 3 MB6HC version 3.1.1 running on Duet 3 MB6HC v1.01 or later (standalone mode)
            Board ID: 08DJM-956L2-G43S8-6J9F6-3SJ6P-KA02G
            Used output buffers: 2 of 40 (13 max)
            === RTOS ===
            Static ram: 154604
            Dynamic ram: 163132 of which 20 recycled
            Exception stack ram used: 320
            Never used ram: 75140
            Tasks: NETWORK(ready,300) ETHERNET(blocked,472) HEAT(blocked,1188) CanReceiv(suspended,3260) CanSender(suspended,1488) CanClock(blocked,1436) TMC(blocked,196) MAIN(running,4480) IDLE(ready,76)
            Owned mutexes:
            === Platform ===
            Last reset 00:00:55 ago, cause: software
            Last software reset at 2020-09-16 19:24, reason: User, spinning module GCodes, available RAM 75216 bytes (slot 3)
            Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0444a000 BFAR 0x00000000 SP 0xffffffff Task MAIN
            Error status: 0
            MCU temperature: min 34.3, current 34.8, max 34.9
            Supply voltage: min 23.7, current 23.8, max 23.9, under voltage events: 0, over voltage events: 0, power good: yes
            12V rail voltage: min 12.2, current 12.2, max 12.3, under voltage events: 0
            Driver 0: standstill, reads 8674, writes 14 timeouts 0, SG min/max 0/0
            Driver 1: standstill, reads 8675, writes 14 timeouts 0, SG min/max 0/0
            Driver 2: standstill, reads 8674, writes 15 timeouts 0, SG min/max 0/0
            Driver 3: standstill, reads 8677, writes 14 timeouts 0, SG min/max 0/0
            Driver 4: standstill, reads 8677, writes 14 timeouts 0, SG min/max 0/0
            Driver 5: standstill, reads 8678, writes 14 timeouts 0, SG min/max 0/0
            Date/time: 2020-09-16 19:25:14
            Slowest loop: 6.74ms; fastest: 0.13ms
            === Storage ===
            Free file entries: 10
            SD card 0 detected, interface speed: 25.0MBytes/sec
            SD card longest read time 0.7ms, write time 0.0ms, max retries 0
            === Move ===
            Hiccups: 0(0), FreeDm: 375, MinFreeDm: 375, MaxWait: 0ms
            Bed compensation in use: none, comp offset 0.000
            === MainDDARing ===
            Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1
            === AuxDDARing ===
            Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1
            === Heat ===
            Bed heaters = 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
            === GCodes ===
            Segments left: 0
            Movement lock held by null
            HTTP is idle in state(s) 0
            Telnet is idle in state(s) 0
            File is idle in state(s) 0
            USB is idle in state(s) 0
            Aux is idle in state(s) 0
            Trigger is idle in state(s) 0
            Queue is idle in state(s) 0
            LCD is idle in state(s) 0
            SBC is idle in state(s) 0
            Daemon is idle in state(s) 0
            Aux2 is idle in state(s) 0
            Autopause is idle in state(s) 0
            Code queue is empty.
            === Network ===
            Slowest loop: 17.80ms; fastest: 0.03ms
            Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions Telnet(0), 0 sessions
            HTTP sessions: 1 of 8
            - Ethernet -
            State: active
            Error counts: 0 0 0 0 0
            Socket states: 5 3 2 2 2 0 0 0
            === CAN ===
            Messages sent 245, longest wait 3ms for type 6012
            === Linux interface ===
            State: 0, failed transfers: 0
            Last transfer: 55120ms ago
            RX/TX seq numbers: 0/1
            SPI underruns 0, overruns 0
            Number of disconnects: 0
            Buffer RX/TX: 0/0-0
            9/16/2020, 7:24:47 PM	m291 p"test"
            
            9/16/2020, 7:27:16 PM	M122 B20
            Diagnostics for board 20:
            Board TOOL1LC firmware 3.1.0 (2020-05-15b1)
            Never used RAM 8.6Kb, max stack 368b
            HEAT 1080 CanAsync 1460 CanRecv 1384 TMC 204 AIN 524 MAIN 2308
            Last reset 00:02:56 ago, cause: software
            Driver 0: standstill, SG min/max 0/0, read errors 0, write errors 1, ifcount 23, reads 22462, writes 11, timeouts 1, DMA errors 0, failedOp 0x80
            Moves scheduled 0, completed 0, hiccups 0
            VIN: 24.1V
            MCU temperature: min 30.9C, current 30.9C, max 31.2C
            Ticks since heat task active 61, ADC conversions started 175356, completed 175355, timed out 0
            Last sensors broadcast 00000002 found 1 64 ticks ago
            Free CAN buffers: 36
            NVM user row b1d088a9 fffff8bb 20003818 0
            TSENS 000c23 GAIN 015911 OFFS 0024bb CAL 1f29
            
            9/16/2020, 7:28:18 PM	M122 B21
            Diagnostics for board 21:
            Board TOOL1LC firmware 3.1.0 (2020-05-15b1)
            Never used RAM 8.6Kb, max stack 368b
            HEAT 1080 CanAsync 1460 CanRecv 1416 TMC 196 AIN 524 MAIN 2308
            Last reset 00:03:58 ago, cause: software
            Driver 0: standstill, SG min/max 0/0, read errors 0, write errors 1, ifcount 23, reads 53563, writes 11, timeouts 1, DMA errors 0, failedOp 0x80
            Moves scheduled 0, completed 0, hiccups 0
            VIN: 24.2V
            MCU temperature: min 36.8C, current 36.9C, max 37.1C
            Ticks since heat task active 14, ADC conversions started 237312, completed 237311, timed out 0
            Last sensors broadcast 00000004 found 1 17 ticks ago
            Free CAN buffers: 36
            NVM user row b1d088a9 fffff8bb 20003818 0
            TSENS 000e68 GAIN 01576c OFFS 00258a CAL 1f25
            

            it should be pretty clean... it is a developmental machine 🙂

            Phaedruxundefined 1 Reply Last reply Reply Quote 0
            • beachtecundefined
              beachtec @Phaedrux
              last edited by

              @Phaedrux
              Hi 🙂 Any thoughts? New territory for me! Hahaha

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

                Can you check the DWC version? Should be under the settings tab. Should be 3.1.1.

                Z-Bot CoreXY Build | Thingiverse Profile

                beachtecundefined 1 Reply Last reply Reply Quote 0
                • beachtecundefined
                  beachtec @Phaedrux
                  last edited by beachtec

                  @Phaedrux That is correct. It is 3.1.1, which I believe is the most current. I went back and reinstalled EVERYTHING and re-flashed the Duet and tool boards with the current release as well.

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

                    @beachtec said in DWC only shows "retract" after reaching temps...:

                    M906 X1600 Y1600 Z1600:1600:1600

                    There should be only 1 current value listed for the Z axis here.

                    Can you send M584, M350, M92, and M906 in the console and report the results?

                    @beachtec said in DWC only shows "retract" after reaching temps...:

                    M204 P1000 T2000 R5000

                    R isn't a valid parameter for M204 in RRF.

                    @beachtec said in DWC only shows "retract" after reaching temps...:

                    M584 E20.0:21.0

                    Are these mappings correct?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    beachtecundefined 1 Reply Last reply Reply Quote 0
                    • beachtecundefined
                      beachtec @Phaedrux
                      last edited by

                      @Phaedrux Sorry about the R parameter... not sure about that one, but removed it anyway with no effect. The mappings are correct. The tool boards appear to be functioning correctly.

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

                        We're looking into it.

                        The R parameter would just be ignored anyway, so no big deal there really.

                        Can you send M584, M350, M92, and M906 in the console and report the results? Jut in case they are getting modified or not applied.

                        Z-Bot CoreXY Build | Thingiverse Profile

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

                          Are you using M302 anywhere?

                          https://duet3d.dozuki.com/Wiki/Gcode#Section_M302_Allow_cold_extrudes

                          Z-Bot CoreXY Build | Thingiverse Profile

                          beachtecundefined 1 Reply Last reply Reply Quote 0
                          • beachtecundefined
                            beachtec @Phaedrux
                            last edited by

                            @Phaedrux Hey @Phaedrux ... Not using cold extrude commands.

                            1 Reply Last reply Reply Quote 0
                            • beachtecundefined
                              beachtec @Phaedrux
                              last edited by

                              @Phaedrux IMG-3956s.JPG

                              Entered all the commands you noted above on the command line. All accepted without issue. DWC only offers retract as a selection here.

                              Ugh!!!

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

                                Your temperature only shows as 100. The default minimum extrusion temp is 160.

                                From the link above:

                                The minimum temperatures for extrusion can be set using the Snnn parameter with a default value of 160°C if unset. A minimum retraction temperature can be set with the Rnnn parameter. The default for this is 90°C.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                beachtecundefined 1 Reply Last reply Reply Quote 0
                                • beachtecundefined
                                  beachtec @Phaedrux
                                  last edited by

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