Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. swrightlast
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 59
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by swrightlast

    • RE: HOTEND WIRING

      Thanks. I got similar answers on another forum. I will wire hotend separately.

      posted in 3D Printing General Chat
      swrightlastundefined
      swrightlast
    • HOTEND WIRING

      I have a 24v, 40w hotend. Can I safely connect to rg45 and cat6 cable? Amps of hotend is 1.6a.

      posted in 3D Printing General Chat
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti I have new cables coming....check back on this post next week. Thanks everyone for all your help so far.🤞 🤞

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti
      green/yellow: 2.4 ohm
      red/gray: 2.4 ohm
      measured directly on motor pins
      rechecked at board ends.....no ohmage (sic).....bad crimps or break in wire someplace?

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti I get no reading on either one

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti my z wiring is the same, and it functions fine.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti https://i.imgur.com/kQ5BBjJ.jpg

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti yep, that's my stepper. i still cannot get the image of my board wiring to upload. both were jpg, taken at the same time. anyway, my stepper wiring at the board, from left to right is red, gray, yellow, green.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti i couldn't get one of the images to load...still working on it. I'll reload the one that did load.20191106_095522.jpg

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Veti standard folgertech nema 17, 1.8 degree. 5kg/cm, 1.5a![alt text](image url)20191106_095244.jpg

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Phaedrux funny thing is, i only put new board connectors on x,y. z axis homes just fine....z was not involved in what i was doing. the board connector wiring is the same on x,y as it is on z. this just gets curiouser and curiouser. I'm going to call it quits for tonight. Try again tomorrow.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @swrightlast it keeps showing the motor phase error for both x,y.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Phaedrux I tried it.....no change.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @swrightlast , I must be getting tired. How do I upload my config.g to this discussion?

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Phaedrux [co; General preferences
      G21 ;Set units in mm from this point
      G90 ; Send absolute coordinates...
      M83 ; Network
      M550 PCoreXY ; Set machine name

                                               ; ...but relative extruder moves
      

      M667 S1 M552 S1 ; Enable network and acquire dynamic address via DHCP

      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet
      ; Select CoreXY mode

      ; Drives
      M569 P0 S0 D3 ; Drive 0 goes forwards
      M569 P1 S0 D3 ; Drive 1 goes forwards
      M569 P2 S0 D3 ; Drive 2 goes backwards
      M569 P3 S1 D3 ; Drive 3 goes backwards
      M350 X16 Y16 Z16 E16:16:16:16:16 I1 ; Set miscrostepping x16 with x256 interpolation
      M92 X80 Y80 Z400 E412 ; Set steps per mm
      M566 X400 Y400 Z300 E3000 ; Set maximum instantaneous speed changes (mmmin)
      M201 X500 Y500 Z500 E1500 ; Set accelerations (mms^2)
      M203 X12000 Y12000 Z1500 E6000 ; Set maximum speeds (mmmin)
      M906 X1200 Y1200 Z1100 E1000 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 X300 Y300 Z380 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active low endstops

      ; Pressure advance ; Set pressure advance
      M572 D0 S0.15

      ; Z-Probe
      M574 Z1 S0
      M558 P9 H3 F500 T2000 B1 ; Disable Z probe but set dive height, probe speed and travel speed
      M557 X40:290 Y40:290 S50 B1 ; Define mesh grid
      G31 X-10 Y60 Z0.9 P200

      ; Heaters

      M305 P0 T100000 B4171 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C

      M305 P1 B4725 C7.060000e-8 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

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

      ; Tools
      M563 P0 D0 H1 F0:1 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets

      ; Custom settings are not configured
      M501
      nfig.g](/assets/uploads/files/1573005646030-config.g) config.g

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Phaedrux
      ; General preferences
      G21 ;Set units in mm from this point
      G90 ; Send absolute coordinates...
      M83 ; Network
      M550 PCoreXY ; Set machine name

                                               ; ...but relative extruder moves
      

      M667 S1 M552 S1 ; Enable network and acquire dynamic address via DHCP

      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet
      ; Select CoreXY mode

      ; Drives
      M569 P0 S0 D3 ; Drive 0 goes forwards
      M569 P1 S0 D3 ; Drive 1 goes forwards
      M569 P2 S0 D3 ; Drive 2 goes backwards
      M569 P3 S1 D3 ; Drive 3 goes backwards
      M350 X16 Y16 Z16 E16:16:16:16:16 I1 ; Set miscrostepping x16 with x256 interpolation
      M92 X80 Y80 Z400 E412 ; Set steps per mm
      M566 X400 Y400 Z300 E3000 ; Set maximum instantaneous speed changes (mmmin)
      M201 X500 Y500 Z500 E1500 ; Set accelerations (mms^2)
      M203 X12000 Y12000 Z1500 E6000 ; Set maximum speeds (mmmin)
      M906 X1200 Y1200 Z1100 E1000 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 X300 Y300 Z380 S0 ; Set axis maxima

      ; Endstops
      M574 X1 Y1 S0 ; Set active low endstops

      ; Pressure advance ; Set pressure advance
      M572 D0 S0.15

      ; Z-Probe
      M574 Z1 S0
      M558 P9 H3 F500 T2000 B1 ; Disable Z probe but set dive height, probe speed and travel speed
      M557 X40:290 Y40:290 S50 B1 ; Define mesh grid
      G31 X-10 Y60 Z0.9 P200

      ; Heaters

      M305 P0 T100000 B4171 C0 R4700 ; Set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; Set temperature limit for heater 0 to 120C

      M305 P1 B4725 C7.060000e-8 ; Set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; Set temperature limit for heater 1 to 280C

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

      ; Tools
      M563 P0 D0 H1 F0:1 ; Define tool 0
      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets

      ; Custom settings are not configured
      M501

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @swrightlast said in STEPPER AND HOMING PROBLEMS:

      Error: M569: Driver 0 does not support mode 'stealthChop'
      Error: M569: Driver 1 does not support mode 'stealthChop'
      Error: M569: Driver 2 does not support mode 'stealthChop'

      Does this give any clue to the problem?

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @swrightlast I could not get any resistance readings at all! Probably didn't do it right.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Phaedrux , standard folgertech nema 17, 1.8 degree. 5kg/cm, 1.5a. checking phase now......stay tuned.

      posted in General Discussion
      swrightlastundefined
      swrightlast
    • RE: STEPPER AND HOMING PROBLEMS

      @Phaedrux said in STEPPER AND HOMING PROBLEMS:

      Duex2 expansion board
      n
      G1 S2 X10 F3000
      G1 S2 Y10 F3000

      Again, just a short grunt of ratcheting noise, Motor shaft appears to be alternating rapidly between forward and backward movement.

      Also got motor phase error thing.

      posted in General Discussion
      swrightlastundefined
      swrightlast