-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule grbl
updated
19 files
+1 −1 | README.md | |
+29 −5 | changelog.md | |
+8 −0 | config.h | |
+18 −20 | driver_opts.h | |
+1 −0 | errors.h | |
+156 −65 | gcode.c | |
+1 −1 | grbl.h | |
+1 −1 | grbllib.c | |
+2 −1 | hal.h | |
+1 −1 | ioports.c | |
+2 −2 | ngc_flowctrl.c | |
+43 −0 | ngc_params.c | |
+9 −0 | ngc_params.h | |
+4 −1 | report.c | |
+24 −11 | settings.c | |
+2 −2 | settings.h | |
+1 −0 | spindle_control.c | |
+6 −2 | spindle_control.h | |
+3 −3 | stepper.c |
Submodule spindle
updated
11 files
+5 −2 | onoff.c | |
+7 −4 | pwm.c | |
+88 −85 | select.c | |
+51 −24 | stepper.c | |
+1 −0 | vfd/gs20.c | |
+1 −0 | vfd/h100.c | |
+1 −0 | vfd/huanyang.c | |
+1 −0 | vfd/huanyang2.c | |
+1 −0 | vfd/modvfd.c | |
+1 −0 | vfd/nowforever.c | |
+1 −0 | vfd/yl620.c |
Submodule trinamic
updated
14 files
+8 −1 | common.h | |
+20 −3 | tmc2130.c | |
+2 −2 | tmc2130.h | |
+3 −3 | tmc2130hal.c | |
+20 −3 | tmc2209.c | |
+2 −2 | tmc2209.h | |
+3 −3 | tmc2209hal.c | |
+20 −3 | tmc2660.c | |
+2 −2 | tmc2660.h | |
+3 −3 | tmc2660hal.c | |
+20 −3 | tmc5160.c | |
+2 −2 | tmc5160.h | |
+3 −3 | tmc5160hal.c | |
+2 −2 | tmchal.h |