mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🧑💻 Give the simulator Stepper access
This commit is contained in:
parent
5b8f7686cb
commit
89e9ae0662
1 changed files with 2 additions and 0 deletions
|
@ -316,6 +316,8 @@ constexpr ena_mask_t enable_overlap[] = {
|
|||
// Stepper class definition
|
||||
//
|
||||
class Stepper {
|
||||
friend class KinematicSystem;
|
||||
friend class DeltaKinematicSystem;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in a new issue