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

Duet WIFI Z not working during print only!!! Layer not going up

Scheduled Pinned Locked Moved
Firmware installation
2
12
1.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.
  • undefined
    josegerdes
    last edited by T3P3Tony 20 Jun 2018, 04:11

    Guys please help me! My Z axis not working ONLY during a print! I saw some people with this error but i didnt understood! im from brasil 🙂

    1 Reply Last reply Reply Quote 0
    • undefined
      josegerdes
      last edited by josegerdes 20 Jun 2018, 04:48

      ; Configuration file for Duet WiFi (firmware version 1.20 or newer)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool on Mon Jun 18 2018 23:27:29 GMT-0300 (Hora oficial do Brasil)

      ; General preferences
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 PJose Arthur Printer ; Set machine name
      M552 S1 ; Enable network
      M587 S"" P"" ; Configure access point. You can delete this line once connected
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes backwards
      M569 P3 S1 ; Drive 3 goes forwards
      M350 X16 Y16 Z16 E16 I0 ; Configure microstepping without interpolation
      M92 X80 Y80 Z400 E100 ; Set steps per mm
      M566 X900 Y900 Z10 E120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X12000 Y12000 Z300 E3000 ; Set maximum speeds (mm/min)
      M201 X1000 Y1000 Z100 E5000 ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E820 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X0 Y-50 Z0 S1 ; Set axis minima
      M208 X200 Y200 Z200 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active low endstops
      M574 Z1 S2

      ; Z-Probe
      M558 P7 H6 F120 T6000 ; Set Z probe type to switch and the dive height + speeds
      G31 P20 X0 Y50 Z0 ; Set Z probe trigger value, offset and trigger height
      M557 X25:175 Y25:175 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B3988 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4725 C0 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 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 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X0 Y0 Z0.5 ; 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 are not configured

      ; Miscellaneous
      M501 ; Load saved parameters from non-volatile memory
      T0 ; Select first tool

      1 Reply Last reply Reply Quote 0
      • undefined
        dc42 administrators
        last edited by 20 Jun 2018, 10:21

        Try homing the printer and then send the following commands alternately:

        G1 Z100 F10000
        G1 Z50 F10000

        That will test whether the speed and acceleration limits that you set in config.g are appropriate and working.

        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

        1 Reply Last reply Reply Quote 0
        • undefined
          josegerdes
          last edited by 20 Jun 2018, 10:25

          Thx so much for u reply. The Z work completely when its not printing. But in the print, it just print with xy and the Z dont move, i see layers number not going up to, its like 50% of the gcode done and i. Layer 1.... and theprint like a disaster.

          1 Reply Last reply Reply Quote 0
          • undefined
            dc42 administrators
            last edited by 20 Jun 2018, 10:31

            Please try that test. The speeds (F parameter) are deliberately very high and you may not have tested that yet.

            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

            1 Reply Last reply Reply Quote 0
            • undefined
              dc42 administrators
              last edited by 20 Jun 2018, 10:32

              PS - also, after starting a print and getting this problem, run M208 to check that the Z movement limits are still correct.

              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

              1 Reply Last reply Reply Quote 0
              • undefined
                josegerdes
                last edited by 20 Jun 2018, 13:31

                @dc42 said in DUET WIFI Z NOT WORKING DURING PRINT ONLY!!! LAYER NOT GOING UP:

                M208
                M208
                Axis limits - X: 0.0 min, 200.0 max, Y: -50.0 min, 200.0 max, Z: 0.0 min, 200.0 max

                ALL working but z jjust dont work in print...

                1 Reply Last reply Reply Quote 0
                • undefined
                  josegerdes
                  last edited by 20 Jun 2018, 13:33

                  the problem is that it stay in layer 1 all print... print all gcode in the layer 1
                  i tryed with other boards work with them...can u help me

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    dc42 administrators
                    last edited by 20 Jun 2018, 17:20

                    1. Have you checked that when you command the Z axis to move by (for example) 50mm, it really does move that amount and not by some lower amount?

                    2. Please provide us with access to a GCode file that shows the problem.

                    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

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      josegerdes
                      last edited by 21 Jun 2018, 20:40

                      It worked👍 Printing perfectly, the only problem its that my fan fuse come kind a bugged... i connected fan ans it burned realy crazy now im in brasil its kind hard to find one other... but iam in love with this boad... u kind a genius to make something sooo good!

                      undefined 1 Reply Last reply 22 Jun 2018, 09:18 Reply Quote 0
                      • undefined
                        dc42 administrators @josegerdes
                        last edited by dc42 22 Jun 2018, 09:18

                        @josegerdes said in Duet WIFI Z not working during print only!!! Layer not going up:

                        It worked👍 Printing perfectly, the only problem its that my fan fuse come kind a bugged... i connected fan ans it burned realy crazy now im in brasil its kind hard to find one other... but iam in love with this boad... u kind a genius to make something sooo good!

                        I'm glad you got it working.

                        If the fan fuse blew then you probably connected the fan the wrong way round, or the fan was rated at a lower voltage than the power supply voltage.

                        To find a replacement, try searching eBay for "1A mini blade fuse". Here are example listings from eBay UK:

                        https://www.ebay.co.uk/itm/1A-1-Amp-ATM-Mini-Blade-AUTO-Fuse-12V-24V-32V-UKgtn-1-Lot-50-Pcs/200776875648
                        https://www.ebay.co.uk/itm/12V-Assorted-Blade-Fuse-Standard-Micro-Mini-1A-40A-Car-Automotive-Fuses/263729461497

                        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

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          josegerdes
                          last edited by 22 Jun 2018, 18:34

                          thx..! and u know a script with curl to automatcly upload file from simplify 3D

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