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

    CoreXY axis don't move at printing

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    4
    39
    2.4k
    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.
    • AimRabbitundefined
      AimRabbit
      last edited by AimRabbit

      Hallo together,

      I have the following problem. I can home the axis and everything is moving and doing the task very well.
      If I start a print the heatbed is heating up and after that the nozzle heating up. Till this everything is fine but at the moment the printer should move and print, only the filament get out, the print progress increases but the axis don't move.
      Maybe someone of you have a solution for me what it could be.

      Information about the hardware:
      Tronxy X5S
      Duet 2 Wifi v1.04
      PanelDue 7i
      E3D Chimera
      PSU 24V / 15A

      Kind regards
      AimRabbit

      edit:
      Config:
      ; Configuration file for Duet WiFi (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2 on Tue Mar 19 2019 17:58:17 GMT+0100 (Mitteleuropäische Normalzeit)

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

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 P"Tronxy X5S" ; Set machine name
      M551 P"" ; Set password
      M552 S1 ; Enable network
      M587 S"
      " P"" I192.168.. J192.168.. K255.255.255.0 ; Configure access point and IP addresses. 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 S0 ; Drive 2 goes backwards
      M569 P3 S0 ; Drive 3 goes backwards
      M569 P4 S0 ; Drive 4 goes backwards
      M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E98.00:98.00 ; Set steps per mm
      M566 X600.00 Y600.00 Z12.00 E120.00:120.00 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000.00 Y18000.00 Z180.00 E1500.00:1500.00 ; Set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00 Z100.00 E10000.00:10000.00 ; Set accelerations (mm/s^2)
      M906 X950.00 Y950.00 Z950.00 E950.00:950.00 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 X305 Y310 Z400 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S0 ; Set active low and disabled endstops

      ; Z-Probe
      M558 P5 H5 F0 T6000 ; Set Z probe type to switch and the dive height + speeds
      G31 P600 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height
      M557 X15:290 Y15:295 S20 ; Define mesh grid

      ; Heaters
      M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4388 R4700 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S285 ; Set temperature limit for heater 1 to 285C
      M305 P2 T100000 B4388 R4700 ; Set thermistor + ADC parameters for heater 2
      M143 H2 S285 ; Set temperature limit for heater 2 to 285C

      ; Fans
      M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 S1 I0 F500 H2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

      ; Tools
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 X9 Y0 Z0 ; Set tool 0 axis offsets
      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
      M563 P1 D1 H2 ; Define tool 1
      G10 P1 X-9 Y0 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S0 ; Set initial tool 1 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

      And the printing file (just the calibration cube):
      0_1553032389944_CFFFP_xyzCalibration_cube.gcode

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

        What do you have in homeall?

        Z-Bot CoreXY Build | Thingiverse Profile

        AimRabbitundefined 1 Reply Last reply Reply Quote 0
        • AimRabbitundefined
          AimRabbit @Phaedrux
          last edited by AimRabbit

          @phaedrux
          here ist my homeall.g:
          ; homeall.g
          ; called to home all axes
          ;
          ; generated by RepRapFirmware Configuration Tool v2 on Tue Mar 19 2019 17:58:17 GMT+0100 (Mitteleuropäische Normalzeit)
          G91 ; relative positioning
          G1 Z5 F6000 S2 ; lift Z relative to current position
          G1 S1 X-310 Y-315 F1800 ; move quickly to X or Y endstop and stop there (first pass)
          G1 S1 X-310 ; home X axis
          G1 S1 Y-315 ; home Y axis
          G1 X5 Y5 F6000 ; go back a few mm
          G1 S1 X-310 F360 ; move slowly to X axis endstop once more (second pass)
          G1 S1 Y-315 ; then move slowly to Y axis endstop
          G1 S1 Z-405 F1800 ; move Z down stopping at the endstop
          G90 ; absolute positioning
          G92 Z0 ; set Z to axis minimum (you may want to adjust this)

          ; Uncomment the following lines to lift Z after probing
          ;G91 ; relative positioning
          ;G1 S2 Z5 F100 ; lift Z relative to current position
          ;G90 ; absolute positioning

          edit:
          To make my config I used the config generator.

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

            Are there any error messages that come up in the gcode console?

            I can't see anything in your gcode file or config or homing file that would allow extrusion to continue, but not move the axis.

            Z-Bot CoreXY Build | Thingiverse Profile

            AimRabbitundefined 2 Replies Last reply Reply Quote 0
            • AimRabbitundefined
              AimRabbit @Phaedrux
              last edited by

              @phaedrux
              I really wish there were a error code but there is nothing.
              If you want I make a video from it. Maybe you will see on it more but i doubt it.
              It's like the motors are getting no command to move.

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

                And just to confirm, you can jog the axis motors around no problem? It's only when you start a print?
                Have you tried a different gcode file to print?

                Z-Bot CoreXY Build | Thingiverse Profile

                AimRabbitundefined 1 Reply Last reply Reply Quote 0
                • AimRabbitundefined
                  AimRabbit @Phaedrux
                  last edited by

                  @phaedrux
                  Could it be possible that I the gcode will be saved if I abort the print?
                  And if I used for the first print Marlin setting because forget to switching to reprap?
                  Could that be the problem?

                  here my ressurect.g:
                  ; File "Calibration/CFFFP_xyzCalibration_cube.gcode" resume print after print paused at 2019-03-19 18:29
                  M140 P0 S60.0
                  G10 P1 S0 R0
                  G10 P0 S210 R210
                  T0 P0
                  G92 X147.352 Y146.170 Z0.300
                  M98 Presurrect-prologue.g
                  M106 P0 S0.00
                  M106 P3 S0.00
                  M106 P4 S0.00
                  M106 P5 S0.00
                  M106 P6 S0.00
                  M106 P7 S0.00
                  M106 P8 S0.00
                  M106 S0.00
                  M116
                  M290 S0.000
                  G92 E0.00000
                  M83
                  M23 Calibration/CFFFP_xyzCalibration_cube.gcode
                  M26 S7271 P0.000
                  G0 F6000 Z2.300
                  G0 F6000 X147.352 Y146.170
                  G0 F6000 Z0.300
                  G1 F3600.0 P0
                  M24

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

                    You can test by deleting the resurrect.g

                    Z-Bot CoreXY Build | Thingiverse Profile

                    AimRabbitundefined 1 Reply Last reply Reply Quote 0
                    • AimRabbitundefined
                      AimRabbit @Phaedrux
                      last edited by

                      @phaedrux said in CoreXY axis don't move at printing:

                      And just to confirm, you can jog the axis motors around no problem? It's only when you start a print?
                      Have you tried a different gcode file to print?

                      Thats right. I can move the axis and home it and everything is fine until I want to print. Then it doesn't move.

                      1 Reply Last reply Reply Quote 0
                      • AimRabbitundefined
                        AimRabbit @Phaedrux
                        last edited by

                        @phaedrux said in CoreXY axis don't move at printing:

                        You can test by deleting the resurrect.g

                        Ok one moment I'll try it and give you some feedback 😉

                        1 Reply Last reply Reply Quote 0
                        • AimRabbitundefined
                          AimRabbit
                          last edited by

                          OK I think I found the problem.
                          It was the ressurect.g.

                          But now I get this error 😞 I attached the M122 for better diagnostic.
                          18:33:54
                          Resume state saved
                          Print auto-paused due to low voltage
                          18:33:54
                          M24
                          Printing resumed
                          18:33:38
                          Resume state saved
                          Print auto-paused due to low voltage
                          18:33:37
                          M32 "Calibration/CFFFP_xyzCalibration_cube.gcode"
                          File Calibration/CFFFP_xyzCalibration_cube.gcode selected for printing
                          18:33:31
                          M122
                          === Diagnostics ===
                          RepRapFirmware for Duet 2 WiFi/Ethernet version 2.02(RTOS) running on Duet WiFi 1.02 or later
                          Board ID: 08DGM-917DA-G4MSJ-6J1F2-3SJ6T-K9RR8
                          Used output buffers: 3 of 20 (10 max)
                          === RTOS ===
                          Static ram: 25524
                          Dynamic ram: 98912 of which 0 recycled
                          Exception stack ram used: 488
                          Never used ram: 6148
                          Tasks: NETWORK(ready,544) HEAT(blocked,1232) MAIN(running,3812) IDLE(ready,200)
                          Owned mutexes: WiFi(NETWORK)
                          === Platform ===
                          Last reset 00:04:49 ago, cause: power up
                          Last software reset at 2019-03-19 17:59, reason: User, spinning module GCodes, available RAM 6308 bytes (slot 0)
                          Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x04417000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
                          Error status: 0
                          Free file entries: 9
                          SD card 0 detected, interface speed: 20.0MBytes/sec
                          SD card longest block write time: 0.0ms, max retries 0
                          MCU temperature: min 35.3, current 37.7, max 37.9
                          Supply voltage: min 9.9, current 10.9, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes
                          Driver 0: standstill, SG min/max 0/100
                          Driver 1: standstill, SG min/max not available
                          Driver 2: ok, SG min/max not available
                          Driver 3: standstill, SG min/max not available
                          Driver 4: standstill, SG min/max not available
                          Date/time: 2019-03-20 18:33:32
                          Cache data hit count 1092080024
                          Slowest loop: 3.54ms; fastest: 0.07ms
                          I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0
                          === Move ===
                          Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 239, MinFreeDm: 238, MaxWait: 282492ms, Underruns: 0, 0
                          Scheduled moves: 8, completed moves: 7
                          Bed compensation in use: none
                          Bed probe heights: 0.000 0.000 0.000 0.000 0.000
                          === Heat ===
                          Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
                          Heater 0 is on, I-accum = 0.0
                          Heater 1 is on, I-accum = 0.7
                          === GCodes ===
                          Segments left: 0
                          Stack records: 1 allocated, 1 in use
                          Movement lock held by http
                          http is idle in state(s) 1 5
                          telnet is idle in state(s) 0
                          file is idle in state(s) 0
                          serial is idle in state(s) 0
                          aux is idle in state(s) 0
                          daemon is idle in state(s) 0
                          queue is idle in state(s) 0
                          autopause is idle in state(s) 0
                          Code queue is empty.
                          === Network ===
                          Slowest loop: 14.21ms; fastest: 0.00ms
                          Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                          HTTP sessions: 1 of 8

                          • WiFi -
                            Network state is running
                            WiFi module is connected to access point
                            Failed messages: pending 0, notready 0, noresp 0
                            WiFi firmware version 1.21
                            WiFi MAC address cc:50:e3:0d:1c:9e
                            WiFi Vcc 3.44, reset reason Turned on by main processor
                            WiFi flash size 4194304, free heap 14912
                            WiFi IP address 192.168.178.9
                            WiFi signal strength -64dBm, reconnections 0, sleep mode modem
                            Socket states: 0 0 0 0 0 0 0 0

                          I don't understand why the VIN is decreasing that much.

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

                            What is your power supply?

                            Are the VIN terminals screwed down tightly?

                            Z-Bot CoreXY Build | Thingiverse Profile

                            AimRabbitundefined 1 Reply Last reply Reply Quote 0
                            • AimRabbitundefined
                              AimRabbit @Phaedrux
                              last edited by

                              @phaedrux said in CoreXY axis don't move at printing:

                              What is your power supply?

                              Are the VIN terminals screwed down tightly?

                              PSU is 24V/15A
                              and yes I screwed it tight down.

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

                                Have you tested the output of the PSU with a multimeter?

                                It could be failing. Do you have another 24v PSU to test with?

                                Z-Bot CoreXY Build | Thingiverse Profile

                                AimRabbitundefined 1 Reply Last reply Reply Quote 0
                                • mrehorstdmdundefined
                                  mrehorstdmd
                                  last edited by

                                  Is there a T0 or T1 statement to select a tool somewhere in a config file or in the print gcode?

                                  https://drmrehorst.blogspot.com/

                                  Phaedruxundefined AimRabbitundefined 2 Replies Last reply Reply Quote 0
                                  • Phaedruxundefined
                                    Phaedrux Moderator @mrehorstdmd
                                    last edited by Phaedrux

                                    @mrehorstdmd Yeah there is one inserted by cura in the slicer start code.

                                    ;FLAVOR:RepRap
                                    ;TIME:917
                                    ;Filament used: 1.36441m, 0m
                                    ;Layer height: 0.2
                                    ;Generated with Cura_SteamEngine 4.0.0
                                    T0
                                    M190 S60
                                    M104 S210
                                    M109 S210
                                    M82 ;absolute extrusion mode
                                    G28 ;Home
                                    G1 Z15.0 F6000 ;Move the platform down 15mm
                                    ;Prime the extruder
                                    G92 E0
                                    G1 F200 E3
                                    G92 E0
                                    M83 ;relative extrusion mode
                                    G1 F1500 E-6.5
                                    ;LAYER_COUNT:100
                                    ;LAYER:0
                                    M107 P1
                                    G0 F3600 X130.865 Y142.007 Z0.3
                                    ;TYPE:SKIRT
                                    G1 F1500 E6.5
                                    G1 F2400 X131.315 Y141.665 E0.0282
                                    G1 X131.808 Y141.389 E0.02819
                                    G1 X132.336 Y141.185 E0.02824
                                    G1 X132.886 Y141.058 E0.02816
                                    G1 X133.509 Y141.009 E0.03118
                                    G1 X153.491 Y141.01 E0.99691
                                    

                                    If there wasn't the heater wouldn't heat.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    1 Reply Last reply Reply Quote 0
                                    • AimRabbitundefined
                                      AimRabbit @mrehorstdmd
                                      last edited by

                                      @mrehorstdmd said in CoreXY axis don't move at printing:

                                      Is there a T0 or T1 statement to select a tool somewhere in a config file or in the print gcode?

                                      I don't think so. I uploaded the gcode. It's in the first post as an attachment.

                                      @Phaedrux I'll will check the VIN and give feedback in a few minutes

                                      1 Reply Last reply Reply Quote 0
                                      • AimRabbitundefined
                                        AimRabbit @Phaedrux
                                        last edited by AimRabbit

                                        @phaedrux said in CoreXY axis don't move at printing:

                                        Have you tested the output of the PSU with a multimeter?

                                        It could be failing. Do you have another 24v PSU to test with?

                                        Yeah you were right 😢 the VIN decreases from ~24V to ~10V.
                                        Did you know a good PSU which I could buy? It seems that I have no luck with that printer.

                                        I had to change nearly every piece exclude the frame 😭

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

                                          I would recommend a Meanwell PSU. The wattage will depend on if you're powering a PCB bed heater as well, or if it's an SSR controlled AC mains heater.

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

                                          Z-Bot CoreXY Build | Thingiverse Profile

                                          AimRabbitundefined 1 Reply Last reply Reply Quote 0
                                          • mrehorstdmdundefined
                                            mrehorstdmd
                                            last edited by

                                            I second that. MeanWell makes good stuff. Avoid the cheapo "LED" power supplies that litter ebay. MeanWells cost just a few $ more and are far more reliable.

                                            How can you tell junk from the good stuff? Look for certification marks like CE, UL, TUV, etc. The more of those it has, the better.

                                            https://drmrehorst.blogspot.com/

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