mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 02:38:10 +09:00
config: Update example-extras.cfg (#641)
Just correcting a couple of spelling errors I noticed. Signed-off-by: Ben Warren <boffdroid@gmail.com>
This commit is contained in:
@@ -132,11 +132,11 @@
|
|||||||
# point. The user may enter a single value which will be applied
|
# point. The user may enter a single value which will be applied
|
||||||
# to both axes. Default is 2,2.
|
# to both axes. Default is 2,2.
|
||||||
#algorithm: lagrange
|
#algorithm: lagrange
|
||||||
# The interpolation algorthm to use. May be either "langrange"
|
# The interpolation algorithm to use. May be either "langrange"
|
||||||
# or "bicubic". This option will not affect 3x3 grids, which
|
# or "bicubic". This option will not affect 3x3 grids, which
|
||||||
# are forced to use lagrange sampling. Default is lagrange.
|
# are forced to use lagrange sampling. Default is lagrange.
|
||||||
#bicubic_tension: .2
|
#bicubic_tension: .2
|
||||||
# When using the bicubic algoritm the tension parameter above
|
# When using the bicubic algorithm the tension parameter above
|
||||||
# may be applied to change the amount of slope interpolated.
|
# may be applied to change the amount of slope interpolated.
|
||||||
# Larger numbers will increase the amount of slope, which
|
# Larger numbers will increase the amount of slope, which
|
||||||
# results in more curvature in the mesh. Default is .2.
|
# results in more curvature in the mesh. Default is .2.
|
||||||
|
|||||||
Reference in New Issue
Block a user