Skip to content

Commit

Permalink
changes for Web Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Jul 18, 2023
1 parent b309bab commit 07d008b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion my_plugin/Solenoid_spindle/my_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ static bool solenoid_spindle_select (spindle_ptrs_t *spindle)
memcpy(&pwm_spindle, spindle, sizeof(spindle_ptrs_t));
spindle->set_state = solenoid_set_state;
spindle->cap.laser = Off;
sys.mode = Mode_Standard;
}

return on_spindle_select == NULL || on_spindle_select(spindle);
Expand Down
4 changes: 2 additions & 2 deletions my_plugin/hpgl/hpgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include "hpgl.h"
#include "scale.h"

#include "../grbl/hal.h"
#include "../grbl/nuts_bolts.h"
#include "grbl/hal.h"
#include "grbl/nuts_bolts.h"

extern const char *const charset0[256];
extern const char *const charset173[256];
Expand Down
7 changes: 3 additions & 4 deletions my_plugin/hpgl/motori.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@
#include "hpgl.h"
#include "motori.h"

#include "../grbl/hal.h"
#include "../grbl/protocol.h"
#include "../grbl/motion_control.h"
#include "../grbl/state_machine.h"
#include "grbl/protocol.h"
#include "grbl/motion_control.h"
#include "grbl/state_machine.h"

#define VERSION "v0.07"
#define DC_VALUES_MAX 12
Expand Down

0 comments on commit 07d008b

Please sign in to comment.