My prints are in mirror, but the axis are good.
-
@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.
-
@phaedrux
this is how it is now.
everything is done like the wiki.; Drives
M569 P0 S0 ; Drive 0 goes backwards - x motor
M569 P1 S1 ; Drive 1 goes forwards - y motor
M569 P2 S0 ; Drive 2 goes backwards - left z motor
M569 P3 S1 ; Drive 3 goes forwards - extruder 1
M569 P4 S0 ; Drive 4 goes forwards (Z2 in the E1) - right z motor -
So it definitely looks like you have it configured for Y max homing, but simplify 3D is set for Y min homing.
-
@mickey30m said in My prints are in mirror, but the axis are good.:
That's a left-hand coordinate system, which explains your problem. Tell S3D to flip the Y axis.
-
@dc42 that have i changed. Before was IT also in mirror.
I Just flip it tot test it. I had it before on right hand
But same prints.
I will change it now.
-
I now slice it with cura the new version.
Default settings.
And Also prints in mirror. With a 0.06 later height so its printing for a long time now ;-).
But a Nice print. But in mirror :') -
okay
just for sure, i take photos from all my settings and download my config file.
https://photos.app.goo.gl/OLfa5DH2pnX90JBi2
0_1525205946994_config.gwhen everything is homed i get this in webcontrol
https://photos.app.goo.gl/ZJxTiC9zjXVzdQwL9Machine Status
Head Position X Y Z
15.0 280.0 14.95
Extruder Drives Drive 0
n/a 0.0
Sensors Vin Z-Probe Fan RPM
11.8 V 0 -
Are you absolutely certain that when you press the X+10 button the head moves to the right, and when you press Y+10 it moves towards the rear of the printer i.e. away from you?
-
@dc42
https://photos.app.goo.gl/I6pkMGxCEYRMDCmm2see this video.
first i home twice (because y dont wont go in 1 time) (i ask for this later)
than i push
5 times on X+10
5 times on Y+10
5 times on Z+10 -
You have set your printer up with a left hand coordinate system. If +X is to the right, then +Y must move the head towards the rear relative to the bed. As it is the bed that is moving, +Y should move the bed towards you.
You will need to reverse the direction of the Y motor (M569), change the configuration of the Y endstop from low-end to high-end or vice versa (M574), and change homey.g and homeall.g to home in the opposite Y direction.
-
Sorry for the misunderstanding.
I think now everything is working good...
i go make a print and lett you know..but what a super nice board is it....
first it is a little bit looking for everything.
but change homex.g and no need to reboot or whatever....
damnnnIn the beginning I thought it was a lot of money for a new board. but after a bit of looking around and reading. I was up. and now I am completely up. and I regret that I did not switch sooner ...
soon to buy two more for a DIY project.
Super thanks
-
Glad to help!