axis_twist_compensation: Fix missing probe import
Fixes missing import introduced in commit bec47e04.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# This file may be distributed under the terms of the GNU GPLv3 license.
|
# This file may be distributed under the terms of the GNU GPLv3 license.
|
||||||
|
|
||||||
import math
|
import math
|
||||||
from . import manual_probe, bed_mesh
|
from . import manual_probe, bed_mesh, probe
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_SAMPLE_COUNT = 3
|
DEFAULT_SAMPLE_COUNT = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user