Browse Source

🧑‍💻 Give the simulator Stepper access

Scott Lahteine 3 years ago
parent
commit
8455408382
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/module/stepper.h

+ 2
- 0
Marlin/src/module/stepper.h View File

316
 // Stepper class definition
316
 // Stepper class definition
317
 //
317
 //
318
 class Stepper {
318
 class Stepper {
319
+  friend class KinematicSystem;
320
+  friend class DeltaKinematicSystem;
319
 
321
 
320
   public:
322
   public:
321
 
323
 

Loading…
Cancel
Save