Go to homepage
2 / 11
Dec 2016

HI, I have bought the kossel mini 3D printer kits recently. I have now assembled all the parts, following the online instructions and get the printer set. However, I have faced a problem.

I have the extruder head stay one A4 paper thick above the bed surface for three tower positions (A, B and C). However, my D tower (the center) stay around 3mm above the surface. The problem is the printer visually calculate the print plane as convex surface.

People say you have to increment the delta radius (by the diagonal smooth rod value) to lower the extruder head so it move flat. However, no matter how I change the value (increase and decrease) it doesn’t changed…

Can anyone help me?

  • created

    Dec '16
  • last reply

    Jan '17
  • 10

    replies

  • 3.1k

    views

  • 3

    users

As your problem is solved already with the delta radius(my idea was the EEPROM stores the values and needs to erased to get new values work)

I still advice use this calibration guide to make sure you have accurate prints.

http://www.thingiverse.com/thing:745523 41

Also you current electronics can barely handle the delta calculations.

The biggest problem is the LCD screen update, the little 8 bit controller can’t really handle moving the printer calculate the delta coordinates and update LCD.

You can tweak down the delta segments per second to around 120-140 without any loss of accuracy, and also increase the LCD update frequency and remove the X and Y coordinates showed in the LCD it will help a lot.

Smoothie board will be a nice upgrade, but take a look to the Duet wifi controller : https://www.duet3d.com/ 10

This is the best available electronics for a Delta printer, really good stepper drivers, segmentation free delta calculation (no other electronic offer this as far as I know), wifi support with really good web interface so you can use a tablet, phone whatever device with a browser to control the printer.

They also offer an IR sensor to autobed level, but I would use a BLtouch sensor as it doesn’t affected by glass or using mirror as print surface.

BR.,

Tamas