• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    dc42 administrators
    last edited by 21 Sept 2018, 06:52

    The M280 PS3 and M280 PS7 commands in your slicer starts script are not right.

    I suggest you home the printer and then test the bltouch as described at https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe.

    Duet WiFi hardware designer and firmware engineer
    Please do not ask me for Duet support via PM or email, use the forum
    http://www.escher3d.com, https://miscsolutions.wordpress.com

    undefined 1 Reply Last reply 21 Sept 2018, 11:34 Reply Quote 1
    • undefined
      giostark
      last edited by giostark 21 Sept 2018, 09:01

      Thanks for the support!!!
      I'll try all you suggestions 😉
      I changed the starting script with this, as in the guide conversion is suggested:
      G1 X0 Y0 Z100 ; lift nozzle to 100mm
      The ending script:
      G28 ; home all axes
      M106 S0 ; turn off cooling fan
      M104 S0 ; turn off extruder
      M140 S0 ; turn off bed
      M84 ; disable motors

      Now what I have noticed is , when I power on on the printer it star the calibration but of several point that it is suppose to touch just the first near 4 points use the trigger, that is released twice! Then the trigger stay released and the printer continue to move to all the other points.
      Im almost sure is just a question of settings.
      I read in other post that the new releases of firmware work slightly different and some Gcode have to be removed. Im trying to figure it out.
      Thanks again for your time!

      My bed.g:
      ;bed.g
      ; called to perform automatic delta calibration via G32
      ;
      ; generated by RepRapFirmware Configuration Tool on Sat Jul 07 2018 15:37:48 GMT-0700 (Pacific Daylight Time)
      M561 ; clear any bed transform
      G28 ; home all towers
      ;M280 P3 S160 I1 ; Clear any errors in BLTouch
      G0 Z400 ; Move while giving the BLTouch time to clear the error
      ;M98 Pdeployprobe.g ; deploy mechanical Z probe
      ; Probe the bed at 6 peripheral and 6 halfway points, and perform 6-factor auto compensation
      ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
      G30 P0 X0 Y132.28 H0 Z-99999
      G30 P1 X121 Y69.86 H0 Z-99999
      G30 P2 X129.9 Y-75 H0 Z-99999
      G30 P3 X0 Y-150 H0 Z-99999
      G30 P4 X-129.9 Y-75 H0 Z-99999
      G30 P5 X-121 Y69.86 H0 Z-99999
      G30 P6 X0 Y59.15 H0 Z-99999
      G30 P7 X56.09 Y32.38 H0 Z-99999
      G30 P8 X64.95 Y-37.5 H0 Z-99999
      G30 P9 X0 Y-75 H0 Z-99999
      G30 P10 X-64.95 Y-37.5 H0 Z-99999
      G30 P11 X-56.09 Y32.38 H0 Z-99999
      G30 P12 X0 Y0 H0 Z-99999 S6
      ; Use S-1 for measurements only, without calculations. Use S4 for endstop heights and Z-height only. Use S6 for full 6 factors
      ; If your Z probe has significantly different trigger heights depending on XY position, adjust the H parameters in the G30 commands accordingly. The value of each H parameter should be (trigger height at that XY position) - (trigger height at centre of bed)
      ;M98 Pretractprobe.g ; retract mechanical Z probe
      G29

      1 Reply Last reply Reply Quote 0
      • undefined
        giostark
        last edited by giostark 21 Sept 2018, 10:20

        Edit:
        Chronology with success for the calibration:
        If I run the G30 as suggested in the guide for the dynamic single probe the console return:
        G30
        Error: Z probe already triggered at start of probing move

        The light of the BLTouch is blinking.
        The trigger is released.
        And if I try to send M280 P3 S90 I1 (also without i1) nothing happen.
        Sending M280 P3 S160 I1 (clear the BLT errors) the trigger retract and the light stop blinking .
        Now the G30 work and slooooowly the head go to the bed with the trigger released and stop retracting the the trigger and turning on the light when it touch the bed.
        Ok, the head stop some mm before the bed so I sent M208 S1 Z-3 for make the nozzle touch the bed.
        I sent the G30 S-1 that report:
        Stopped at height 2.440 mm (I putted a pad near 1mm thick for avoid impact with the glass)
        Now in the config.g i wrote something like this:
        G31 X0 Y20 Z2.440 P25 ; Set Z probe trigger value, offset and trigger height.

        Well...after rebooting the printer calibration was different. The points checked was far more than before. For all points the trigger was released 2 times. The calibration end with the head on one side of the bed.

        1 Reply Last reply Reply Quote 0
        • undefined
          giostark @Phaedrux
          last edited by 21 Sept 2018, 11:30

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

          Try increasing your dive height.

          Do you mean what i have done or something else?
          Of course I beg your pardon for my incompetence.

          1 Reply Last reply Reply Quote 0
          • undefined
            giostark @dc42
            last edited by 21 Sept 2018, 11:34

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

            The M280 PS3 and M280 PS7 commands in your slicer starts script are not right.

            I suggest you home the printer and then test the bltouch as described at https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe.

            Fine , seems you were right for make a complete calibration to work.

            1 Reply Last reply Reply Quote 0
            • undefined
              giostark
              last edited by giostark 21 Sept 2018, 12:02

              Keep trying to solve all the issues:
              1)Now, After calibration the head stay on one side close to the bed.
              If i send a G28 for home all axis just the Z turn to home , the other 2 move just a little .
              G28 Error: G0/G1: insufficient axes homed
              In the WCC >>>Machine control>>> the home x and Home y are orange and I have to home twice for making finally home the other two axis.
              I have seen this : https://forum.duet3d.com/topic/4782/error-after-upgrade-to-1-21/2
              but i cant understand if this is the right direction to investigate..
              2)When I restart the printer the wifi give an error in the console of the touchscreen :
              Error : M587: Failed to add SSID to remembered list HTTP is enabled on port 80 FTP is disabled TELNET

              BUT after the calibration the wifi start to work properly.
              Is not a big deal, is just for understand...

              1 Reply Last reply Reply Quote 0
              • undefined
                giostark
                last edited by giostark 21 Sept 2018, 13:01

                Unfortunately I cant print a thing.
                All the file printed stay on printing continuously on the 1st layer.
                The gear of the extruder consume the filament in the same place because the filament cant be extruded.
                It seems that the printer is unable to rise on the Z axis during the print 😞
                The extruder seems to work properly. I can extrude and retract the filament. But when I print the head stay on the first layer 😞0_1537552075875_Tevo_LM_Duet_Adapter_v1.gcode

                1 Reply Last reply Reply Quote 0
                • undefined
                  Phaedrux Moderator
                  last edited by 21 Sept 2018, 19:49

                  I know you've gone through a few guides but it kind of sounds like your motors aren't responding as expected.

                  Can you take a look at this delta setup guide and compare it to what you have?

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

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 1
                  • undefined
                    giostark
                    last edited by 21 Sept 2018, 22:51

                    Sure! I'll check your link and I will report here...
                    Is my first printer and is all new. I'm glad to learn new stuffs .
                    Could be as you suppose. All the guides are made for different motors from the original ones.
                    I changed just this:
                    M92 X80 Y80 Z80 E425 ; Set steps per mm , that were settled on x160 y160 z160 for the 0.9 motors.

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      giostark
                      last edited by 22 Sept 2018, 01:20

                      Phaedrux ,
                      I have read all the document you have linked. And for what i can see the data should be coherent.
                      The section where with the G91 command (for allow to move independent axis) to check if the motor work properly , is executed without errors. The motors seems work all fine.
                      If i move down the x axis G1 S2 X-10 it go down and vice-versa if I move up the x with G1 S2 X10 it go up. the other two axis go fine.

                      I don't know if is a Slicer problem. Im using Simplify3D with settings i used with the original Tevo . I just changed the firmware section for add the RepRap configuration be loaded.

                      Then....
                      in the homedelta.g there is this line:
                      ; Move all towers to the high end stopping at the endstops (first pass)
                      G1 X505 Y505 Z505 F1800 S1
                      and in the config.g there is this one:
                      M665 R155 L397.19 B155 H525 ; Set delta radius, diagonal rod length, printable radius and homed height
                      The 505 above should be far height than that?
                      In the kossel example with an height of 240mm volume the G1 command is settled on 320. If my printer have an height of volume of 525 how much i should add to 505?

                      ; homedelta.g
                      ; called to home all towers on a delta printer
                      ;
                      ; generated by RepRapFirmware Configuration Tool on Mon May 22 2017 22:56:20 GMT-0400 (Eastern Daylight Time)

                      ; Use relative positioning
                      G91

                      ; Move all towers to the high end stopping at the endstops (first pass)
                      G1 X505 Y505 Z505 F1800 S1

                      ; Go down a few mm
                      G1 X-5 Y-5 Z-5 F1800 S2

                      ; Move all towers up once more (second pass)
                      G1 X10 Y10 Z10 F360 S1

                      ; Move down a few mm so that the nozzle can be centred
                      G1 Z-5 F6000

                      ; Switch back to absolute positioning and go to the centre
                      G90
                      G1 X0 Y0 F6000

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        giostark
                        last edited by 23 Sept 2018, 12:33

                        Nothing to do , also Cura (last version) produce the same thing.
                        The printer dont rise during printing on the Z axis. Stay on the same level all the time and the gear of the extruder consume the filament in same place blocking further extrusions.

                        Suggestions?

                        tnx

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          Phaedrux Moderator
                          last edited by 23 Sept 2018, 18:03

                          It's just odd that the motors will move properly when commanded manually but not when printing. Can you verify the motor current while printing? Send M906 and then M913 without parameters in the console and it will report what the current is set to along with any percentage scaling. Maybe there is a rogue current reduction command happening somewhere.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 1
                          • undefined
                            giostark
                            last edited by giostark 24 Sept 2018, 17:06

                            M906
                            Motor current (mA) - X:1800, Y:1800, Z:1800, E:1800:1800:1800:1800:1800:1800:1800:1800:1800, idle factor 30%
                            M913
                            Motor current % of normal - X:100, Y:100, Z:100, E💯100💯100💯100💯100:100

                            I tried different voltages for the 4 motors. Are all identical and the default should be 1.8.
                            I tried also 1200 and 1000. Nothing change.
                            I tried also the firmware 2.0 but didnt work either. Exactly same attitude as the 2.01.
                            The probe is settled well ,it perform a good calibration without errors reporting the graph of the surface. Of course not rising the z axis during the print generate a mess of plastic under the extruder.

                            Im starting to feel a little sad...

                            There is something that can inhibit the Z axis rising during the printing?

                            undefined 1 Reply Last reply 24 Sept 2018, 17:46 Reply Quote 0
                            • undefined
                              Dougal1957 @giostark
                              last edited by 24 Sept 2018, 17:46

                              @giostark can you post the code file you are trying to print

                              1 Reply Last reply Reply Quote 1
                              • undefined
                                giostark
                                last edited by giostark 24 Sept 2018, 18:01

                                0_1537811866488_stab.gcode
                                0_1537812126970_Tevo_LM_Duet_Adapter_v1.gcode
                                Maybe those files and setting are not perfect but the first (stab) with the original motherboard was printed several time.
                                Im able to perform a "good" calibration without errors. For this reason I dont think is something related to the hardware. I settled the zprobe and the first layer is printed well. the second one come printed on the 1st and so on generating a mess of plastic.
                                0_1537812412280_calibration.jpg

                                undefined 1 Reply Last reply 24 Sept 2018, 18:12 Reply Quote 0
                                • undefined
                                  Dougal1957 @giostark
                                  last edited by 24 Sept 2018, 18:12

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    Phaedrux Moderator
                                    last edited by 24 Sept 2018, 18:13

                                    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

                                    undefined 1 Reply Last reply 24 Sept 2018, 18:17 Reply Quote 1
                                    • undefined
                                      giostark
                                      last edited by giostark 24 Sept 2018, 18:13

                                      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
                                      • undefined
                                        giostark
                                        last edited by 24 Sept 2018, 18:17

                                        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
                                        • undefined
                                          Dougal1957 @Phaedrux
                                          last edited by 24 Sept 2018, 18:17

                                          @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

                                          undefined 1 Reply Last reply 24 Sept 2018, 18:21 Reply Quote 1
                                          13 out of 140
                                          • First post
                                            13/140
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA