Remote controller for 3D printer. Arduino site.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930
  1. #ifdef __IN_ECLIPSE__
  2. //This is a automatic generated file
  3. //Please do not modify this file
  4. //If you touch this file your change will be overwritten during the next build
  5. //This file has been generated on 2025-01-22 22:57:08
  6. #include "Arduino.h"
  7. #include "Arduino.h"
  8. #include <ArduinoJson.h>
  9. #include <AccelStepper.h>
  10. #include <HardwareSerial.h>
  11. #include <math.h>
  12. void setup() ;
  13. void loop() ;
  14. void moveStepper() ;
  15. String readSerialData() ;
  16. void setFastStepperVelocity() ;
  17. void setSlowStepperVelocity() ;
  18. void sendVersion() ;
  19. void sendRelayPowerStatus(String status) ;
  20. void sendCamPowerStatus(String status) ;
  21. void sendZeroCamStatus(String val) ;
  22. void sendCamActAzimut(String val) ;
  23. void sendCamVelocityStatus() ;
  24. #include "FSRemotePowerSwitch.ino"
  25. #endif