Quantcast
Channel: Reprap Forum - Firmware - Marlin
Browsing all 12089 articles
Browse latest View live
↧

Re: 1.1.6

QuoteRoberts_Clif I have had problems after flashing if I did not reload firmware defaults. You can do this by simply. sending a M502 then sending M500. Or you can send a M502 ( Factory Reset ), M501...

View Article


Re: 1.1.6

Yea the EEPRom setting only work when EEProm is enabled. I have the EEProm enabled as I can save my bed Leveling data using M500 or on the LCD " store settings ". Only have to add " M420 S " to...

View Article


Re: 1.1.6

QuoteRoberts_Clif Yea the EEPRom setting only work when EEProm is enabled. I have the EEProm enabled as I can save my bed Leveling data using M500 or on the LCD " store settings ". Only have to add "...

View Article

Re: 1.1.6

OH! They have added a safety feature that raises the Nozzle during homing, this is to prevent the nozzle from being dragged across the bed during homing. #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z...

View Article

Interaction between T0, T1, and M114

I just installed a dual extruder on my TAZ 6 and was having a problem with the calibration print which led me to perform the following manual experiment. (home, set absolute, auto-level etc.) T0 G92...

View Article


Re: 1.1.6

QuoteRoberts_Clif OH! They have added a safety feature that raises the Nozzle during homing, this is to prevent the nozzle from being dragged across the bed during homing. #define...

View Article

Re: 1.1.6

Marlin 1.1.5 Connected to Cura 15.04.6 - Pronterface send the Following. G28 ; did complete home X, Y, and Z G28 X/Y ; did Home X and Home Y G28 X/Y/Z ; did complete Home X, Y, and Z What method are...

View Article

Re: 1.1.6

QuoteRoberts_Clif Marlin 1.1.5 Connected to Cura 15.04.6 - Pronterface send the Following. G28 ; did complete home X, Y, and Z G28 X/Y ; did Home X and Home Y G28 X/Y/Z ; did complete Home X, Y, and Z...

View Article


Re: HELP! Endstop problem in Marlin

So, over the weekend I reflashed the Repetier firmware, and I was able to get the printer to stop when the Z_MIN endstop was triggered, so I know it is not a hardware issue, it is a setting in the...

View Article


Re: HELP! Endstop problem in Marlin

In configurtion_adv.h you will find: /** * This option allows you to abort SD printing when any endstop is triggered. * This feature must be enabled with "M540 S1" or from the LCD menu. * To have any...

View Article

Fw marlin 1.1.6 cartesian printer - homing help

Hi, I have a cartesian printer working fine with marlin 1.03 dev. Home pos is on the hight right corner. Bed is x245 X y210 X z200 homing values are : x = 245 y = 210 z = 0 So, i flash with marlin...

View Article

X Y homing in wrong direction

Seeking a bit of help. Im trying to setup my CoreXY Printer. When I go the S3D Manual controls the carriage moves correctly ++/--. However when I tell it to home to the MINs it moves towards the MAX...

View Article

Does anybody know how to reverse the homing direction

I just need to change the homing direction in the firmware.

View Article


Re: Does anybody know how to reverse the homing direction

Here // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. #define INVERT_X_DIR false #define INVERT_Y_DIR false #define INVERT_Z_DIR true

View Article

Re: Does anybody know how to reverse the homing direction

My issue is that the AXIS are moving in the right direction. When moving in S3D. But when I try to home its backwards. Should home to the MINs. XY is Moving in the MAX direction for about 5mm

View Article


Re: Does anybody know how to reverse the homing direction

Sorry wrong lines // Direction of endstops when homing; 1=MAX, -1=MIN // :[-1,1] #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1

View Article

Re: Does anybody know how to reverse the homing direction

I get the following error. #error "Enable USE_XMAX_PLUG when homing X to MAX." I don't have endstops pluged into XMAX or YMAX I'm trying to home my XY to the XMIN & YMIN

View Article


Re: Fw marlin 1.1.6 cartesian printer - homing help

OK, Z SAFE HOME OPTION divide my value by 2 as default...... Problem is here i think... WTF to do this?!

View Article

Re: HELP! Endstop problem in Marlin

But won't that just abort the whole print process entirely? So if I had in my precode for it to go to G0 Z0, then when it hit the Z_MIN endstop, wouldn't it just quit there and never go to the next...

View Article

Latest stable version of Marlin?

It looks like to me the latest stable version of Marlin is 1.1.2 ?. I see mentioned, bugfix-1.1.X and 1.2 which as I understand it changes the file structure as well as starting support for 32 bit...

View Article
Browsing all 12089 articles
Browse latest View live