3D Printing
News Videos Newsletter Contact us
Home / 3D Printers / DeltaWASP 3MT Delta 3D Printer Calibration
qidi

DeltaWASP 3MT Delta 3D Printer Calibration

January 6, 2017

We’ve been printing with the DeltaWASP 3MT for a few weeks now and had many successful prints. Until last week we only printed tall objects, not wide. We’ve printed vases, chairs and a huge lamp shade. The first layer was always squashed on the bed, but from the second layer on, everything seemed alright and the objects turned out really nice. The only thing we noticed is that the objects actual size was bigger than calculated in Cura. We figured this was normal when printing with a 3mm nozzle and thick layers of PLA. Maybe this made the object lean outwards.

3d printed skateboard deck
Related Story
Braille Skateboarding Puts Our 3D Printed Skateboard Deck to the Test!
3D printed speakers by Dino Eggs
Related Story
Dino Eggs: 3D Printed Speakers by Guus Fölkel
3D Printed longboard
Related Story
How to 3D Print a Longboard with the DeltaWASP 3MT
3D Printed Vases DeltaWASP 3MT
Printed with upcycled PLA pellets from <a href="http://formfutura.com" target="_blank" rel="noopener noreferrer">Formfutura</a>

A few days ago I decided it was about time to print something bigger. I opened up Fusion 360, watched YouTube tutorials, and at the end of the day I made a chair that almost completely covered the print bed. When I started the print, I noticed something was wrong.
In the center, the nozzle seemed to be way closer to the bed than around the edges, a difference of 8mm.

This is my first Delta 3D printer, and I had not yet studied how Delta printers exactly work, so at first I panicked a bit. If the bed was this curved and I had to replace a printing surface of a square meter, that would’ve been a serious setback.
Luckily it turned out it was something pretty common and I found some interesting sources to help me solve the issue.

Delta specific calibration issues

When printing with a Delta, flatness can be an issue. The flatness variable is a Delta specific variable and can manifest itself in two ways. You either have a concave or convex issue.

  1. Concave
  2. Convex

Concave issue

This was actually our issue. Our center Z offset was correct, but as the nozzle moved towards the edges, it gradually moved up until the nozzle was resting 8mm away from the print surface.

Concave Issue
source: Ladvien’s Lab

Convex issue

Let’s look at the other, possibly more damaging scenario, a convex issue. This is the contrary of a concave issue and can seriously damage your print surface. The nozzle might be correct when at center, but as the nozzle moves outwards, the machine tries burying your nozzle into the glass plate.

Convex issue
source: Ladvien’s Lab

What we did to solve the concave issue

What you need to get started:

  1. Tape-measure
  2. General knowledge of calibrating a Delta with Marlin, see: sources
  3. Printrun

Printrun is not a necessity, but nice to have. You can also find / control the settings via the controller. The custom button function in Printrun is a great feature. In case you’re interested, we’ve added the settings that work for us here.

The concave and convex issue are caused by an incorrect value R (Delta radius) and or L (Diagonal rod length). An incorrect R could also explain the difference in size of the printed objects compared to the size in Cura.

  1. Delta radius
  2. Rod length

Pythagorean theory

Delta radius

Delta radius is the horizontal distance between the center of the extruder carriage to the center of the tower. In the picture above marked as ‘B’.

Rod length

The diagonal rod length is is marked in the picture above as ‘C’. Try to measure it from the center of the extruder carriage to the center of the tower carriage.

When we connected our computer via Printrun with the 3MT we found the following values for M665:

L1528.00 R950.00 S200.00 A0.00 B0.00 C0.00

When we measured the length of L we found out it was actually 1530mm instead of 1528mm, R was 960mm instead of 950mm.

When we changed M665 to: L1528.00 R950.00 S200.00 A0.00 B0.00 C0.00 and did a test print, both the concave issue as the size issue were solved.

Important note:

Returning to failsafe from the printer controller is not recommended. A lot of settings were off (in bold).

