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

    New to the duet COMPLETE NEWBIE

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    5
    101
    5.5k
    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.
    • gabrealekundefined
      gabrealek @Phaedrux
      last edited by

      @Phaedrux OKAY, "sighs" new problem of the day. .
      I got the hang of it now . . just posted to see if you'd find it sooner than my baby eyes

      Error: G10: Requested temperature out of range

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 19 2021 17:33:25 GMT-0500 (Eastern Standard Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Creola" ; set printer name

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives
      M569 P0 S0 ; physical drive 0 goes backwards
      M569 P1 S0 ; physical drive 1 goes backwards
      M569 P2 S1 ; physical drive 2 goes forwards
      M569 P3 S0 ; physical drive 3 goes backwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E93.00 ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z600.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z120.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X300 Y300 Z400 S0 ; set axis maxima

      ; Endstops
      M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
      M574 Z1 S1 P"!zstop" ; configure active-high endstop for low end on Z via pin !zstop

      ; Z-Probe
      M558 P0 H18 F120 T480000 ; disable Z probe but set dive height, probe speed and travel speed
      M557 X10:220 Y10:220 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T98801 B4185 ; configure sensor 0 as thermistor on pin e0temp
      M950 H0 C"bedheat" T0 ; create bed heater output on e0heat and map it to sensor 0
      M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S250 ; set temperature limit for heater 0 to 250C
      M308 S1 P"e1temp" Y"thermistor" T98801 B4185 ; configure sensor 1 as thermistor on pin e1temp
      M950 H1 C"e1heat" T1 ; create nozzle heater output on e1heat and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S80 ; set temperature limit for heater 1 to 80C

      ; Fans
      M950 F0 C"fan0" Q20 ; create fan 0 on pin fan0 and set its frequency
      M106 P0 C"PartCool" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"fan1" Q20 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H T45 ; set fan 1 value. Thermostatic control is turned on

      ; Tools
      M563 P0 S"Hotend" D0 H1 F0 ; 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

      ; Custom settings are not defined

      ; Miscellaneous
      M501 ; load saved parameters from non-volatile memory
      M911 S21 R23 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

      1 Reply Last reply Reply Quote 0
      • gabrealekundefined
        gabrealek @Phaedrux
        last edited by

        @Phaedrux
        M308 S1 P"e1temp" Y"thermistor" T98801 B4185 ; configure sensor 1 as thermistor on pin e1temp
        M950 H1 C"e1heat" T1 ; create nozzle heater output on e1heat and map it to sensor 1
        M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit

        I think its this line here maybe??
        M143 H1 S80 ; set temperature limit for heater 1 to 80C

        1 Reply Last reply Reply Quote 1
        • gabrealekundefined
          gabrealek @Phaedrux
          last edited by

          @Phaedrux Fixed it and was able to get it heated up to 180,
          Now when i try to get the bed heated i get this

          Error: Heater 0 fault: temperature rising much more slowly than the expected 1.8°C/sec

          1 Reply Last reply Reply Quote 1
          • gabrealekundefined
            gabrealek @Phaedrux
            last edited by

            @Phaedrux Okay i looked up the issue and found YOU lol, going to PID tune the bed. .

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

              We're on a roll!

              Z-Bot CoreXY Build | Thingiverse Profile

              gabrealekundefined 1 Reply Last reply Reply Quote 0
              • gabrealekundefined
                gabrealek @Phaedrux
                last edited by gabrealek

                @Phaedrux Good morning from my end. we definitely were on a roll yesterday. I did a PID test for the heated bed and this is what I got,

                1/20/2021, 7:25:49 PM M500
                1/20/2021, 7:25:31 PM M307 H0 R0.208 C535.3 D7.42 S1.00 V12.0
                Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 136C
                1/20/2021, 7:23:29 PM Warning: heater behaviour was not consistent during tuning
                Auto tuning heater 0 completed after 3 idle and 25 tuning cycles in 4384 seconds. This heater needs the following M307 command:
                M307 H0 R0.208 C535.3 D7.42 S1.00 V12.0
                Send M500 to save this command in config-override.g

                At this point I don't know what to do.
                EDIT: indeed i do, Ill go back in to the shop and tune the hotend as well and try to run the min temps for PLA. . hopefully i dont get any errors. I will let you know once i am finished.

                1 Reply Last reply Reply Quote 0
                • Vetiundefined
                  Veti
                  last edited by

                  you send M500 to save the tuning parameters.

                  gabrealekundefined 1 Reply Last reply Reply Quote 0
                  • gabrealekundefined
                    gabrealek @Veti
                    last edited by

                    @Veti
                    Yes i sent it after both test were performed. Here is the summary for both

                    1/21/2021, 10:15:03 AM M500
                    1/21/2021, 10:14:47 AM M307 H1 R2.273 C141.1 D6.29 S1.00 V12.0
                    1/21/2021, 10:14:20 AM Auto tuning heater 1 completed after 3 idle and 5 tuning cycles in 401 seconds. This heater needs the following M307 command:
                    M307 H1 R2.273 C141.1 D6.29 S1.00 V12.0
                    Send M500 to save this command in config-override.g
                    1/21/2021, 10:11:54 AM Auto tune starting phase 3, fan off
                    1/21/2021, 10:09:52 AM Auto tune starting phase 2, heater settling
                    1/21/2021, 10:07:44 AM Auto tune starting phase 1, heater on

                    1/21/2021, 10:07:39 AM M303 H1 S210
                    Auto tuning heater 1 using target temperature 210.0°C and PWM 1.00 - do not leave printer unattended
                    1/21/2021, 10:06:23 AM M106 S127
                    1/21/2021, 10:00:22 AM Connection established
                    1/20/2021, 7:27:51 PM Connection interrupted, attempting to reconnect...
                    HTTP request timed out
                    1/20/2021, 7:25:49 PM M500
                    1/20/2021, 7:25:31 PM M307 H0 R0.208 C535.3 D7.42 S1.00 V12.0
                    Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 136C
                    1/20/2021, 7:23:29 PM Warning: heater behaviour was not consistent during tuning
                    Auto tuning heater 0 completed after 3 idle and 25 tuning cycles in 4384 seconds. This heater needs the following M307 command:
                    M307 H0 R0.208 C535.3 D7.42 S1.00 V12.0
                    Send M500 to save this command in config-override.g
                    1/20/2021, 6:22:39 PM Auto tune starting phase 3, fan off
                    1/20/2021, 6:14:17 PM Auto tune starting phase 2, heater settling
                    1/20/2021, 6:10:31 PM Auto tune starting phase 1, heater on
                    1/20/2021, 6:10:25 PM M303 H0 S60
                    Auto tuning heater 0 using target temperature 60.0°C and PWM 1.00 - do not leave printer unattended

                    1 Reply Last reply Reply Quote 0
                    • Vetiundefined
                      Veti
                      last edited by

                      i was talking about the delta calibration

                      Vetiundefined 1 Reply Last reply Reply Quote 0
                      • Vetiundefined
                        Veti @Veti
                        last edited by Veti

                        the new hotend tuning command is
                        M303 T0 S210

                        gabrealekundefined 1 Reply Last reply Reply Quote 0
                        • gabrealekundefined
                          gabrealek @Veti
                          last edited by

                          @Veti Ohhh , Okay. Im about to do a new one now then . THANKKK YOUUUUUUU!!! 🙂

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

                            M303 T0 S210 will tune the hotend heater and take the part cooling fan into account.

                            For the bed heater, the M303 H0 S60 is correct.

                            1/20/2021, 7:23:29 PM Warning: heater behaviour was not consistent during tuning

                            Not sure why you're getting that though. What kind of bed heater do you have on the CR-10? Stock? Are you starting from room temp?

                            Do the saved tuning results allow for you to heat the bed to 60 in a reasonable time and keep a consistent temp? If so, that's all that really matters.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            gabrealekundefined 2 Replies Last reply Reply Quote 0
                            • gabrealekundefined
                              gabrealek @Phaedrux
                              last edited by

                              @Phaedrux Big baby is doing better, i got her up to 50 and she held it pretty well. Thank you!! Ill keep you updated though

                              1 Reply Last reply Reply Quote 0
                              • gabrealekundefined
                                gabrealek @Phaedrux
                                last edited by

                                @Phaedrux should i be concerned if the MCU temp is up to 27.6?

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

                                  Probably not, but first make sure it's an accurate temp.

                                  https://duet3d.dozuki.com/Wiki/Calibrating_the_CPU_temperature

                                  With a bit of forced air cooling even after a long print it doesn't get much above 35 for me. And you really only need to worry about 80+ The drivers get hotter and need more cooling than the MCU, but the MCU temp can be used as a proxy for the driver temps and allow for using a thermostatically controlled fan. All described in this link.

                                  https://duet3d.dozuki.com/Wiki/Mounting_and_cooling_the_board

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  gabrealekundefined 1 Reply Last reply Reply Quote 0
                                  • gabrealekundefined
                                    gabrealek @Phaedrux
                                    last edited by

                                    @Phaedrux I hooked one up and its good now. .
                                    I tried to print the calibration box and my Extruder wasn't close to my bed at all still trying to print. . also when i try to home XYZ it states its "busy" and waits about 3-5 mins to move at all. . . idk what to do. Is it something id have to change within my config?

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

                                      Please post your current config.g and homeall.g and copy and paste the first 50 lines or so of your sliced gcode file you're trying to print.

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      gabrealekundefined 1 Reply Last reply Reply Quote 0
                                      • gabrealekundefined
                                        gabrealek @Phaedrux
                                        last edited by gabrealek

                                        @Phaedrux

                                        ; Configuration file for Duet WiFi (firmware version 3)
                                        ; executed by the firmware on start-up
                                        ;
                                        ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 19 2021 17:33:25 GMT-0500 (Eastern Standard Time)

                                        ; General preferences
                                        G90 ; send absolute coordinates...
                                        M83 ; ...but relative extruder moves
                                        M550 P"Creola" ; set printer name

                                        ; Network
                                        M552 S1 ; enable network
                                        M586 P0 S1 ; enable HTTP
                                        M586 P1 S0 ; disable FTP
                                        M586 P2 S0 ; disable Telnet

                                        ; Drives
                                        M569 P0 S0 ; physical drive 0 goes backwards
                                        M569 P1 S0 ; physical drive 1 goes backwards
                                        M569 P2 S1 ; physical drive 2 goes forwards
                                        M569 P3 S0 ; physical drive 3 goes backwards
                                        M584 X0 Y1 Z2 E3 ; set drive mapping
                                        M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                                        M92 X80.00 Y80.00 Z400.00 E97.08 ; set steps per mm
                                        M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
                                        M203 X6000.00 Y6000.00 Z600.00 E1200.00 ; set maximum speeds (mm/min)
                                        M201 X500.00 Y500.00 Z120.00 E250.00 ; set accelerations (mm/s^2)
                                        M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
                                        M84 S30 ; Set idle timeout

                                        ; Axis Limits
                                        M208 X0 Y0 Z0 S1 ; set axis minima
                                        M208 X300 Y300 Z400 S0 ; set axis maxima

                                        ; Endstops
                                        M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
                                        M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
                                        M574 Z1 S1 P"!zstop" ; configure active-high endstop for low end on Z via pin !zstop

                                        ; Z-Probe
                                        M558 P0 H18 F120 T480000 ; disable Z probe but set dive height, probe speed and travel speed
                                        M557 X10:220 Y10:220 S20 ; define mesh grid

                                        ; Heaters
                                        M308 S0 P"bedtemp" Y"thermistor" T98801 B4185 ; configure sensor 0 as thermistor on pin e0temp
                                        M950 H0 C"bedheat" T0 ; create bed heater output on e0heat and map it to sensor 0
                                        M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
                                        M140 H0 ; map heated bed to heater 0
                                        M143 H0 S80 ; set temperature limit for heater 0 to 80C
                                        M308 S1 P"e1temp" Y"thermistor" T98801 B4185 ; configure sensor 1 as thermistor on pin e1temp

                                        ; homeall.g
                                        ; called to home all axes
                                        ;
                                        ; generated by RepRapFirmware Configuration Tool v3.2.1 on Tue Jan 19 2021 17:33:25 GMT-0500 (Eastern Standard Time)
                                        G91 ; relative positioning
                                        G1 H2 Z18 F480000 ; lift Z relative to current position
                                        G1 H1 X-305 Y-305 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
                                        G1 H2 X5 Y5 F480000 ; go back a few mm
                                        G1 H1 X-305 Y-305 F3600 ; move slowly to X and Y axis endstops once more (second pass)
                                        G1 H1 Z-405 F3600 ; move Z down stopping at the endstop
                                        G90 ; absolute positioning
                                        G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

                                        ; Uncomment the following lines to lift Z after probing
                                        ;G91 ; relative positioning
                                        ;G1 Z18 F8000 ; lift Z relative to current position
                                        ;G90 ; absolute positioning

                                        ;FLAVOR:Marlin
                                        ;TIME:15708
                                        ;Filament used: 30.0079m
                                        ;Layer height: 0.32
                                        ;MINX:87.5
                                        ;MINY:87.5
                                        ;MINZ:0.32
                                        ;MAXX:212.5
                                        ;MAXY:212.5
                                        ;MAXZ:99.84
                                        ;Generated with Cura_SteamEngine 4.8.0
                                        M140 S45
                                        M105
                                        M190 S45
                                        M104 S210
                                        M105
                                        M109 S210
                                        M82 ;absolute extrusion mode
                                        M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
                                        M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
                                        M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
                                        M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
                                        M220 S100 ;Reset Feedrate
                                        M221 S100 ;Reset Flowrate

                                        G28 ;Home

                                        G92 E0 ;Reset Extruder
                                        G1 Z2.0 F3000 ;Move Z Axis up
                                        G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
                                        G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
                                        G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
                                        G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
                                        G92 E0 ;Reset Extruder
                                        G1 Z2.0 F3000 ;Move Z Axis up

                                        G92 E0
                                        G92 E0
                                        G1 F2700 E-5
                                        ;LAYER_COUNT:312
                                        ;LAYER:0
                                        M107
                                        G0 F6000 X96.919 Y97.136 Z0.32
                                        ;TYPE:SKIRT
                                        G1 F2700 E0
                                        G1 F1200 X97.194 Y96.861 E0.05174
                                        G1 X97.565 Y96.502 E0.12042
                                        G1 X97.79 Y96.289 E0.16164
                                        G1 X98.257 Y95.859 E0.2461
                                        G1 X98.563 Y95.587 E0.30057

                                        Phaedruxundefined 3 Replies Last reply Reply Quote 0
                                        • Phaedruxundefined
                                          Phaedrux Moderator @gabrealek
                                          last edited by Phaedrux

                                          @gabrealek said in New to the duet COMPLETE NEWBIE:

                                          M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
                                          M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
                                          M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
                                          M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk

                                          Delete these lines from your cura start gcode.

                                          @gabrealek said in New to the duet COMPLETE NEWBIE:

                                          ;FLAVOR:Marlin

                                          Also in Cura change your gcode flavour to REPRAP

                                          Also change cura to use relative extrusion while you're at it.

                                          Then reslice and try again.

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          gabrealekundefined 1 Reply Last reply Reply Quote 0
                                          • gabrealekundefined
                                            gabrealek @Phaedrux
                                            last edited by

                                            @Phaedrux I feel like such a nube, thanks again!! Im about to try now and keep you updated.

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