@oliof
`this is not help, you keep referring me to a manual that I have read and done it exactly the way it is written. There are vague instructions that do not explain the paramters,. These are not for people who are new to this. The tech help is suggestions about things I already have done. I ran all the instructions I was asked, M98 P"config.g", and posted the message only to get a response "that shouldn't have been what you get. I did get that message. I ran M119, and it does not find the end stops, and the motors don't stop when homing. Nothing on the board works the way the manual says. I am not a programmer, but I know how to read. SO far, 13 times I have asked in this forum for someone to tell me what I am missing and help me correct it. I keep getting messages with links back to the same manual that does not explain it. I will just post these answers I am getting to PC magazine and purchase the Bigtreetech board, which has numerous videos and tons of tech support for beginners like me.
Posts made by kmjr20
-
RE: Settin up Duet 6hc
-
Settin up Duet 6hc
I started with a TRONXY VEHO 1000 3d priinter that came broken with no warranty from china. I upgraded to a Duet 6HC board and was told it came with all kinds of tech support. I cant get the machine to home, cant get the endstops to work, despite doing it as specified by duet tach manual. I was told to use M119, and it shows no end stops, the mechanical part woks as tested with a multimeter. After multiple tries on this forum to get help, i GUESS THAT WOULD WORK IF i KNEW the PROGRAMMING language. i CANT EVEN FIND A VIDEO OF WHAT THESE COMMANDs DO fully, OR WHAT THE PARAMETERS STAND FOR AFTER THEM. iTS JUST "p" XX, AND ITS DIFFERENT DEPENDING ON THE m OR g COMMAND AND WHICH ONE. aLL THE RESPONSES i GET ARE LINKS TO THE DUET WEBSITE. i KNOW HOW TO READ AND FOLLOWED THE DIRECTIONS TO A T. I am fruatrated and am now thinking about
GOING TO GO THE THE bigtree tech board. There are plenty of acutal video in great detail and not vague like Duet, and I called them and they actually answer the phone and have information. I have posted 11 times now and still can't get an answer yet, or a link to duet manual other than send me the code, which I have or a message with a link to DUET Manual. It would be nice to have a response other than what I am getting. I feel like I am getting an AI and not a person, because its the same response to each question, send me a file and a link to the duet manual. I have been working on this ow for almost 3 months, and I dont think it should take that long to get help with a product. . -
RE: TRONXY VEHO 100 2E
@jumpedwithbothfeet
i GUESS THAT WOULD WORK IF i KNEW PROGRAMMING. i CANT EVEN FIND A VIDEO OF WHAT THESE COMMAND DO OR WHAT THE PARAMETERS STAND FOR AFTER THEM. iTS JUST "p" XX, AND ITS DIFFERENT DEPENDING ON THE m OR g COMMAND AND WHICH ONE. aLL THE RESPONSES i GET ARE LINKS TO THE DUET WEBSITE. i KNOW HOW TO READ AND FOLLOWED THE DIRECTIONS TO A T.
i AM GOING TO GO THE THE bigtree tech board. I called them and they actually answer the phone and have information. I have posted 11 times now and still can't get an answer yer other than send me the code, which I have or a message with a link to DUET Manual. It would be nice to have a response other than what I am getting. I feel like I am getting an AI and not a person, because its the same response. -
RE: 6hc-eNDSTOPS
@droftarts
to M98 P'config.g"Drive 0 standstill SG min n/a mspos 8, reads 31374 writes 16 time outs
Drive 1 standstill SG min n/a mspos 520, reads 31375 writes 19 time outs
Drive 2 standstill SG min n/a mspos 520, reads 31372 writes 19 time outs
Drive 3 standstill SG min n/a mspos 520, reads 31374 writes 16 time outs
Drive 4 standstill SG min n/a mspos 8, reads 31376 writes 16 time outs
M119
X:no endstop Y: no endstop Z: no endstop Z:probe at min stop
-
RE: 6hc-eNDSTOPS
@kmjr20
THE CONFIG; Network
M552 I1 S0
M552 I1 S1
M587 S"Comstat-1QVR3" P:art7206row2unnamed!"
M552 P0.0.0.0 S1 ; configure Ethernet adapter
M586 P0 S1 ; configure H; Smart Drivers
M569 P0.0 S1 D2 ; driver 0.0 goes backwards (X axis)
M569 P0.1 S1 D2 ; driver 0.1 goes backwards (Y axis)
M569 P0.2 S1 D2 ; driver 0.2 goes forwards (Z axis)
M569 P0.3 S1 D2 ; driver 0.3 goes forwards (Z axis)
M569 P0.4 S1 D2 ; driver 0.4 goes backwards (extruder 0)
M569 P0.5 S1 D2 ; driver 0.5 goes backwards (extruder 1); Motor Idle Current Reduction
M906 I30 ; set motor current idle factor
M84 S30 ; set motor current idle timeout; Axes
M584 X0.0 Y0.1 Z0.2:0.3 ; set axis mapping
M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation
M906 X1000 Y1000 Z1300 ; set axis driver currents
M92 X80 Y80 Z400 ; configure steps per mm
M208 X0:1000 Y0:1000 Z0:1000 ; set minimum and maximum axis limits
M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min)
M201 X500 Y500 Z20 ; set accelerations (mm/s^2); Z-Probe
M950 S0 C"121.io7.out" ; create servo pin 0 for BLTouch
M558 P9 C"121.io7.in" H-5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X0 Y0 Z-2.5 ; set Z probe trigger value, offset and trigger height
M557 X15:990 Y15:990 S20 ; define mesh grid; Extruders
M584 E0.4:0.5 ; set extruder mapping
M350 E16:16 I1 ; configure microstepping with interpolation
M906 E1000:1000 ; set extruder driver currents
M92 E420:420 ; configure steps per mm
M566 E120:120 ; set maximum instantaneous speed changes (mm/min)
M203 E3600:3600 ; set maximum speeds (mm/min)
M201 E250:250 ; set accelerations (mm/s^2)M591 D0 P1 C"e0_stop" S1 ; filament monitor connected to E0_stop
M591 D0 ; display filament sensor parameters for extruder drive 0
M591 D1 P1 C"e1_stop" S1 ; filament monitor connected to E0_stop
M591 D1 ; display filament sensor parameters for extruder drive 0
; Kinematics
M669 K0 ; configure Cartesian kinematics; Probes
M558 K0 P9 C"io7.in" H5 F120 T6000 ; configure BLTouch probe via slot #0
G31 P500 X0 Y0 Z0.7 ; set Z probe trigger value, offset and trigger height
M950 S0 C"io7.out" ; create servo #0 for BLtouch; Endstops
M574 X2 S1 P"^io3.in" ; configure X axis endstop
M574 Y2 S1 P"^io4.in" ; configure Y axis endstop
M574 Z2 S2 P"^io1.in" ; configure Z axis endstop
M574 Z2 S2 P"^io2.in" ; configure Z axis endstop; Mesh Bed Compensation
M557 X50:975 Y50:975 S40:40 ; define grid for mesh bed compensation; Sensors
M308 S0 P"temp0" Y"thermistor" A"Heated Bed" T100000 B4725 C7.06e-8 ; configure sensor #0
M308 S1 P"temp1" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1; Heaters
M950 H0 C"out0" T0 ; create heater #0
M143 H0 P0 T0 C0 S140 A0 ; configure heater monitor #0 for heater #0
M307 H0 R2.43 D5.5 E1.35 K0.56 B1 ; configure model of heater #0
M950 H1 C"out1" T1 ; create heater #1
M143 H1 P0 T1 C0 S285 A0 ; configure heater monitor #0 for heater #1
M307 H1 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1; Heated beds
M140 P0 H0 ; configure heated bed #0+ -
6hc-eNDSTOPS
i HAVE BEEN TRYING TO GET THE MECHANICAL 2 WIRE END STOPS WORKING, THE WIRING PART HAS BEEN CHECKED WITH VOLTMETER AND TRIGGERS WHEN PRESSED, IT DOE OT STOP THE MOTOR FROM MOVING AND WHEN i RUN m119, IT SAYS OT END STOPS FOUND.
HERE IS THE CONFIG;
-
RE: TRONXY VEHO 100 2E
@kmjr20
I have looked everywhere for some videos on programming. I am new to this.I have a TRONXY Veho 1000 and it was defective out of the box. With no warranty from the company I put a duet 3 6hc board in it. I can not get the thing to home or do anything. When I try to home it says g1 error, no axis homed. I finally tried a new configuration of (below), when I hit the hom, the x axis motor goes in the opposite direction of the end stop, moves very slow for about 50mm then stops, the Y axis does the same thing. I can not find any information on why or how this happens. When I go to the paneldue control and press the move button it moves much faster but does not go all the way and then says there are no end stops when I run the M119 command. I keep getting such helpfullinfo as look at the duet manual, check out the duet web forum. I have and can't find anything but specs.
; Network M552 I1 S0 M552 I1 S1 M587 S"Comstat-1QVR3" P:art7206row2unnamed!" M552 P0.0.0.0 S1 ; configure Ethernet adapter M586 P0 S1 ; configure H ; Smart Drivers M569 P0.0 S0 D2 ; driver 0.0 goes backwards (X axis) M569 P0.1 S1 D2 ; driver 0.1 goes backwards (Y axis) M569 P0.2 S0 D2 ; driver 0.2 goes forwards (Z axis) M569 P0.3 S0 D2 ; driver 0.3 goes forwards (Z axis) M569 P0.4 S0 D2 ; driver 0.4 goes backwards (extruder 0) M569 P0.5 S0 D2 ; driver 0.5 goes backwards (extruder 1) ; Motor Idle Current Reduction M906 I30 ; set motor current idle factor M84 S30 ; set motor current idle timeout ; Axes M584 X0.0 Y0.1 Z0.2:0.3 ; set axis mapping M350 X16 Y16 Z16 I1 ; configure microstepping with interpolation M906 X1000 Y1000 Z1200 ; set axis driver currents M92 X80 Y80 Z400 ; configure steps per mm M208 X0:1000 Y0:1000 Z0:1000 ; set minimum and maximum axis limits M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min) M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min) M201 X500 Y500 Z20 ; set accelerations (mm/s^2) ; Z-Probe M950 S0 C"121.io7.out" ; create servo pin 0 for BLTouch M558 P9 C"121.io7.in" H-5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y0 Z-2.5 ; set Z probe trigger value, offset and trigger height M557 X15:990 Y15:990 S20 ; define mesh grid ; Extruders M584 E0.4:0.5 ; set extruder mapping M350 E16:16 I1 ; configure microstepping with interpolation M906 E1000:1000 ; set extruder driver currents M92 E420:420 ; configure steps per mm M566 E120:120 ; set maximum instantaneous speed changes (mm/min) M203 E3600:3600 ; set maximum speeds (mm/min) M201 E250:250 ; set accelerations (mm/s^2) M591 D0 P1 C"e0_stop" S1 ; filament monitor connected to E0_stop M591 D0 ; display filament sensor parameters for extruder drive 0 M591 D1 P1 C"e1_stop" S1 ; filament monitor connected to E0_stop M591 D1 ; display filament sensor parameters for extruder drive 0 ; Kinematics M669 K0 ; configure Cartesian kinematics ; Probes M558 K0 P9 C"io7.in" H5 F120 T6000 ; configure BLTouch probe via slot #0 G31 P500 X0 Y0 Z0.7 ; set Z probe trigger value, offset and trigger height M950 S0 C"io7.out" ; create servo #0 for BLtouch ; Endstops M574 X1 S1 P"!io0.in" ; configure X axis endstop M574 Y2 S1 P"!io1.in" ; configure Y axis endstop M574 Z1 S2 P"io2.in" ; configure Z axis endstop M574 Z1 S2 P"io3.in" ; configure Z axis endstop ; Mesh Bed Compensation M557 X50:975 Y50:975 S40:40 ; define grid for mesh bed compensation ; Sensors M308 S0 P"temp0" Y"thermistor" A"Heated Bed" T100000 B4725 C7.06e-8 ; configure sensor #0 M308 S1 P"temp1" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1 ; Heaters M950 H0 C"out0" T0 ; create heater #0 M143 H0 P0 T0 C0 S140 A0 ; configure heater monitor #0 for heater #0 M307 H0 R2.43 D5.5 E1.35 K0.56 B1 ; configure model of heater #0 M950 H1 C"out1" T1 ; create heater #1 M143 H1 P0 T1 C0 S285 A0 ; configure heater monitor #0 for heater #1 M307 H1 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1 ; Heated beds M140 P0 H0 ; configure heated bed #0 ; Fans M950 F0 C"out7" ; create fan #0 M106 P0 C"Cooling Fan" S0 L0 X1 B0.1 ; configure fan #0 M950 F1 C"out8" ; create fan #1 M106 P1 C"Hot End Fan" S0 B0.1 H1 T45 ; configure fan #1 ; Tools M563 P0 S"Extruder 0" D0 H1 F0 ; create tool #0 M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C M563 P1 S"Extruder 1" D1 H1 F0 ; create tool #1 M568 P1 R0 S0 ; set initial tool #1 active and standby temperatures to 0C
-
RE: TRONXY VEHO 100 2E
This is the config file. As I said I get an error that it can't home, or it didn't home, and you can't manually do it either. I am not a programmer for printers and am lost with all the codes and no explanation of what all the parameters mean.
; Configuration file for RepRapFirmware on Duet 3 Main Board 6HC
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.5.1 on Mon Jun 24 2024 18:43:06 GMT-0400 (Eastern Daylight Time); General
M575 P1 S0 B57600 ; configure PanelDue support
G90 ; absolute coordinates
M83 ; relative extruder moves
M550 P"TRONXY" ; set hostname; Accessories
M575 P1 S0 B57600 ; configure PanelDue support; Network
M552 I1 S0
M552 I1 S1
M587 S"Comstat-1QVR3" P:art7206row2unnamed!"
M552 P0.0.0.0 S1 ; configure Ethernet adapter
M586 P0 S1 ; configure HTTP; Smart Drivers
M569 P0.0 S1 D2 ; driver 0.0 goes forwards (X axis)
M569 P0.1 S1 D2 ; driver 0.1 goes forwards (Y axis)
M569 P0.2 S0 D2 ; driver 0.2 goes Backwards (Z axis)
M569 P0.3 S0 D2 ; driver 0.3 goes Backwards (w axis)
M569 P0.4 S1 D2 ; driver 0.4 goes forwards (extruder 0)
M569 P0.5 S1 D2 ; driver 0.5 goes forwards (extruder 1); Motor Idle Current Reduction
M906 I30 ; set motor current idle factor
M84 S30 ; set motor current idle timeout; Axes
M584 X0.0 Y0.1 Z0.2 'w0.3 ; set axis mapping
M350 X16 Y16 Z16 'w16 I1 ; configure microstepping with interpolation
M906 X800 Y800 Z800 'w800 ; set axis driver currents
M92 X80 Y80 Z400 'w400 ; configure steps per mm
M208 X0:990 Y0:990 Z0:990 'w0:990 ; set minimum and maximum axis limits
M566 X900 Y900 Z12 'w12 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 'w180 ; set maximum speeds (mm/min)
M201 X500 Y500 Z20 'w20 ; set accelerations (mm/s^2)...
M584 X0 Y1 Z2:3 E3; two Z motors connected to driver 2 (left motor) and driver 3 (right motor)
M671 X-20:990 Y0:0 S0.5 ; position of leadscrew/bed pivot point at left and right of X axis
M208 X-5:990 Y0:990 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200
...; Axis Limits
M208 X990 Y990 S0 Z990 w990 S1 ; set axis maxima and high homing switch positions (adjust to suit your machine)
M208 X-8 Y0 Z0.5 S0 ; set axis minima and low homing switch positions (adjust to make X=0 and Y=0 the edges of the bed)M561 ; Cancel any currently active mesh compensation
; home Z
; NOTE: The following XY position is determined from the probe grid defined in the next section
var xCenter = move.compensation.probeGrid.mins[0] + (move.compensation.probeGrid.maxs[0] - move.compensation.probeGrid.mins[0]) / 2 - sensors.probes[0].offsets[0]
var yCenter = move.compensation.probeGrid.mins[1] + (move.compensation.probeGrid.maxs[1] - move.compensation.probeGrid.mins[1]) / 2 - sensors.probes[0].offsets[1]
G1 X{var.xCenter} Y{var.yCenter} F6000 ; go to bed centre
G30 ; probe the bedwhile true
G30 P0 X0 Y150 Z-99999 ; probe near a leadscrew, half way along Y axis
G30 P1 X252 Y150 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
if abs(move.calibration.initial.deviation) < 0.01 || iterations > 4
break; Z-Probe
M950 S0 C"io7.out" ; create servo pin 0 for BLTouch (use IO_4/5/7 for 6HC, IO_1/2/3 for Mini 5+)
M558 P9 C"io7.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X25 Y0 Z2.5 'w2.5 ; set Z probe trigger value, offset and trigger height
M557 X15:215 Y15:195 S20 ; define mesh grid
; Probe the height again after syncing the z motors
G1 X{var.xCenter} Y{var.yCenter} F6000 ; go to bed centre
G30 ; probe the bedM584 X0 Y1 Z2:3 E4:5 ; Driver 0 controls the X motor, 1 controls Y, 2 and 3 control Z motors, 4 5 and 6 control E motors
M671 X-15.0:100.0:215.0 Y220.0:-20.0:220.0 ; Z pivot points are at (-15,220), (100,-20) and (215,220)
M208 X-5:990 Y0:990 ; X carriage moves from -5 to 990, Y bed goes from 0 to 990
; Extruders
M584 E0.4:0.5 ; set extruder mapping
M350 E16:16 I1 ; configure microstepping with interpolation
M906 E1000:1000 ; set extruder driver currents
M92 E420:420 ; configure steps per mm
M566 E120:120 ; set maximum instantaneous speed changes (mm/min)
M203 E3600:3600 ; set maximum speeds (mm/min)
M201 E250:250 ; set accelerations (mm/s^2); Kinematics
M669 K0 ; configure Cartesian kinematics; Probes
M558 K0 P9 C"io7.in" H5 F120 T6000 ; configure BLTouch probe via slot #0
G31 P500 X0 Y0 Z0.7 'w0.7 ; set Z probe trigger value, offset and trigger height
M950 S0 C"io7.out" ; create servo #0 for BLtouch; Endstops
M574 X1 P"io3.in" S1 ; configure X axis endstop
M574 Y1 P"io4.in" S1 ; configure Y axis endstop
M574 Z2 S2 ; configure Z axis endstop
M574 'w2 S2 ; configure w axis endstop; Mesh Bed Compensation
M557 X25:175 Y25:175 S40:40 ; define grid for mesh bed compensation; Sensors
M308 S0 P"temp0" Y"thermistor" A"Heated Bed" T100000 B4725 C7.06e-8 ; configure sensor #0
M308 S1 P"temp1" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1; Heaters
M950 H0 C"out0" T0 ; create heater #0
M143 H0 P0 T0 C0 S140 A0 ; configure heater monitor #0 for heater #0
M307 H0 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #0
M140 H0 ; map heated bed to heater 0
M143 H0 S120
M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M308 S2 P"temp2" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 2 as thermistor on pin temp2
M950 H2 C"out2" T2 ; create nozzle heater output on out2 and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S280 ; set temperature limit for heater 2 to 280C ; set temperature limit for heater 0 to 120C
M950 H1 C"out1" T1 ; create heater #1
M143 H1 P0 T1 C0 S285 A0 ; configure heater monitor #0 for heater #1
M307 H1 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1; Heated beds
M140 P0 H0 ; configure heated bed #0; Fans
M950 F0 C"out7" ; create fan #0
M106 P0 C"Cooling Fan" S0 L0 X1 B0.1 ; configure fan #0
M950 F1 C"out8" ; create fan #1
M106 P1 C"Hot End Fan" S0 B0.1 H1 T45 ; configure fan #1; Tools
M563 P0 S"Extruder 1" D0 H1 F0 ; create tool #0
M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C
M563 P1 S"Extruder 2" D1 H1 F0 ; create tool #1
M568 P1 R0 S0 ; set initial tool #1 active and standby temperatures to 0C -
RE: TRONXY VEHO 100 2E
Thank you for the suggestions. I started with a TRONXY printer that was broken out of the box. They would not exchange or fix, so I decided to try and update the power supply and computer. I also added BL Touch. After following all the directions and watching endless videos, I am frustrated that it is not easier to fix. The motor for the Z axis just hum and sometimes move a little, the x & Y movement but never complete the homing, so I am stuck. I have tried everyry thing that I m told, but I am getting ready to bring it to the dump. I thought I could find some dites that teach what the parameter mean after the code, but I am have found anything.
-
RE: TRONXY VEHO 100 2E
This is the config that reprap generated. The x/y move slightly then stop, the 2 z axis motor just hum and vibrate. I checked the wiring according to the manual, but they worked on the tronxy board. The bed is 1000mm by 1000mm in the XY and 1000mm in the z axis. What am I doing wrong?
; Smart Drivers
M569 P0.0 S1 D2 ; driver 0.0 goes forwards (X axis)
M569 P0.1 S1 D2 ; driver 0.1 goes forwards (Y axis)
M569 P0.2 S0 D2 ; driver 0.2 goes backwards (Z axis)
M569 P0.3 S0 D2 ; driver 0.3 goes backwards (w axis)
M569 P0.4 S1 D2 ; driver 0.4 goes forwards (extruder 0)
M569 P0.5 S1 D2 ; driver 0.5 goes forwards (extruder 1); Motor Idle Current Reduction
M906 I30 ; set motor current idle factor
M84 S30 ; set motor current idle timeout; Axes
M584 X0.0 Y0.1 Z0.2 'w0.3 ; set axis mapping
M350 X16 Y16 Z16 'w16 I1 ; configure microstepping with interpolation
M906 X800 Y800 Z800 'w800 ; set axis driver currents
M92 X80 Y80 Z400 'w400 ; configure steps per mm
M208 X0:990 Y0:990 Z0:990 'w0:990 ; set minimum and maximum axis limits
M566 X900 Y900 Z12 'w12 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 'w180 ; set maximum speeds (mm/min)
M201 X500 Y500 Z20 'w20 ; set accelerations (mm/s^2)M584 X0 Y1 Z2:3 E4:5 ; Driver 0 controls the X motor, 1 controls Y, 2 and 3 control Z motors, 4 5 and 6 control E motors
M671 X-15.0:100.0:215.0 Y220.0:-20.0:220.0 ; Z pivot points are at (-15,220), (100,-20) and (215,220)
M208 X-5:990 Y0:990 ; X carriage moves from -5 to 990, Y bed goes from 0 to 990
; Extruders
M584 E0.4:0.5 ; set extruder mapping
M350 E16:16 I1 ; configure microstepping with interpolation
M906 E1000:1000 ; set extruder driver currents
M92 E420:420 ; configure steps per mm
M566 E120:120 ; set maximum instantaneous speed changes (mm/min)
M203 E3600:3600 ; set maximum speeds (mm/min)
M201 E250:250 ; set accelerations (mm/s^2); Kinematics
M669 K0 ; configure Cartesian kinematics; Probes
M558 K0 P9 C"io7.in" H5 F120 T6000 ; configure BLTouch probe via slot #0
G31 P500 X0 Y0 Z0.7 ; set Z probe trigger value, offset and trigger height
M950 S0 C"io7.out" ; create servo #0 for BLtouch; Endstops
M574 X1 P"io3.in" S1 ; configure X axis endstop
M574 Y1 P"io4.in" S1 ; configure Y axis endstop
M574 Z2 S2 ; configure Z axis endstop
M574 'w1 S2 ; configure w axis endstop; Mesh Bed Compensation
M557 X25:175 Y25:175 S40:40 ; define grid for mesh bed compensation; Sensors
M308 S0 P"temp0" Y"thermistor" A"Heated Bed" T100000 B4725 C7.06e-8 ; configure sensor #0
M308 S1 P"temp1" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #1; Heaters
M950 H0 C"out0" T0 ; create heater #0
M143 H0 P0 T0 C0 S140 A0 ; configure heater monitor #0 for heater #0
M307 H0 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #0
M950 H1 C"out1" T1 ; create heater #1
M143 H1 P0 T1 C0 S285 A0 ; configure heater monitor #0 for heater #1
M307 H1 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #1; Heated beds
M140 P0 H0 ; configure heated bed #0; Fans
M950 F0 C"out7" ; create fan #0
M106 P0 C"Cooling Fan" S0 L0 X1 B0.1 ; configure fan #0
M950 F1 C"out8" ; create fan #1
M106 P1 C"Hot End Fan" S0 B0.1 H1 T45 ; configure fan #1; Tools
M563 P0 S"Extruder 1" D0 H1 F0 ; create tool #0
M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C
M563 P1 S"Extruder 2" D1 H1 F0 ; create tool #1
M568 P1 R0 S0 ; set initial tool #1 active and standby temperatures to 0C -
RE: TRONXY VEHO 100 2E
@jumpedwithbothfeet
I am having the same problem. The machine worked before, but after installing the duet board and following the directions from duet and reprap, the motor vibrate and do not move. I also have 2 independent Z axis motors that have to optical stop/limit switches. I also installed the BL Touch, but it will not let me use the IO for both motor z motors. And the wiring for the steppers is the same as it was before. I am ready to can this board and go with something else. How can I fix this problem -
TRONXY VEHO 100 2E
I purchased a TRONXY machine, right from the opening of the box it was defective. Since the company would not warranty it I decided to upgrade to a duet 6hc board. The instructions are vast but vague to a non programmer. All attempts to use reprap to create a config file to work have failed. I need help writing a config that uses the 2 Z motors for leveling, optical stops and end stops wont work, and autobed leveling. messages like "end stop not active", "insufficient axis homed".