Firmware Update and Y axis

Having a problem? Post it here and someone will be along shortly to help
Post Reply
Khayrisill
Printmaster!
Posts: 69
Joined: Thu Aug 25, 2016 9:09 am

Firmware Update and Y axis

Post by Khayrisill »

I everybody,

I just updated my Firmware on my RostockMax V2, and my Y axis is inverted.
The firmware is the 0.92.2

And I saw something in the configuration.h

Code: Select all

// ######   Inverting Axis Settings for Orion/Rostock MAX v2/DropLit
#if PRINTER == 1 || PRINTER == 2 || PRINTER ==4
#define INVERT_X_DIR 1
// need to invert Y axis for newer PSU Orions
#if POWER_SUPPLY == 2
#define INVERT_Y_DIR 1
#else
#define INVERT_Y_DIR 0
#endif
#define INVERT_Z_DIR

But I do not know what my situation is. Because i check on the begining of the code about the power supply. The last V2 is an "older machine"?

Code: Select all

// ##### Older Orions w/ATX had Y inverted and NEW PSU on orions needs opposite ###
// 1 = ATX on older machines  2 = Rail style PSU on newer machines ############################
#define POWER_SUPPLY 2

Thanks
Xenocrates
ULTIMATE 3D JEDI
Posts: 1561
Joined: Wed Sep 23, 2015 2:55 pm

Re: Firmware Update and Y axis

Post by Xenocrates »

Just change the value that matters. I would think if you've selected a V2, then it should work properly. to determine if you have an ATX or a rail supply however, you just need to look at where the power cable goes. If it's into a socket on an external side panel, it's a rail. If it's into the base of the machine, it's an ATX supply.
Machines:
Rostock Max V2, Duet .8.5, PT100 enabled E3D V6 and volcano, Raymond style enclosure
Automation Technology 60W laser cutter/engraver
1m X-carve router

Sic Transit Gloria Mundi
01-10011-11111100001
Turpinator
Printmaster!
Posts: 47
Joined: Sun Oct 18, 2015 6:39 pm

Re: Firmware Update and Y axis

Post by Turpinator »

Pretty sure you just enter 3 (or something) to tell it what printer you have, and thats it.

It most likely is 5 by default, which is the V3, which has an inverted Y tower.
Khayrisill
Printmaster!
Posts: 69
Joined: Thu Aug 25, 2016 9:09 am

Re: Firmware Update and Y axis

Post by Khayrisill »

Thanks guys,

It's my bad. The defaut value for the power supply on the new firmware is 2. My V2 has no rail supply.
Khayrisill
Printmaster!
Posts: 69
Joined: Thu Aug 25, 2016 9:09 am

Re: Firmware Update and Y axis

Post by Khayrisill »

Hi,

I just want to re-open the topic,

I don't understand the difference between the old ATX power supply.
I have one like this in my machine ; https://www.seemecnc.com/products/12-vo ... supply-kit
My V2 has shipped august/septembre.

Code: Select all

// ##### Older Orions w/ATX had Y inverted and NEW PSU on orions needs opposite ###
// 1 = ATX on older machines  2 = Rail style PSU on newer machines ############################
#define POWER_SUPPLY 2
Thx
Post Reply

Return to “Troubleshooting”