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,6 +316,8 @@ constexpr ena_mask_t enable_overlap[] = {
316 316
 // Stepper class definition
317 317
 //
318 318
 class Stepper {
319
+  friend class KinematicSystem;
320
+  friend class DeltaKinematicSystem;
319 321
 
320 322
   public:
321 323
 

Loading…
Cancel
Save