My prints are in mirror, but the axis are good.
-
Why can i not place photos?
i put it between the ( ) but it dont work
then as link ;'-)
https://photos.app.goo.gl/pCRox2M78Bu8JuUcA -
Are you sure that you don't have mirroring enabled in S3D?
-
That is quite good for low cost delta printer mechanics, and you should be able to get reasonable prints from it. But I think you have some sticking in the mechanism. Check that the motor current is set to at least 60% of the rated current of the motors, and consider lubricating the joints (I use silicone grease for that).
-
@dc42 i am sure off that
-
@dc42 the motors are 1,7 a. and run on 0.8 i believe.
some config with mks board, everything was working good...
-
@mickey30m said in My prints are in mirror, but the axis are good.:
@dc42 i am sure off that
On my computer, S3D defaults to a left-hand axis system - which is completely wrong - unless I check the Y box next to "Flip build table axis" in the G-Code tab. See https://msdn.microsoft.com/dynimg/IC155562.gif and check that both your printer and S3D are using a right hand coordinate system.
-
strange,
okay i change in s3d flip y axis see picture, but now the screen is mirrored in S3d
i going to print a cube and lett you know...
-
now he prints exactly like the screen in S3D .. But it is also in mirror
how can i see if my printer is left hand orientated. ??
or what can i do
-
@dc42 it is a Tevo Tarantula, with a lot of improvements.
thats why i want the duet on it...he can print very nice...
this are prints from a couple of months ago
the blue one is flex material
https://photos.app.goo.gl/DKidRcL9RQoxkv5BA -
Looking from in front of the printer, if +X moves the print head towards the right and +Y moves the print head towards the rear (or moves the bed towards the front, if the printer has a moving bed) then it is right handed.
-
okay than its right handed
but my prints are still in mirror
https://photos.app.goo.gl/04YhgIgobaxp101N2 -
Which way do the axes point in S3D's representation of the bed?
-
-
@mickey30m said in My prints are in mirror, but the axis are good.:
x+ is x axes to the right
y+ is y axes to the rearAre you saying that pressing Y+ is moving the bed towards the back of the printer?
-
Can you post the first 20 or so lines of the gcode program you are trying to run?
Does the program call out X- moves when they should be X+ moves?
Or post the model somewhere and someone can try slicing it for you and send you the gcode file to try running. To see if you still have a mirror issue then. That would help rule out the printer firmware.
-
https://www.rsruitersport.nl/Starman_32.gcode
https://www.rsruitersport.nl/xyzCalibration_cube.stlG90
M82
M106 S0
M140 S60
M190 S60
M104 S225 T0
M109 S225 T0
G92 E0
G1 E-3.6000 F3000
G1 Z1.420 F3000
; layer 1, Z = 0.22
T0
; tool H0.220 W0.400
; skirt
G1 X71.613 Y105.968 F9600
G1 Z0.220 F3000
G1 E0.0000 F900
G92 E0
G1 X71.931 Y105.796 E0.0119 F1800
G1 X73.307 Y105.319 E0.0599
G1 X73.485 Y105.274 E0.0659
G1 X74.325 Y105.132 E0.0939first lines after the ; code
from starman_32.gcode -
@tjb1
i will post a movie when the printer is done with my print.i need to make a few adjustments to print very damn tastic
but the problem with mirror image is difficult to solve
than i want to make the z hop beter , firmware retract.
now i do it in the stl (gcode) -
@mickey30m said in My prints are in mirror, but the axis are good.:
https://www.rsruitersport.nl/Starman_32.gcode
https://www.rsruitersport.nl/xyzCalibration_cube.stlG90
M82
M106 S0
M140 S60
M190 S60
M104 S225 T0
M109 S225 T0
G92 E0
G1 E-3.6000 F3000
G1 Z1.420 F3000
; layer 1, Z = 0.22
T0
; tool H0.220 W0.400
; skirt
G1 X71.613 Y105.968 F9600
G1 Z0.220 F3000
G1 E0.0000 F900
G92 E0
G1 X71.931 Y105.796 E0.0119 F1800
G1 X73.307 Y105.319 E0.0599
G1 X73.485 Y105.274 E0.0659
G1 X74.325 Y105.132 E0.0939first lines after the ; code
from starman_32.gcodeSo by reading one of the first actual print moves (G1 X71.613 Y105.968 F9600) the print head should be going to the RIGHT 71.613mm and the print bed should move TOWARDS you 105.968.
If it isn't moving like this then the firmware is configured wrong.
-
@timcurtis67 IT is moving like this.
That's are the problem. But IT prints in mirror.I try already swap cables change config
Print another stl but i dont know anymore -
Does your printer home Y to the rear or to the front? In Your S3D screenshot it shows all axes homing to min, but is that correct? Your config.g
Can you post your homing files?
I suspect that you have an axes direction reversed and are correcting for it in the homing files.
I would go through your motor configuration and testing again with this as a reference.
https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Movement_sectionEnsure that each motor turns the way you want it to and homes in the direction you want it to. It may help if you identify which drive axis is assigned to each Drive Number in the config.
This is what you had posted in your config.g. Is that still accurate?
; Drives M569 P0 S0 ; Drive 0 goes backwards M569 P1 S1 ; Drive 1 goes forwards M569 P2 S0 ; Drive 2 goes backwards M569 P3 S1 ; Drive 3 goes forwards M569 P4 S0 ; Drive 4 goes forwards (Z2 in the E1) M350 X16 Y16 Z16 E16:16 I1 ; Configure microstepping with interpolation M92 X80 Y80 Z400 E420:400 ; Set steps per mm M566 X900 Y900 Z12 E120:12 ; Set maximum instantaneous speed changes (mm/min) M203 X4800 Y4800 Z960 E1200:960 ; Set maximum speeds (mm/min) M201 X500 Y50 Z500 E250:500 ; Set accelerations (mm/s^2) M906 X800 Y800 Z800 E800:800 I30 ; Set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ;Dual Z M584 X0 Y1 Z2:4 ; Two Z motors connected to driver outputs 2 and 4 M671 X0:140 Y100:100 S0.5 ; leadscrews at mid left, and mid right ; Axis Limits M208 X0 Y0 Z0 S1 ; Set axis minima M208 X200 Y280 Z200 S0 ; Set axis maxima ; Endstops M574 X1 Y2 S0 ; X home to min. Y home to max. NC microswitches. M574 Z1 S1 ; Define Z to use Probe. Home to Min.