Welcome! Log In Create A New Profile

Advanced

Marlin 2.0.x

Posted by Roberts_Clif 
Marlin 2.0.x
February 19, 2019 03:26PM
I currently have Marlin 2.0.x running on both my Hictops 3D Printers using only the Stock controllers.
Today I am testing junction deviation using .06

I have read several articles Stating that .02 is ~ a jerk setting of 5
Starting at 0.05 is a typical value for a 3D printer. If your printer is very sturdy, you could use 0.1. Decided on .06 as my starting point
#define JUNCTION_DEVIATION
#if ENABLED(JUNCTION_DEVIATION)
#define JUNCTION_DEVIATION_MM 0.06 // (0.02mm) Distance from real junction edge

Tested Bed Leveling Fade Height works perfectly!
// Gradually reduce leveling correction until a set height is reached,
// at which point movement will be level to the machine's XY plane.
// The height can be set with M420 Z
#define ENABLE_LEVELING_FADE_HEIGHT // In Start Up G-Code M420 Z2

Looking through the Code in Marlin 2.0.x under " src\config\examples "
Is an example of the Configuration.h and configuration_adv.h of 80 + 3D Printers.
This should make it much easier for those who want to upgrade, or for the rest of us to help anyone who wants to upgrade to Marlin 2.0.x

Edited 3 time(s). Last edit at 02/19/2019 03:33PM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: Marlin 2.0.x
February 27, 2019 12:14AM
Thanks for this I'm just working my way through a new setup for v 2.0 and I wasn't 100% clear on the new jerk setup.

Just to clarify your single slash there is for a comment and not a division sign?

And did you enable S_CURVE_ACCELERATION?
Re: Marlin 2.0.x
February 27, 2019 07:59AM
Quote
Shreks donkey
Just to clarify your single slash there is for a comment and not a division sign?

And did you enable S_CURVE_ACCELERATION?

I do not see a single slash only double slashes " // " in my post. which represents a comment in Arduino IDE code.

Yes I did enable S_CURVE_ACCELERATION.

Edited 1 time(s). Last edit at 02/27/2019 08:00AM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: Marlin 2.0.x
February 27, 2019 04:08PM
Ah I see now I'm on the laptop. It looked like a single slash on my phone.
Cheers
Re: Marlin 2.0.x
February 27, 2019 04:28PM
Cheers...


Computer Programmer / Electronics Technician
Sorry, only registered users may post in this forum.

Click here to login