My prints are in mirror, but the axis are good.
-
Can you post your config file?
-
Off course
-
You have set up your machine with a left hand coordinate system, when it needs to be right hand. When you jog the Y axis, which way does it move? If +X is to the right, then +Y should be to the rear.
-
x+ is x axes to the right
y+ is y axes to the rear -
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