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

    Maestro problems.

    Scheduled Pinned Locked Moved
    General Discussion
    2
    5
    698
    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.
    • bada2dundefined
      bada2d
      last edited by

      Trying to get my corexy with a maestro working. After heating the bed and hot end, web control homes, then asks me to adjust the bed. When I click on adjustment buttons, nothing happens. no movement at all. If I click on the ok butto, the pop up disappears, but then nothing else happens. I have gotten it to start a print a couple of times, but it always starts about 10mm away from the bed. I have tried manually homing, then starting print, nothing.
      I even installed the latest web control and firmware bin files, still no go, although I do like the newer version of web control more than the old.

      Here is my config file:
      G90 ; Send absolute coordinates...
      M83 ; ...but relative extruder moves
      M555 P1 ; Set firmware compatibility to look like RepRapFirmare

      M667 S1 ; Select CoreXY mode

      ; Network
      M550 Pduet ; Set machine name
      M552 S1 ; Enable network
      ;*** Access point is configured manually via M587
      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 forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation
      M92 X100 Y100 Z450 E92:92 ; Set steps per mm
      M566 X900 Y900 Z12 E120:120 ; Set maximum instantaneous speed changes (mm/min)
      M203 X6000 Y6000 Z500 E800:1200 ; Set maximum speeds (mm/min)
      M201 X500 Y500 Z250 E250:250 ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z1504 E800:800 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 X230 Y210 Z200 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 Z1 S1 ; Set active low endstops

      ; Z-Probe
      M558 P0 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
      G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
      M557 X15:215 Y15:195 S20 ; Define mesh grid

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

      ; Fans
      M106 P0 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M106 P2 H-1 ; 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
      M563 P1 D1 H1 ; Define tool 1
      G10 P1 X0 Y0 Z0 ; Set tool 1 axis offsets
      G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C

      Any help is appreciated.

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        Your config file says you have no Z probe, but your homing files are set up to home Z using a Z probe. Was that your intention? See https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Homing_Z.

        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

        bada2dundefined 1 Reply Last reply Reply Quote 0
        • bada2dundefined
          bada2d @dc42
          last edited by

          @dc42 That was definitely not my intention at all.I am new to duet so, learning curve. I did change it to mode 4, using end stop as "probe" and am printing up a new endstop bracket now. Hopefully this will fix the problem. I have read that bltouch can be used on the maestro, is that correct? If so I will order one soon, and thenset it up for probing.

          1 Reply Last reply Reply Quote 0
          • bada2dundefined
            bada2d
            last edited by

            I just tried it with the endstop as probe, mode 4, and that seems to have been the problem. Now I can move on to configuring everything else, and dialing it in. Thanks dc42 for your help!

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by

              Yes a BLTouch should work with the Maestro.

              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
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA