Welcome! Log In Create A New Profile

Advanced

Need custom marlin for a xy doubleing mod

Posted by calebzammit 
Need custom marlin for a xy doubleing mod
May 26, 2012 09:53PM
I have nooo idea how to make a custom marlin and really need the help. I have a gen 6 board and i'm trying to do this [www.thingiverse.com]

which i need to double the xy steps for

please help me
Re: Need custom marlin for a xy doubleing mod
May 26, 2012 09:59PM
sorry that link didnt go in, here the thing number 8852
the Mendel X Y axis accuracy doubling mod

Edited 1 time(s). Last edit at 05/26/2012 10:00PM by calebzammit.
Re: Need custom marlin for a xy doubleing mod
May 27, 2012 07:17AM
Talk to the board using a serial talker. There's one in the Arduino environment. Send a M501 command. Copy the M92 line form the response, double the X and Y values, send the M92 line back to the machine, send an M500 to save the new values.

Edited 2 time(s). Last edit at 05/27/2012 07:19AM by Andrew Smith.
Re: Need custom marlin for a xy doubleing mod
May 27, 2012 09:59PM
i just get a using default settings message when i try m501

Edited 1 time(s). Last edit at 05/27/2012 10:12PM by calebzammit.
Re: Need custom marlin for a xy doubleing mod
May 28, 2012 07:17AM
The default should be 80 on both axes, so send:

M92 X160 Y160
M500
Re: Need custom marlin for a xy doubleing mod
May 28, 2012 12:46PM
omg you are awesome, it works now, thanks andrew
Sorry, only registered users may post in this forum.

Click here to login