Page 1 of 1

Marlin 1.1.9

Posted: November 21st, 2018, 4:46 pm
by Roberts_Clif
I have made all the necessary chance to Marlin 1.1.9 bug fix firmware compiles 53% to 136462bytes.

I have flashed Marlin 1.1.0 RC8 by Chuck Luck and Marlin 1.1.5 RC6 with no major problems problems.

Re: Marlin 1.1.9

Posted: January 19th, 2019, 10:35 am
by Roberts_Clif
Today I flashed Marlin 1.1.9 in the middle it error-ed and stopped though the Controller was dead though I re-flashed Marlin 1.1.7

After getting Marlin 1.1.7 running again I re-flashed Marlin 1.1.9 via success.

Flashed Marlin 1.1.9 firmware compiles 60% will have to see what happened here.
I do not like that the 10.5mm of Z-Space I had setup for deployment now is about .5mm will see what is causing this.
#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.5 + #define Z_CLEARANCE_DEPLOY_PROBE 10 = 10.5mm

So How do I get the 10mm Clearance back when I Auto Home.

A few new items added
#define S_CURVE_ACCELERATION
Fade Height

Testing to see how they benefit my 3D Printing.

Re: Marlin 1.1.9

Posted: January 19th, 2019, 7:54 pm
by Roberts_Clif
Tested with #define S_CURVE_ACCELERATION could not see any difference in 3D Print layer Quality.

Still would like the Marlin 1.1.7 after auto home / bed leveling raises Z 10mm
Now on Marlin 1.1.9 after auto home / bed leveling drops Z .5mm

#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.5
#define Z_CLEARANCE_DEPLOY_PROBE 10

New line in Marlin 1.1.9 // to do exactly that
#define Z_AFTER_PROBING 10 // Z position after probing is done

I also like the new lowest Probe point addition
#define Z_PROBE_LOW_POINT -1 // Farthest distance below the trigger-point to go before stopping