***************EDIT: ANSWERS at the end of this post:****************
******************************************************************************
First off, this doesn't look like the manual. I am putting the amount I am away from the bed at Z0 into the homing offset fields and it is now Z0 nicely. The PID settings and the home settings are not staying. Everytime I disconnect they reset, is this normal?
I am also having an issue with my home switch set screw calibration.
See below and the codes that were issued to get me there. GOOD GOOD As noted the +5 hits the print bed, adjusting the screw makes it better, but then my Z0 gets screwed up... As I understand it the Commands are going to put me near a tower each time. It seems that the calibration puts me only near my x tower.
The issue mainly is that something is wacky and I am at a loss of where to start. Also it seems I am somehow offset from "0,0" at somepoint. I have to G28 to get it back.
Also, going straight down (Z commands only) sends me down vertically, adding X0 and Y0 seems to make it NOT centered. What am I missing?
Any help is appreciated.
************************************************************************************************************************************************************
**************EDIT: You can read the rest of this thread if you like but I have compiled the answers here as well.*************
************************************************************************************************************************************************************
So far the issues have been injecting the CORRECT firmware (I had injected Marlin apparently, the one that comes with Audrino). https://github.com/seemecnc/RepetierMAX-Dev NOT http://github.com/seemecnc/RepetierMAX as in the manual. I found these Videos very useful in this endeavor however it should be noted his settings are not what you should use per say. It REALLY depends on your hardware as you will see.
[youtube]http://www.youtube.com/watch?v=A4yMV18oMbw[/youtube]
[youtube]http://www.youtube.com/watch?v=8BlvPaii9nw[/youtube]
This one I did not need and is worst case scenario but useful.
[youtube]http://www.youtube.com/watch?v=mC4Pv15Ibco[/youtube]
The steps per mm were off because of a weird combination of Rambo 1.1 and old gears (15teeth)
And me not knowing about the EEPROM and how to over ride it.kbob wrote:Current Rostock MAX kits ship with 20 tooth pulleys and RAMBo v1.1, which has 16x microsteps. It sounds like you have an older kit with 15 tooth pulleys. You might also have RAMBo v1.0, which has 8x microsteps.
(Hope my math is right...)
- 20 tooth, 16x => 80 steps/mm
- 20 tooth, 8x => 40 steps/mm
- 15 tooth, 16x => 106.67 steps/mm
- 15 tooth, 8x =>53.33 steps/mm
I am still fiddling with the height but all 5 points of an x-50,0,50 y-50,0,50 are now just barely pinching paper.Eaglezsoar wrote:In configuration.h #define EEPROM_MODE 1 (setting this to 0 turns off the EEPROM)Dust2Dust02 wrote:Where is that?
Eaglezsoar wrote:Per the link, the Eprom will get you every time. Turn the eprom off when you update the steps per mm by setting it to 0 when you copy the new configuration over
then set the eprom to 1 and upload again. Or you could try the M500 which sometimes does not work per what I have read.