Quantcast
Channel: www.3D-Druck-Community.de - Alle Foren
Viewing all articles
Browse latest Browse all 17038

Gute Idee: TuningTower-Befehl in Klipper

$
0
0
Gestern bin ich darüber gestolpert, dass in Klipper ein "Tuning-Tower"-Befehl implementiert wurde: 

Code:
`TUNING_TOWER COMMAND=<command> PARAMETER=<name> START=<value>
 FACTOR=<value> [BAND=<value>]`: A tool for tuning a parameter on
 each Z height during a print. The tool will run the given COMMAND
 with the given PARAMETER assigned to the value using the formula
 `value = start + factor * z_height`. If BAND is provided then the
 adjustment will only be made every BAND millimeters of z height - in
 that case the formula used is `value = start + factor *
 ((floor(z_height / band) + .5) * band)`.

D.h., dass man nicht mehr unbedingt auf die Rechenfähigkeit des Slicers angewiesen ist, um den Einfluss kontinuierlich veränderter Parameter zu ermitteln, sondern das mit einem GCode erledigen kann. Das wäre etwas, das ich mir als Standard in allen Firmwares wünschen würde.

Quelle:
https://github.com/KevinOConnor/klipper/commit/698159921f91a872c4eb7b5c66c3021d2dd26c4b

Viewing all articles
Browse latest Browse all 17038


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>