Re: Upgrading to the Latest Marlin release from an older RepRapPro Mendel clone
That's a good point. Stability should be much greater than the original firmware. Marlin has alot of exposure. One note I forgot to emphasis... it's a RepRapPro Mendel *Clone*. A kit I got from China....
View ArticleLoading Firmware on Melzi 2.0
Sorry if this has been posted before, I have been googleing and with so many variations of my Prusa I3 I am nothing but confused. I am simply wondering if it's possible to load Marlin on melzi 2.0,...
View ArticleRe: PS-ON pins?
I did. QuoteMany firmwares support pulling this pin low That's all about firmware I see there. No word about Marlin in context of ps_on. If I'm missing something, please quote.
View ArticleRe: Help with compiling errors
Thanks, Using a custom board (http://www.geeetech.com/wiki/index.php/GT2560) which is a combination of Arduino Mega2560+Ultimaker and Arduino Mega2560+ramps 1.4. The pins.h errors only occur when I...
View ArticleReceiving Message When Movement is Done.
Hi, I'm trying to use the Ramps+Marlin to make a pick and place and I want to be able to move the head using a Joystick. I already got that part working. The problem is I need to know when the Marlin...
View ArticleRe: Loading Firmware on Melzi 2.0
Quotecliffoco Sorry if this has been posted before, I have been googleing and with so many variations of my Prusa I3 I am nothing but confused. Yeah... But really... They are all the same. They are...
View ArticleRe: PS-ON pins?
I'm confused. Do you want Marlin to turn on the power supply? Marlin can turn off the power supply at the end of a print. Or when something bad is detected. But you want Marlin to turn on the power...
View ArticleRe: Help with compiling errors
Are you using their published branch of Marlin? I have a very low opinion of Geeetech's software quality. They butcher up everything they touch. If you are trying to take their Configuration.h file...
View ArticleRe: Receiving Message When Movement is Done.
There isn't enough information to answer your question. If the Joy Stick is under computer control and the computer is sending serial commands to Marlin, you can wait for the OK to come back. But if...
View ArticleRe: Receiving Message When Movement is Done.
Hi, Thank you for answering. I have written a Java application that can control the Marlin and the Joystick is connected to the PC (Java App). I receive the ok but it seems to me that the ok is...
View ArticleRe: Receiving Message When Movement is Done.
QuoteTwistx77 I have written a Java application that can control the Marlin and the Joystick is connected to the PC (Java App). I receive the ok but it seems to me that the ok is received just after...
View ArticleConverting old acceleration settings to latest Marlin
I am trying to setup my new acceleration settings... #define HOMING_FEEDRATE {25*60, 25*60, 4*60, 0} // set the homing speeds (mm/min) // default settings #define DEFAULT_AXIS_STEPS_PER_UNIT...
View ArticleRe: Loading Firmware on Melzi 2.0
QuoteRoxy Quotecliffoco Sorry if this has been posted before, I have been googleing and with so many variations of my Prusa I3 I am nothing but confused. Yeah... But really... They are all the same....
View ArticleAuto Bed Leveling not level
I am running KimbraMarlin Dev and am experiencing a .06mm slope from the front of a skirt around a 30mm x30mm test cube to the back. My X-min and Y-min are the front left corner of the hotbed. I see...
View ArticleRe: Auto Bed Leveling not level
KimbraMarlin is too far diverged from the real Marlin. Is there a reason you aren't running RC-3 (Release Candidate 3) ????
View ArticleRe: PS-ON pins?
5v is always on, so I hoped Marlin can turn 12v on and off as needed. That's what ps_on line is supposed to be for.
View ArticleRe: ABL sloped front to back
You sure your bed doesn't have a dip or a lump in it? ie its not flat As the ABL just take the average of the probed positions and says this is a flat plane If one or two of the probed points is very...
View ArticleRe: Receiving Message When Movement is Done.
Thank you very much. I think that helps me a lot. I will try to see if it works as I want to. Have a nice day. If anyone is interested I can add the results once I have tested.
View ArticleRe: PS-ON pins?
OK... If Marlin is alive and in control of things... What is the logic it will be using to decide if the +12 volts should be turned on?
View ArticleHoming Y is also homing X
When I home Y (G28 Y0) then Y is homing as expected. But then also X is moving to 0 position. It is not really homing because it will go through the endstop if I moved it by hand before a little bit...
View Article