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

    [not yet solved] Tevo Little Monster DuetWifi errors

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    10
    140
    21.3k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Well I notice 2 things from your gcode file. First, you don't have a G28 in there to home the printer, so if it isnt already homed when you start the print it may cause problems. Second, your Z moves are all negative.

      Z-Bot CoreXY Build | Thingiverse Profile

      Dougal1957undefined 1 Reply Last reply Reply Quote 1
      • giostarkundefined
        giostark
        last edited by giostark

        My actual config.g:

        Config.g
        ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
        ; executed by the firmware on start-up
        ;
        ; generated by RepRapFirmware Configuration Tool on Sat Jul 07 2018 15:37:48 GMT-0700 (Pacific Daylight Time)

        ; General preferences
        G21 ; Work in millimetres
        G90 ; Send absolute coordinates...
        M83 ; ...but relative extruder moves
        ;M555 P2 ; Set firmware compatibility to look like Marlin

        ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
        M665 R157 L397.1073 B175 H523 ; Set delta radius, diagonal rod length, printable radius and homed height
        M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them

        ; Network
        M550 PTEVO Little Monster ; Set machine name
        M552 S1
        G4 P1000
        M587 S"----------" P"-----------"
        M586 P0 S1 ; Enable HTTP
        M586 P1 S0 ; Disable FTP
        M586 P2 S0 ; Disable Telnet

        ; Drives original ones with 1.8 degree
        M569 P0 S1 ; Drive 0 goes forwards
        M569 P1 S1 ; Drive 1 goes forwards
        M569 P2 S1 ; Drive 2 goes forwards
        M569 P3 S1 ; Drive 3 goes forwards
        M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
        M92 X80 Y80 Z80 E425 ; Set steps per mm
        M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
        M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
        M201 X1000 Y1000 Z1000 E1000 ; Set accelerations (mm/s^2)
        M906 X1800 Y1800 Z1800 E1800 I30 ; Set motor currents (mA) and motor idle factor in per cent
        M84 S30 ; Set idle timeout

        ; Axis Limits
        M208 Z0 S1 ; Set minimum Z

        ; Endstops
        M574 X2 Y2 Z2 S1 ; Set active high endstops
        M557 R130 S20 ; Define mesh grid

        ; Z-Probe
        M307 H3 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
        M558 P9 H5 F100 T2000 A5 R0.1 ; P9 for BLTouch, dive height 5mm, probe at 100mm/min, travel 6000mm/min, up to 5 probes, pause 0.1s
        G31 X0 Y20 Z0 P25 ; Set Z probe trigger value, offset and trigger height
        M557 R150 S45 ; Define mesh grid

        ; Heaters
        M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
        M143 H0 S120 ; Set temperature limit for heater 0 to 120C
        M305 P1 T100000 B4138 C0 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 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
        M106 P2 S1 I0 F500 H0 T50 ; Set fan 2 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
        M591 D0 C3 P2 E6.0

        ; Filament Sensor - Add the following to config file anywhere before the M501 command
        M591 D0 P1 C4 R20 ; configure extruder drive 0 to use E1 endstop (C4) with 20% tolerance
        M591 D0 ; display filament sensor parameters for extruder drive 0

        ; Miscellaneous
        M501 ; Load saved parameters from non-volatile memory

        ; deployprobe.g
        ; called to deploy a physical Z probe
        ;
        ; generated by RepRapFirmware Configuration Tool on Sat Jul 07 2018 15:37:48 GMT-0700 (Pacific Daylight Time)
        ;M280 P3 S160 I1
        M280 P3 S10 I1

        ; retractprobe.g
        ; called to retract a physical Z probe
        ;
        ; generated by RepRapFirmware Configuration Tool on Sat Jul 07 2018 15:37:48 GMT-0700 (Pacific Daylight Time)
        M280 P3 S90 I1

        1 Reply Last reply Reply Quote 0
        • giostarkundefined
          giostark
          last edited by

          Now every time I start a print I put the head in home by hand. Ill fix it.
          Sorry , what you mean negative? and where? How should I set them properly ?

          1 Reply Last reply Reply Quote 0
          • Dougal1957undefined
            Dougal1957 @Phaedrux
            last edited by

            @phaedrux the file I have checked have no Z Moves at all in fact the only Z character is at the start to zero the extruder no wonder everything is printed on top of each other it is as if the layer height has been set to 0

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

              I was looking at the stab.gcode.

              Z-Bot CoreXY Build | Thingiverse Profile

              giostarkundefined 1 Reply Last reply Reply Quote 1
              • giostarkundefined
                giostark @Phaedrux
                last edited by

                @phaedrux said in [help] Tevo Little Monster + DuetWiFi + DuetTouch7" errors:

                I was looking at the stab.gcode.

                Ah...ok
                So what do you would insert as start script?

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • giostarkundefined
                  giostark @Dougal1957
                  last edited by giostark

                  @dougal1957 said in [help] Tevo Little Monster + DuetWiFi + DuetTouch7" errors:

                  @phaedrux the file I have checked have no Z Moves at all in fact the only Z character is at the start to zero the extruder no wonder everything is printed on top of each other it is as if the layer height has been set to 0

                  Ok im facing with all my ignorance...so do you mean the same as Phaedrux?

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

                    @giostark at the minimum just g28

                    Can you post some screen shots of your slicer configuration?

                    Z-Bot CoreXY Build | Thingiverse Profile

                    giostarkundefined 1 Reply Last reply Reply Quote 1
                    • Dougal1957undefined
                      Dougal1957
                      last edited by

                      I'll look at that next mine was the tevo_lm one

                      1 Reply Last reply Reply Quote 1
                      • Dougal1957undefined
                        Dougal1957
                        last edited by

                        the first one I looked at was cura the stab was S3d

                        1 Reply Last reply Reply Quote 1
                        • giostarkundefined
                          giostark @Phaedrux
                          last edited by giostark

                          @phaedrux said in [help] Tevo Little Monster + DuetWiFi + DuetTouch7" errors:

                          @giostark at the minimum just g28

                          Can you post some screen shots of your slicer configuration?

                          Sure...
                          Those files come from the web...are not mine.

                          The tab not reported are not configured (all unchecked)
                          About the start and end script:
                          Start: empty...i dont know is appropriate for the duetwifi
                          end:
                          M104 S0 ;extruder heater off
                          M140 S0 ;heated bed heater off (if you have it)
                          G91 ;relative positioning
                          M83 ; RELATIVE EXTRUSION
                          G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
                          G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
                          G28 ;move to endstops
                          M84 ;steppers off
                          G90 ;absolute positioning
                          M82 ; RESTORE ABSOLUTE EXTRUSION

                          0_1537813879836_layer.jpg
                          0_1537813895188_infill.jpg
                          0_1537813903188_g-code.jpg
                          0_1537813918895_extruder.jpg
                          0_1537813949974_advanced.jpg

                          1 Reply Last reply Reply Quote 0
                          • Dougal1957undefined
                            Dougal1957
                            last edited by

                            OK if you downloaded the Code files from the web then I would discount them totally and work with raw STL files and slice them and see what you get

                            1 Reply Last reply Reply Quote 1
                            • Dougal1957undefined
                              Dougal1957
                              last edited by

                              Maybe start with a simple cube printed in vase mode or such you will soon see whats happening without wasting to much filament/time

                              1 Reply Last reply Reply Quote 1
                              • giostarkundefined
                                giostark
                                last edited by giostark

                                0_1537814313478_stab.stl
                                0_1537814322221_Tevo_LM_Duet_Adapter_v1.stl

                                Thanks really ,
                                What I should insert as "start script" ?
                                The Z negative make sense if it stay always on the same layer...(the 1st lower)

                                1 Reply Last reply Reply Quote 0
                                • Dougal1957undefined
                                  Dougal1957
                                  last edited by

                                  From what I have studied the code whoever did it has a large negative offset which could account for it looking that way but it does seem to increment by 0.2 each layer but if you start at - 0.5 wish then it is doomed to failure if you need to start at 0.1 say I think you need to forget downloading other peoples gcode and start from your own

                                  giostarkundefined 1 Reply Last reply Reply Quote 1
                                  • giostarkundefined
                                    giostark @Dougal1957
                                    last edited by

                                    @dougal1957

                                    So the fact that the print dont rise on the Z axis depend on the slicer?
                                    Those settings work before with the original mobo. With this duetWifi not.
                                    Probably because are completely different hardware and software.
                                    In any case if someone can suggest the starting script or something for avoid the negative Z should be really useful 🙂

                                    I found the cube... I'll try some test...
                                    https://www.thingiverse.com/thing:38108/files

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

                                      @giostark Delta's aren't really my thing so maybe @Dougal1957 can tell you more specifically what to put in your start script but at the very least you need to home the printer. The slicer will handle the temperatures.

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      1 Reply Last reply Reply Quote 0
                                      • giostarkundefined
                                        giostark
                                        last edited by

                                        Nothing to do. Nor the cube , nor the stab.
                                        The same mess. I tried to print from S3d via usb and I have seen Z negative all the time and positive just when retracting....

                                        1 Reply Last reply Reply Quote 0
                                        • giostarkundefined
                                          giostark
                                          last edited by giostark

                                          Hi there...i was close to give up. But ! I tried Matter control and it seems to make rise the head as it should be (via usb). It use the Matter Slice slicer embedded in it. I could try also with the cura engine and SD variant and report if it work.
                                          The phenomenon that now happen is strange (but probably common for you "expert") , the printer print the fist few layer(in real i dont understand well when the material is posed) than it seems that the extruder block it self and consume the filament in the same place. Is like the extrusion and retraction didnt work regularly.
                                          Of course if i try the extruder by it self it work well. Also the retraction work well.
                                          Im printing ABS with nozzle at 250 and glass bed at 110. (are working settings with the past configuration). Fan 0%.

                                          Just in case . Can you suggest a good extruder for my tevo? Any hardware upgrade is well accepted. The link on the guide is broken. It seems that is no more available the extruder suggested. https://www.bondtech.se/en/product-category/extruders/
                                          Maybe the nozzle? A titan original one?

                                          0_1537985073784_extrusion-test.jpg

                                          0_1537985088607_layer-test.jpg
                                          0_1537985113865_retraction-test.jpg

                                          If you need more info just ask thanks
                                          At the end of this I'll make a summary that can be useful for other ...
                                          🙂

                                          1 Reply Last reply Reply Quote 0
                                          • giostarkundefined
                                            giostark
                                            last edited by giostark

                                            Progress , I'll update with all the necessary info and Ill' open a new 3ds.
                                            I calibrated the extruder (steps for mm and multiplier) . The MatterControl seems to work for rising the Z axis.
                                            Also , I still continue to have trouble with consumed filament . I suppose is because a wrong setting in retraction but i have to still figure it out if is retraction or something else.
                                            Just because i followed this howto and the settings should be fine, the culprit can be in the fist layer too close the bed....
                                            Im looking for this howto that explain the cause of this "bite" on the filament:
                                            https://airwolf3d.com/3d-printing-tips/mouse-bite/

                                            0_1538080498366_20180927_195753.jpg
                                            https://www.matterhackers.com/articles/retraction-just-say-no-to-oozing0_1538080534437_20180927_195744.jpg

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