echo: Marlin WASP due 1.0.0
echo: Last Updated: Sep 28 2016 20:03:16 | Author: (Den WASPROJECT), WASP PROJECT Delta 100×100
Compiled: Sep 28 2016
echo: Free Memory: 89956 PlannerBufferBytes: 1344
echo: Stored settings retrieved
echo: Steps per unit:
echo: M92 X35.53 Y35.53 Z35.53 E80.00
echo: Maximum feedrates (mm/s):
echo: M203 X200.00 Y200.00 Z200.00 E200.00
echo: Maximum Acceleration (mm/s2):
echo: M201 X1000 Y1000 Z1000 E3000
echo: Acceleration: S=acceleration, T=retract acceleration
echo: M204 S200.00 T2000.00
echo: Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
echo: M205 S1.00 T1.00 B20000 X5.00 Z20.00 E5.00
echo: Home offset (mm):
echo: M206 X0.00 Y0.00 Z0.00
echo: Endstop adjustment (mm):
echo: M666 X0.00 Y0.00 Z0.00
echo: Delta settings: L=delta_diagonal_rod, R=delta_radius, S=delta_segments_per_second, A, B, C = mm adj for X,Y,Z column
echo: M665 L1528.00 R984.00 S200.00 A0.00 B0.00 C0.00
echo: Clay Mode 0
echo: Primary language sel. (0=IT 1=EN 2=FR) 1
echo: Control the drivers current: M777 C254
echo: PID settings:
echo: M301 P46.87 I3.91 D140.55
echo: SD card ok

The settings that worked for us:

echo: Marlin WASP due 1.0.0
echo: Last Updated: Sep 28 2016 20:03:16 | Author: (Den WASPROJECT), WASP PROJECT Delta 100×100
Compiled: Sep 28 2016
echo: Free Memory: 89956 PlannerBufferBytes: 1344
echo: Stored settings retrieved
echo: Steps per unit:
echo: M92 X35.53 Y35.53 Z35.53 E60.00
echo: Maximum feedrates (mm/s):
echo: M203 X200.00 Y200.00 Z200.00 E200.00
echo: Maximum Acceleration (mm/s2):
echo: M201 X1000 Y1000 Z1000 E3000
echo: Acceleration: S=acceleration, T=retract acceleration
echo: M204 S100.00 T2000.00
echo: Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
echo: M205 S1.00 T53.00 B20000 X5.00 Z20.00 E5.00
echo: Home offset (mm):
echo: M206 X0.00 Y0.00 Z-873.00
echo: Endstop adjustment (mm):
echo: M666 X0.00 Y0.00 Z-0.00
echo: Delta settings: L=delta_diagonal_rod, R=delta_radius, S=delta_segments_per_second, A, B, C = mm adj for X,Y,Z column
echo: M665 L1530.00 R960.00 S200.00 A0.00 B0.00 C0.00
echo: Clay Mode 0
echo: Primary language sel. (0=IT 1=EN 2=FR) 1
echo: Control the drivers current: M777 C201
echo: PID settings:
echo: M301 P46.87 I3.91 D140.55
echo: SD card ok

Sources

  • Delta Robot Kinematics by Steve Graves
  • Youtube: Manual Delta Calibration using M665 and M666 by Jay Couture
  • Calibrating a Delta 3D Printer by C Minow
  • Kossel mini calibration by Ladvien’s Lab
Share:
WhatsApp Twitter Facebook LinkedIn Buffer Reddit E-mail
About the author | Peter Strikwerda
Co-Founder 3DPrinting.com
Join our newsletter

Our newsletter is free & you can unsubscribe any time.

Latest posts

Swiss Steel Group’s Ugitech Introduces Custom Wire for 3D Metal Printing

Swiss Steel Group and its French subsidiary Ugitech have launched UGIWAM wire, a new product designed for wire arc additive manufacturing (WAAM). The... read more »

3D Printing Metal
Swiss Steel Group's Ugitech Introduces Custom Wire for 3D Metal Printing

QIDI Launches Q2 3D Printer for Home Users with Industrial-Grade Features

QIDI Tech has introduced the QIDI Q2, a compact, beginner-friendly desktop 3D printer engineered to bring professional-grade capabilities into the home. Designed as... read more »

3D Printers
QIDI Launches Q2 3D Printer for Home Users with Industrial-Grade Features

Purdue University Partners with Thermwood to Integrate Simulation with Large-Scale 3D Printing

Purdue University's Composites Manufacturing and Simulation Center has partnered with Thermwood to combine predictive simulation technology with large-scale 3D printing for composite parts... read more »

News
Purdue University Partners with Thermwood to Integrate Simulation with Large-Scale 3D Printing

University of Wyoming Researcher Receives NSF Grant to Study 3D Printing of Soft Materials

