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

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

LPE Supports Queen’s Propulsion Laboratory with 3D Printed Rocket Engine Chamber

Students at Queen's University Belfast have developed what they describe as Ireland's first student-built liquid rocket engine. The Kelvin Mk.1, named after Belfast-born... read more »

3D Printing Metal
LPE Supports Queen’s Propulsion Laboratory with 3D Printed Rocket Engine Chamber

Dassault Systèmes and Patrick Jouin Unveil New 3D Printed Chair

Dassault Systèmes and French designer Patrick Jouin have unveiled Ta.Tamu, a 3D-printed chair developed using the company's 3DEXPERIENCE platform. The project represents a... read more »

News
Dassault Systèmes and Patrick Jouin Unveil New 3D Printed Chair

Endemic Architecture Debuts 3D Printed Homes in Rural California

A development of five 3D-printed homes called Corduroy Castles is currently under construction in Olivehurst, California, a rural town in Yuba County located... read more »

Construction
Endemic Architecture Debuts 3D Printed Homes in Rural California

3D Printed Replica of a 500-year-old Prosthetic Hand Hints at Life of a Renaissance Amputee

Researchers at Auburn University are using 3D printing technology to recreate Renaissance-era prosthetic devices, providing new insights into historical amputee experiences. The interdisciplinary... read more »

News
3D Printed Replica of a 500-year-old Prosthetic Hand Hints at Life of a Renaissance Amputee

United Utilities Expands 3D Printing for Water Infrastructure Operations

United Utilities is incorporating 3D printing technology into its operations following the completion of a two-year Water Industry Printfrastructure project. The initiative, funded... read more »

News
United Utilities Expands 3D Printing for Water Infrastructure Operations

New Frontier Aerospace Successfully Tests 3D-Printed Rocket Engine

New Frontier Aerospace has completed a series of hot-fire tests of its 3D-printed Mjölnir rocket engine, the company announced from its Kent, Washington... read more »

Aerospace
New Frontier Aerospace Successfully Tests 3D-Printed Rocket Engine

FRCE Innovation Lab Creates Rapid Solution for F-35 Fleet

Fleet Readiness Center East (FRCE) has produced 2,000 O-ring installation tools for F-35 Lightning II aircraft using 3D printing technology. The project was... read more »

Military
FRCE Innovation Lab Creates Rapid Solution for F-35 Fleet

Etsy’s New 3D Printing Restrictions: What Sellers Need to Know

Etsy has recently updated its policy regarding items in the "Made by a Seller" category, specifically clarifying rules for products created with "computerized... read more »

News

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 Tech Q1 Pro

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

    • - Print size: 305 x 305 x 280 mm
    • - print temperature of 370°C
    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 X-Max 3

    • - Print size: 325 x 325 x 315 mm
    • - fully enclosed
    More details »
    $799.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