Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. bada2d
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    bada2d

    @bada2d

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bada2d Unfollow Follow

    Latest posts made by bada2d

    • Maestro connection lost

      Ok, finally getting the maestro up and running, but keep having the connection lost error message.
      Firmware is 1.0
      Firmware version is 2.02beta1(RTOS)
      Web interface version is 1.22.1
      I am using ip address instead of http.

      Tried moving ethernet cable to different router, different cable, but still the same error.
      When I get it to to work, it is great. but when it doesnt work, well, it doesnt work. Any help?

      posted in General Discussion
      bada2dundefined
      bada2d
    • RE: Maestro problems.

      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!

      posted in General Discussion
      bada2dundefined
      bada2d
    • RE: Maestro problems.

      @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.

      posted in General Discussion
      bada2dundefined
      bada2d
    • Maestro problems.

      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.

      posted in General Discussion
      bada2dundefined
      bada2d