Skip to content

Commit 930df18

Browse files
thinkyheadLCh-77
authored andcommitted
🧑‍💻 Give the simulator Stepper access
1 parent aadaaaf commit 930df18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/module/stepper.h

+2
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ constexpr ena_mask_t enable_overlap[] = {
316316
// Stepper class definition
317317
//
318318
class Stepper {
319+
friend class KinematicSystem;
320+
friend class DeltaKinematicSystem;
319321

320322
public:
321323

0 commit comments

Comments
 (0)