From 334d1c8eb58d65f0a1e4b6ff79490d6eaed88c26 Mon Sep 17 00:00:00 2001 From: David Buezas Date: Sat, 6 Dec 2025 12:37:05 +0100 Subject: [PATCH 1/2] Modify author and brief in M494.md Updated author and brief description in M494.md. --- _gcode/M494.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_gcode/M494.md b/_gcode/M494.md index 072adf492..b4fa3efc7 100644 --- a/_gcode/M494.md +++ b/_gcode/M494.md @@ -1,8 +1,9 @@ --- tag: m0494 title: FT Motion Trajectory Smoothing -brief: Set / get the Fixed Time Motion parameters for Trajectory and Smoothing. -author: thinkyhead +brief: Set / get the Fixed Time Motion parameters for Trajectory generation and Smoothing. +author: dbuezas +contrig: thinkyhead group: motion requires: FT_MOTION @@ -104,8 +105,8 @@ Particularly useful for the E axis when using linear advance, since it produces Effects on XYZ: * no smoothing: sharp corners, but noises and ringing -* smoothing: rounded corners, no noises and ringing +* smoothing if overdone: rounded corners, infill may not reach all corners, no noises and ringing Effects on E: * no smoothing: extruder skips when using linear advance -* smoothing: peaks produced by linear advance are reduced, the extruder doesn't skip and quality improves. \ No newline at end of file +* smoothing: peaks produced by linear advance are reduced, the extruder doesn't skip and quality improves. From 3cbe86634f792ea1594a15dff86aaa45367e62d8 Mon Sep 17 00:00:00 2001 From: David Buezas Date: Sat, 6 Dec 2025 12:38:07 +0100 Subject: [PATCH 2/2] Fix typo in contributor field in M494.md --- _gcode/M494.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gcode/M494.md b/_gcode/M494.md index b4fa3efc7..f546105ee 100644 --- a/_gcode/M494.md +++ b/_gcode/M494.md @@ -3,7 +3,7 @@ tag: m0494 title: FT Motion Trajectory Smoothing brief: Set / get the Fixed Time Motion parameters for Trajectory generation and Smoothing. author: dbuezas -contrig: thinkyhead +contrib: thinkyhead group: motion requires: FT_MOTION