Thanks. I got similar answers on another forum. I will wire hotend separately.
Posts made by swrightlast
-
RE: HOTEND WIRING
-
HOTEND WIRING
I have a 24v, 40w hotend. Can I safely connect to rg45 and cat6 cable? Amps of hotend is 1.6a.
-
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.
-
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? -
RE: STEPPER AND HOMING PROBLEMS
@Veti my z wiring is the same, and it functions fine.
-
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.
-
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.
-
RE: STEPPER AND HOMING PROBLEMS
@Veti standard folgertech nema 17, 1.8 degree. 5kg/cm, 1.5a![alt text](image url)20191106_095244.jpg
-
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.
-
RE: STEPPER AND HOMING PROBLEMS
@swrightlast it keeps showing the motor phase error for both x,y.
-
RE: STEPPER AND HOMING PROBLEMS
@swrightlast , I must be getting tired. How do I upload my config.g to this discussion?
-
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 120CM305 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 -
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 120CM305 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 -
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?
-
RE: STEPPER AND HOMING PROBLEMS
@swrightlast I could not get any resistance readings at all! Probably didn't do it right.
-
RE: STEPPER AND HOMING PROBLEMS
@Phaedrux , standard folgertech nema 17, 1.8 degree. 5kg/cm, 1.5a. checking phase now......stay tuned.
-
RE: STEPPER AND HOMING PROBLEMS
@Phaedrux said in STEPPER AND HOMING PROBLEMS:
Duex2 expansion board
n
G1 S2 X10 F3000
G1 S2 Y10 F3000Again, 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.