Explorar el Código

🧑‍💻 Give the simulator Stepper access

Scott Lahteine hace 2 años
padre
commit
8455408382
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Marlin/src/module/stepper.h

+ 2
- 0
Marlin/src/module/stepper.h Ver fichero

@@ -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…
Cancelar
Guardar