This commit is contained in:
Guðni Már Gilbert 2023-03-11 21:26:51 +00:00 committed by DRracer
parent 9145c8f59f
commit 690d83a94a
1 changed files with 11 additions and 15 deletions

View File

@ -249,21 +249,17 @@ bool MMU2::VerifyFilamentEnteredPTFE() {
TryLoadUnloadProgressbarInit(); TryLoadUnloadProgressbarInit();
/* The position is basically a triangle wave /* The position is a triangle wave
// current position is not zero, so it is an offset // current position is not zero, it is an offset
// y(x) // y(x)
// ▲ // ▲
// │ // │ ^◄────────── delta_mm + current_position
// │ ^◄────────── delta_mm - current_position
// / \
// / \
// / \
// machine / \ // machine / \
// position (mm) / \ // position / \
// / \ // (mm) / \
// / \ // / \
// │/ \◄───────current_position // │/ \◄───────current_position
// └───────────────────► x // └──────────────► x
// 0 19 // 0 19
// pixel # // pixel #
*/ */