mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-15 09:46:04 +01:00
hybrid_corexy: Improve Python3 compatibility
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
#
|
#
|
||||||
# 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 logging
|
import logging
|
||||||
import stepper, idex_modes
|
import stepper
|
||||||
|
from . import idex_modes
|
||||||
|
|
||||||
# The hybrid-corexy kinematic is also known as Markforged kinematics
|
# The hybrid-corexy kinematic is also known as Markforged kinematics
|
||||||
class HybridCoreXYKinematics:
|
class HybridCoreXYKinematics:
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
#
|
#
|
||||||
# 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 logging
|
import logging
|
||||||
import stepper, idex_modes
|
import stepper
|
||||||
|
from . import idex_modes
|
||||||
|
|
||||||
# The hybrid-corexz kinematic is also known as Markforged kinematics
|
# The hybrid-corexz kinematic is also known as Markforged kinematics
|
||||||
class HybridCoreXZKinematics:
|
class HybridCoreXZKinematics:
|
||||||
|
|||||||
Reference in New Issue
Block a user