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

CURA slicer speed not matching print speed

Scheduled Pinned Locked Moved
Tuning and tweaking
2
3
627
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
    Rezalis
    last edited by 26 Apr 2020, 17:26

    On the DWC, The requested speed is 8 mm/s and top speed is 8 mm/s. This leads me to believe the duet is doing what it needs to. The model is where it should be on the build plate and everything is executing properly except for the speed. I have set the print speed to 50 mm/s but it's only doing 8 mm/s. Homing is also painfully slow when running a gcode file from CURA. It's quick and as expected when homing manually in the DWC. This is an Ender 3 with a Duet Maestro installed. I used the same profile as I used on the Ender 3 before the Duet upgrade. This is how the speeds look.

    2d8abf8c-16a2-43ac-ad31-ee562e6460d6-image.png

    Any ideas what could be causing this seriously slow print speed while printing from CURA?

    1 Reply Last reply Reply Quote 0
    • undefined
      Rezalis
      last edited by 26 Apr 2020, 17:46

      My drives section in config.g looks like this:

      ; 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 E128 I1 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E805.12 ; set steps per mm
      M566 X600.00 Y600.00 Z24.00 E300.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X9000.00 Y9000.00 Z600.00 E6000.00 ; set maximum speeds (mm/min)
      M201 X400.00 Y400.00 Z100.00 E5000.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E900 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      1 Reply Last reply Reply Quote 0
      • undefined
        Phaedrux Moderator
        last edited by 26 Apr 2020, 20:39

        Your cura printer settings and start gcode section probably has some commands setting speeds for marlin printers. Check your start gcode and delete any such lines, and also choose reprap gcode flavor.

        Z-Bot CoreXY Build | Thingiverse Profile

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