瀏覽代碼

🧑‍💻 Give the simulator Stepper access

Scott Lahteine 2 年之前
父節點
當前提交
8455408382
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      Marlin/src/module/stepper.h

+ 2
- 0
Marlin/src/module/stepper.h 查看文件

@@ -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…
取消
儲存