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

Wrong instructions at the Acceleration page #90

Closed luizbgomide closed 2 years ago

luizbgomide commented 2 years ago

The instructions for Jerk and Acceleration says to leave them on for the test, but it they are on, they overload every change in the layer: image

;TIME_ELAPSED:623.259693
;LAYER:25
M117 INDICATOR-Layer25
M117 DASHBOARD_LAYER_INDICATOR 26
;TYPE:CUSTOM VALUE
M205 X10 Y10
M117 Jerk X10 Y10
M204 S500
M205 X8 Y8
;TYPE:WALL-OUTER
;MESH:AccelerationTower

The M205 X8 Y8 is set by the Enable Jerk Control setting and is overloading the previous M205 for the test.

5axes commented 2 years ago

Fixed ! Thanks for the report.