Marlin 1.1.9

Software and Firmware Discussion - related to source code, firmware updates, etc.
Post Reply
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Marlin 1.1.9

Post 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.
Last edited by Roberts_Clif on January 20th, 2019, 8:35 am, edited 2 times in total.
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Marlin 1.1.9

Post 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.
Last edited by Roberts_Clif on January 20th, 2019, 10:05 am, edited 5 times in total.
User avatar
Roberts_Clif
Reactions:
Posts: 1372
Joined: March 25th, 2017, 8:17 am
Location: Washington, State USA
3D Printer(s): Hictop 3DP11/12

Re: Marlin 1.1.9

Post 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
Post Reply

Return to “Software and Firmware Discussion”