Swapping the X and Y axes May 16, 2014 12:54AM |
Registered: 8 years ago Posts: 24 |
Re: Swapping the X and Y axes May 16, 2014 02:10AM |
Registered: 9 years ago Posts: 377 |
Re: Swapping the X and Y axes May 16, 2014 02:35AM |
Registered: 8 years ago Posts: 24 |
Quote
jstck
... or you can just disable all the range checking altogether with "M564 S0". That means you can run outside of the travel range of the printer, having motors or belts skip and make noise. I have had that happen quite a lot though, and it has never lead to anything actually breaking (even though it sounds like it).
Re: Swapping the X and Y axes May 16, 2014 04:08AM |
Registered: 8 years ago Posts: 327 |
Re: Swapping the X and Y axes May 16, 2014 08:52AM |
Registered: 9 years ago Posts: 14,639 |
Re: Swapping the X and Y axes May 16, 2014 09:04AM |
Registered: 8 years ago Posts: 327 |
Quote
dc42
I've just implemented a change to M208 to allow the user to set lower limits as well as upper limits. Will be released in 0.59b.
Re: Swapping the X and Y axes May 16, 2014 09:47AM |
Registered: 9 years ago Posts: 2,472 |
Re: Swapping the X and Y axes May 17, 2014 12:49AM |
Registered: 8 years ago Posts: 24 |
Quote
Pointy
Quote
dc42
I've just implemented a change to M208 to allow the user to set lower limits as well as upper limits. Will be released in 0.59b.
Man you are efficient! I was going to ask about this in the firmware thread, but you are just too quick!
Regards,
Les
Re: Swapping the X and Y axes May 17, 2014 01:26AM |
Registered: 8 years ago Posts: 24 |
Quote
dmould
Surely if you reverse the direction of one of the motors but not the other, your prints are going to come out as mirror images?
Quote
dmould
I am really not sure why you want to change. The axes are correctly oriented when looking from the Duet enclosure side of the machine, and it is a simple mental transform to visualise the bed that way around when you need to.
Quote
dmould
I'm also not sure why you find it better to have the 0,0 point at the center rather than the bottom left - any graphs that deal only in positive values will have their 0,0 at bottom left, which I would say is far more common than having the negative quadrants available. It is very seldom that you will find physical objects being measured in terms of positive and negative offsets. If you are writing down the measurements of a room, do you note the position of windows and doors etc. as + and - distances from the center of the floor, or as only + offsets from one corner? With most of my designs I will put the origin at the bottom left corner of the design unless it is pretty much a symmetrical part. The majority of blueprints and data sheet drawings also have a corner as an origin unless there is good reason to express measurements from a different place.)
Re: Swapping the X and Y axes May 17, 2014 03:23AM |
Registered: 9 years ago Posts: 14,639 |
Re: Swapping the X and Y axes May 17, 2014 10:09AM |
Registered: 11 years ago Posts: 1,611 |
Re: Swapping the X and Y axes May 19, 2014 08:11AM |
Registered: 9 years ago Posts: 2,472 |
Re: Swapping the X and Y axes May 19, 2014 08:54AM |
Registered: 9 years ago Posts: 14,639 |
Re: Swapping the X and Y axes May 19, 2014 09:19AM |
Registered: 9 years ago Posts: 2,472 |
Quote
dc42
Hi Dave, I'm surprised that it printed outside the bed limits at all using 057zb, because I didn't implement M564 until version 059-beta2.
Re: Swapping the X and Y axes May 19, 2014 09:56AM |
Registered: 9 years ago Posts: 14,639 |
Re: Swapping the X and Y axes May 20, 2014 10:58AM |
Registered: 9 years ago Posts: 2,472 |
I'd be fine if you weren't fixing and improving things faster than I can update my firmware! :-)Quote
dc42
You are quite right to be wary of updating firmware when you have something that is working well for you. Just be careful not to rely on a new feature or bug fix that isn't in the version you are running.
Re: Swapping the X and Y axes May 20, 2014 11:19AM |
Registered: 9 years ago Posts: 14,639 |
Re: Swapping the X and Y axes May 20, 2014 11:48AM |
Registered: 9 years ago Posts: 2,472 |
Quote
dc42
Bear in mind that the point of the firmware limits is to protect you from commanding a move outside the physical limits of the machine, which isn't good for the drive belts.
Re: Swapping the X and Y axes May 20, 2014 02:42PM |
Registered: 9 years ago Posts: 1,230 |
Quote
dc42
Dave, in my latest (experimental) firmware, you can set the lower limit of axis travel as well as the upper limit. So you can set the x-homing position to e.g. X=-10 ...