Skip to content

Speed Limiting for TPU

TPU filament has a tendency to buckle when extruded at high speeds. This feature attempts to slow down the 3MS extruders during toolchanges only when TPU is involved in the toolchange.

Info

This page, and the features mentioned on it, are in development

Installation

To install the speed limiting feature, run in your terminal:

1
2
3
4
5
cd ~/3MS
git fetch
git checkout 
git pull limited-speed
sh install.sh

Restart Klipper.

Configuration

Update your 3ms/main.cfg:

3ms/main.cfg
1
2
3
4
5
6
7
8
[save_variables]
filename: ~/printer_data/config/3ms/variables.cfg

[include ./settings.cfg]
[include ./controllers/btt_skr_mini_e3_v2/steppers.cfg]

[dynamicmacros 3ms]
configs: 3ms/macros.cfg, 3ms/speedlimit.cfg

Usage

Info

This section is under construction

Comments