5axes / Calibration-Shapes

A Cura plugin that adds simple shapes (cube, cylinder, tube) and also 24 Calibration and test parts + 7 Postprocessing scripts
GNU Affero General Public License v3.0
340 stars 69 forks source link

Update SpeedTower.py #151

Open catalintucureanu opened 3 months ago

catalintucureanu commented 3 months ago

Added a separate option for M493 K calibration for Marlin. When I compiled Marlin bugfix-2.1.x I noticed Linear Advance K to be way off from previous calibrated values used with M900 (around 10^-2). The implementation is quick and dirty, divide CurrentValue by 10^3 for the G-code only to get around messing with cura's standard float format. Tested it with 0.1 increments (0.0001 in G-code).