Skip to content

Instantly share code, notes, and snippets.

@dropmeaword
Last active January 3, 2020 15:47
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dropmeaword/5102bbf3ea73320ca6cecc713df2d0f2 to your computer and use it in GitHub Desktop.
Anycubic Kossel Linear Plus

30 SEPT 2018

Got it to work now!

Tried this method which seems to go more smoothly than previous tries. The Cura printer definition file and the modified version of Marlin 1.1.9 can be found here. They seems to be working fine. I re-sliced the model using Cura 3.3.1 and that seems to work fine now.


27 SEPT 2018

From the comments in this thingyverse thread

OK, I've re-flashed the firmware and carefully took notes on the video you posted on this thing, and now the bed is perfectly level everywhere.

I've made a list of exactly all the steps in the video, in the correct sequence, and I'm going to post them here as a reference to anyone who comes looking for it in future (in case they miss the video):

  1. Connect Probe

  2. Prepare -> Delta Calibration -> Auto Calibration

  3. Prepare -> Delta Calibration -> Set Delta Height

  4. Prepare -> Delta Calibration -> Store Settings

  5. Remove Probe

  6. Prepare -> Move Axis -> Soft Endstops: Off

  7. Prepare -> Move Axis -> Move Z

  8. Put paper on bed. Move Z down towards bed until nozzle just grabs the paper. Write down the Z-height at which the nozzle touches the paper. We will call this "touchdown Z" Prepare -> Delta Calibration -> Delta Calibration -> Subtract contact height from "Height"

Formula: Height - (touchdown Z) = New Height

E.g. if touchdown z was -0.1 and delta height was 334, new delta height is 334 - (-0.1) = 334.1 If touchdown z was 0.1 and delta height was 334, new delta height = 334 - 0.1 = 333.9

  1. Prepare -> Auto Home
  2. Control -> Motion -> Probe Z offset -> Adjust it using this formula: New offset = Old Probe Z offset - touchdown Z) =

E.g. If old offset was -16 and touchdown z was -0.1, new offset = -16 - (-0.1) = -15.9 If old offset was -16 and touchdown z was 0.1, new offset = -16 - 0.1 = -16.1

  1. Control -> Store Settings

  2. Prepare -> Auto Home (to apply new Z-height and probe offsets)

  3. Verify Z-height with paper again (i.e. lower nozzle to Z=0, make sure it just grabs the paper)

  4. Auto Home

  5. Connect Probe

  6. Prepare -> Level Bed

  7. Control -> Store Settings

  8. Auto Home

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment