From 4253ac375debd419f55a4e61ac211583399f5248 Mon Sep 17 00:00:00 2001
From: Jake Read <jakerobertread@gmail.com>
Date: Thu, 13 Mar 2025 15:54:26 -0400
Subject: [PATCH] add mirror

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 01baca2..1ce812a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 > Originally published to https://github.com/jakeread/mpc-for-additive-extrusion on March 10th, 2025 
 
+> Mirrored to https://gitlab.cba.mit.edu/jakeread/mpc-for-additive-extrusion on March 13th, 2025 
+
 > I hereby dedicate the contents of this disclosure to the public domain so that it may serve as prior art.  
 
 One of the key challenges when controlling extrusion based additive manufacturing equipment is to generate precise flowrates the nozzle, so that the width of the extruded track is geometrically accurate. This is especially challenging when a machine is changing speed and direction rapidly, because material flows have dynamical properties: filament in Fused Filament Fabrication (FFF) machines compress before they exit the nozzle, as do melt flows in pellet extruder, and gels and clays in syringe extruders. Without compensation for these effects, machines tend to under-extrude when they accelerate and over-extrude when they slow down. It is also difficult to know how fast a material can be extruded under different process parameters: when nozzle geometries, temperatures, or material compositions change, all of the extrudate's dynamic and static properties change along with it, presenting a challenge to machine builders and users. 
-- 
GitLab