Not printing in proper location
-
Hello, I have another odd problem. Using me E3d Toolchanger, I started a print and rather than it printing center on the bed, as configured in my slicer (Simplify 3d), it starts in the corner and actually crashes the tool.
What setting should I look at to fix this? I have changed absolutely nothing -- simply turned it on for another print and this is what I got.
Checking the config shows that my offsets are correct, other variables such as bed size are correct. I don't see anything out of the ordinary in the slicer, but kinda suspect its something there.
Any help?
-
@plasticfactory Attached is what I feel is the relevant section of my slicer profile, and config. Happy to share anything else that would be helpful.
; General preferences M111 S0 ; Debugging off G21 ; Work in millimetres G90 ; Send absolute coordinates... M83 ; ...but relative extruder moves M555 P2 ; Set firmware compatibility to look like Marlin ; Network M550 p"toolchanger" ; Set machine name M552 s1 M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S0 ; Disable Telnet M667 S1 ; Select CoreXY mode ; Endstops M574 X1 S3 M574 Y1 S3 ; Set X / Y endstop stall detection M574 Z0 P"nil" ; No Z endstop @used by DC42 using G30 homing M558 P8 C"zstop" H5 F120 T3000 A5 S0.01 G31 P200 X0 Y0 Z0 ; Set Z probe trigger value, offset and trigger height M557 X10:290 Y20:180 S40 ; Define mesh grid ; Drive direction M569 P0 S0 ; Drive 0 X M569 P1 S0 ; Drive 1 Y M569 P2 S1 ; Drive 2 Z M569 P3 S0 ; Drive 3 E0 M569 P4 S0 ; Drive 4 E1 M569 P5 S1 ; Drive 5 E2 M569 P6 S1 ; Drive 6 E3 M569 P7 S0 ; Drive 7 COUPLER M569 P8 S0 ; Drive 8 UNUSED M569 P9 S0 ; Drive 9 UNUSED M584 X0 Y1 Z2 C7 E9:8:5:6 ; Apply custom drive mapping M208 X-35:328.5 Y-49:243 Z0:300 C0:500 S0 ; Set axis maxima & minima M350 E16:8:16:8 C8 I0 ; Configure microstepping without interpolation M350 X16 Y16 Z16 I1 ; Configure microstepping with interpolation M92 X100 Y100 Z1600 C100 E409:167:401:409 ; Set steps per mm M566 X600 Y600 Z10 C2 E2:2:3600:2 ; Set maximum instantaneous speed changes (mm/min) M203 X35000 Y35000 Z1800 C5000 E5000:5000:5000:5000 ; Set maximum speeds (mm/min) M201 X6000 Y6000 Z400 C400 E2500:2500:6000:2500 ; Set accelerations (mm/s^2) M906 X2000 Y2000 Z1330 C400 E1680:1680:1680:1680 I30 ; Set motor currents (mA) and motor idle factor in percent M84 S120 ; Set idle timeout ;Stall Detection M915 C S5 F0 H200 R4700 ; Coupler ;Stall Detection M915 X Y S5 F0 H400 R4700 ; X / Y Axes ; Heaters M308 S0 P"bedtemp" Y"thermistor" A"bed" M950 H0 C"bedheat" T0 M140 H0 M143 H0 S225 ;M308 S1 P"spi.cs2" Y"rtd-max31865" A"Tool 0" M308 S1 P"e0temp" Y"thermistor" T500000 B4723 C1.196220e-7 A"Tool 0" M950 H1 C"e0heat" T1 ;M307 H1 A711.7 C216.9 D4.5 S1.00 V21.7 B0 M307 H1 A760.7 C256.8 D3.8 S1.00 V21.6 B0 M143 H1 S450 M308 S2 P"e1temp" Y"pt1000" A"Tool 1" M950 H2 C"e1heat" T2 M307 H2 A1065.0 C356.6 D6.0 S1.00 V21.5 B0 M143 H2 S450 M308 S3 P"e2temp" Y"pt1000" A"Tool 2" M950 H3 C"duex.e2heat" T3 M307 H3 A1064.2 C242.3 D6.3 S1.00 V21.4 B0 M143 H3 S400 ; Fans M950 F0 C"duex.fan3" M950 F1 C"duex.fan5" M950 F2 C"duex.fan4" M950 F3 C"duex.fan6" M106 P0 S0 M106 P1 S0 M106 P2 S0 M106 P3 S255 ; Tools M563 P0 S"T0" D0 H1 F0 ; Define tool 0 G10 P0 X0 Y0 Z0 ; Reset tool 0 axis offsets G10 P0 R220 S260 ; Reset initial tool 0 active and standby temperatures to 0C M563 P1 S"T1" D1 H2 F1 ; Define tool 1 G10 P1 X0 Y0 Z0 ; Reset tool 2 axis offsets G10 P1 R220 S260 ; Reset initial tool 2 active and standby temperatures to 0C M563 P2 S"T2" D2 H3 F2 ; Define tool 2 G10 P2 X0 Y0 Z0 ; Reset tool 2 axis offsets G10 P2 R220 S260 ; Reset initial tool 2 active and standby temperatures to 0C M593 F50 ; cancel ringing at 50Hz (https://forum.e3d-online.com/threads/accelerometer-and-resonance-measurements-of-the-motion-system.3445/) ;M376 H15 ; bed compensation taper ;tool offsets G10 P0 X21 Y43 Z-5.65 ; T0 G10 P1 X23.7 Y43.8 Z-7.50 ; T1 G10 P2 X22 Y43.5 Z-5.15 ; T2 ;G10 P3 X21 Y43 Z-14.95 ; T3 ;M572 D0 S0.2 ; pressure advance T0 ;M572 D1 S0.2 ; pressure advance T1 M572 D2 S0.05 ; pressure advance T2 ;M572 D3 S0.2 ; pressure advance T3
-
Are you able to manually jog the print head around correctly?
Is it only during a print that it moves incorrectly?Can you share a sliced gcode file and the results of M122 please?
-
@plasticfactory I figured it out... The build volume dimensions were reversed in my slicer (X where Y should be). I have absolutely no idea when or why I did it. I will leave this post up out of shame.
-
-