Daniel Rau, an assistant professor of mechanical engineering at the University of Wyoming, has received a $198,932 grant from the National Science Foundation... read more »

Materials
University of Wyoming Researcher Receives NSF Grant to Study 3D Printing of Soft Materials

Researchers Develop Real-Time Control System for 3D Printing of Thermosetting Polymers

Researchers led by Mejia et al. have developed a real-time monitoring and control system for direct ink write (DIW) 3D printing of thermosetting... read more »

Materials
Researchers Develop Real-Time Control System for 3D Printing of Thermosetting Polymers

Central Saint Martins Graduate Creates 3D Printed Tennis Balls

Central Saint Martins graduate Noé Chouraqui has developed Point, a 3D-printed tennis ball made from bio-based, recyclable filament. The balls maintain the traditional... read more »

News
Central Saint Martins Graduate Creates 3D Printed Tennis Balls

ETH Zurich Develops 3D Printed Heart Patch That Integrates with Cardiac Tissue

Researchers at ETH Zurich and the University Hospital of Zurich have developed a new type of cardiac patch designed to both seal and... read more »

Medical
ETH Zurich Develops 3D Printed Heart Patch That Integrates with Cardiac Tissue

RAF Installs First In-House 3D Printed Component on Operational Typhoon Fighter Jet

The Royal Air Force has installed its first internally manufactured 3D printed component on an operational Typhoon fighter jet at RAF Coningsby this... read more »

Aerospace
RAF Installs First In-House 3D Printed Component on Operational Typhoon Fighter Jet

Researchers Study Mollusk Teeth Formation to Advance 3D Printing Materials

Researchers from the University of California, Irvine and Japan's Okayama and Toho universities have published findings about how chitons develop their exceptionally hard... read more »

Materials
Researchers Study Mollusk Teeth Formation to Advance 3D Printing Materials

3D Printed Modular Bridge Displayed at Venice Exhibition Features Demountable Design

A 3D-printed concrete bridge called Diamanti has been unveiled at the Time, Space, Existence exhibition in Venice as part of a research collaboration... read more »

Construction
3D Printed Modular Bridge Displayed at Venice Exhibition Features Demountable Design

Social

  • Facebook Facebook 3D Printing
  • Linkedin Linkedin 3D Printing
Join our newsletter

Our newsletter is free & you can unsubscribe any time.

Featured Industries

  • Automotive
  • Aerospace
  • Construction
  • Dental
  • Environmental
  • Electronics
  • Fashion
  • Medical
  • Military
  • QIDI Plus4

    • - Print size: 305 x 305 x 280 mm
    • - print temperature of 370°C
    More details »
    $799.00 QIDI Store
    Buy Now
  • QIDI Tech X-Max 3

    • - Print size: 325 x 325 x 315 mm
    • - fully enclosed
    More details »
    $799.00 QIDI Store
    Buy Now
  • Snapmaker Artisan Premium 3-in-1

    • - Print size: 400 x 400 x 400 mm
    • - comes with enclosure
    More details »
    $2,999.00 Snapmaker
    Buy Now
  • QIDI Tech Q1 Pro

    • - Print size: 245 x 245 x 245 mm
    • - 600mm/s max speed
    More details »
    $449.00 QIDI Store
    Buy Now

Company Information

  • What is 3D Printing?
  • Contact us
  • Join our mailing list
  • Advertise with us
  • Media Kit
  • Nederland 3D Printing

Blog

  • Latest News
  • Use Cases
  • Reviews
  • 3D Printers
  • 3D Printing Metal

Featured Reviews

  • Anycubic Photon Mono M5s
  • Creality Ender 5 S1
  • The Mole 3D Scanner
  • Flashforge Creator 3 Pro

Featured Industries

  • Automotive
  • Aerospace
  • Construction
  • Dental
  • Environmental
  • Electronics
  • Medical
  • Military
  • Fashion
  • Art
2025 — Strikwerda en Dehue
  • Home
  • Join our mailing list
  • Contact us
Blog
  • Latest News
  • Use Cases
  • Reviews
  • 3D Printers
  • 3D Printing Metal
Featured Industries
  • Automotive
  • Aerospace
  • Construction
  • Dental
  • Environmental
  • Electronics
  • Medical
  • Military
  • Fashion
  • Art
Company Information
  • What is 3D Printing?
  • Contact us
  • Join our mailing list
  • Advertise with us
  • Media Kit
  • Nederland 3D Printing