Skip to content

Commit

Permalink
disable solenoid for simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
crocsg committed May 8, 2024
1 parent b844995 commit 3f9e386
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Firmware/configuration/mega2560/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -3340,14 +3340,19 @@
//#define SERVO_DETACH_GCODE

#define BRAILLERAP_ENABLE
#define BRAILLERAP_DISABLE_SOLENOID 1
#if ENABLED(BRAILLERAP_ENABLE)

#define BRAILLERAP_AUTODISABL_MAGNET 1
#define PAPER_LOADING_HOME_Y 1
#define PAPER_LOADING_MAX_LOAD_TRAVEL 300
#define PAPER_LOADING_LOAD_TRAVEL 25

#define SPINDLE_LASER_PWM_POWERON 255
#if BRAILLERAP_DISABLE_SOLENOID
#define SPINDLE_LASER_PWM_POWERON 0
#else
//define SPINDLE_LASER_PWM_POWERON 255
#endif
#define SPINDLE_LASER_PWM_POWEROFF 0

// magnet on pin 8
Expand Down

0 comments on commit 3f9e386

Please sign in to comment.