1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 18:11:48 +02:00

764 Commits

Author SHA1 Message Date
Bart Dring
961d5fbdc9 Change to default config 2019-08-29 17:09:10 -05:00
bdring
31439bdd33 Merge pull request #201 from bdring/devt_6x
Devt 6x
2019-08-29 16:23:47 -05:00
bdring
4a3479bc99 Merge pull request #200 from luc-github/Devt
Add SPI pins customization support
2019-08-29 15:33:26 -05:00
Luc
7f3fe30c39 Display sd space in [ESP210]
Fix occupation always to 1%
2019-08-29 21:02:43 +02:00
Luc
b8fcecfae3 add ESP command to delete SD card file / directory 2019-08-29 18:33:02 +02:00
Luc
30242b414a fix typo 2019-08-29 18:23:53 +02:00
Luc
a9127acded Revert "fix typo"
This reverts commit 8ae9261c1e.
2019-08-29 18:23:28 +02:00
Luc
8ae9261c1e fix typo 2019-08-29 18:11:38 +02:00
Luc
09f9fd2a49 Update cpu_map.h 2019-08-29 17:29:17 +02:00
bdring
43c8168299 Merge pull request #199 from luc-github/devt_6x
Devt 6x
2019-08-29 09:30:12 -05:00
Luc
55165a7908 Add SPI pin customization support 2019-08-29 16:25:17 +02:00
Luc
f7a413fdc9 update index.html.gz for 6 axis support 2019-08-29 14:48:21 +02:00
Luc
360c231281 Add multi axis support for webUI 2019-08-29 14:47:03 +02:00
Bart Dring
06505fed7c removed test kinematic 2019-08-28 14:54:09 -05:00
Bart Dring
3c0c5adbf6 Fixed servo cal error reporting
- improper use of static  variable
2019-08-28 14:48:05 -05:00
Bart Dring
674a2cd61b Test 6x code 2019-08-22 14:33:24 -05:00
odaki
a1c8c19c13 Merge remote-tracking branch 'upstream/Devt' into Devt 2019-08-03 01:25:05 +09:00
Bart Dring
b3cd36b1b1 added CPU_MAP_ESPDUINO_32
- for ESPDUINO + Protoneer CNC Sheild
2019-07-28 13:52:32 -05:00
odaki
42c3e637a3 Merge remote-tracking branch 'upstream/Devt' into Devt 2019-07-23 21:55:35 +09:00
odaki
e92c315b43 Update .gitignore 2019-07-23 21:55:25 +09:00
odaki
9ba036a268 ignore PlatformIO working directory 2019-07-23 21:54:23 +09:00
bdring
3b6e5b5eb7 Updates to servo axis and midtbot cpu_map 2019-07-21 17:11:34 -05:00
Bart Dring
a096372ed4 Merge branch 'master' of https://github.com/bdring/Grbl_Esp32 2019-07-17 06:56:22 -05:00
bdring
aa8f458b8d Merge pull request #184 from bdring/Devt
Devt
2019-07-12 11:25:22 -05:00
bdring
c2543381ab Merge pull request #183 from bdring/pr/181
Pr/181
2019-07-12 10:59:51 -05:00
bdring
50246cb1e9 Merged in some chnges I was working on.
- cpu_map.h Updated CPU_MAP_PEN_LASER
- servo_axis.cpp Fixed some errors and changed the way claibration out of range errors are reported
- solenoid_pen.h Moved some features to cpu_map.h
2019-07-12 10:44:46 -05:00
odaki
08d6f6936d Update Version to today 2019-07-08 01:07:44 +09:00
odaki
e66b2c1320 prevent warnings
- move static variable from header to cpp
- remove unused variable
- change deprecated func name in ESP-IDF
2019-07-08 00:47:48 +09:00
odaki
3e9327578c Fix the usage of vTaskDelayUntil call correctly
ix: prevent reference the uninitialized value at the first delay call.

seeAlso
https://www.freertos.org/vtaskdelayuntil.html
2019-07-08 00:35:19 +09:00
bdring
8f9b8cc32a Merge branch 'master' of https://github.com/bdring/Grbl_Esp32 2019-06-29 13:39:27 -05:00
odaki
b3cf150c4e Merge remote-tracking branch 'upstream/master' 2019-06-28 22:55:01 +09:00
bdring
d397ab9d89 Merge pull request #178 from bdring/Devt
Devt
2019-06-27 09:53:00 -05:00
bdring
0614d546cb Merge branch 'master' of https://github.com/bdring/Grbl_Esp32 2019-06-27 09:15:17 -05:00
bdring
991c8eb6fd Merge pull request #177 from lienbacher/master
cosmetic typo in stepper messages fixed, wrong bracket at end
2019-06-26 12:15:54 -05:00
Unknown
40b7e62352 update build date 2019-06-26 18:11:44 +02:00
Unknown
9879fdfd5b fixed typo in messages
} instead of ] at the end of the message
2019-06-26 11:44:07 +02:00
Unknown
ddbcb43d4c Merge remote-tracking branch 'bdring/master' 2019-06-26 10:16:22 +02:00
bdring
7d63a302d9 Merge pull request #176 from bdring/Devt
Devt
2019-06-25 08:54:54 -05:00
bdring
5d3000ce3b Merge pull request #174 from luc-github/Devt
fix empty password not saved and generated error
2019-06-25 08:27:08 -05:00
bdring
3e95fadd64 Merge pull request #175 from bdring/Devt
Create a V1P2 cpu_map of the MPCNC
2019-06-24 15:05:40 -05:00
bdring
6831f721cd Create a V1P2 cpu_map of the MPCNC
- Moves a few pins around. Primarily to fix issues with GPIO2 being an input on some dev modules.
2019-06-24 14:57:37 -05:00
Luc
bb870956ee fix conpilation failed if no wifi 2019-06-22 18:37:44 +02:00
Luc
65d9f6c651 Update grbl.h 2019-06-22 17:38:29 +02:00
Luc
58ae05b2b1 Merge branch 'Devt' of https://github.com/bdring/Grbl_Esp32 into Devt 2019-06-22 17:33:45 +02:00
Luc
a4e9b46db7 Update grbl.h 2019-06-22 17:32:38 +02:00
Luc
ef43759420 fix empty password not saved and generated error
Need for open network
2019-06-22 17:23:15 +02:00
odaki
5ed974ee68 Revert "Revert "update dependent lubs in platformio.ini.""
This reverts commit 6674e07a00.
2019-06-18 22:19:43 +09:00
odaki
6674e07a00 Revert "update dependent lubs in platformio.ini."
This reverts commit f887e62320.
2019-06-18 22:16:13 +09:00
odaki
f887e62320 update dependent lubs in platformio.ini.
add serial monitor speed to use PlatformIO serial minitor function.
2019-06-18 22:11:27 +09:00
bdring
6ffe4aef94 Merge pull request #168 from bdring/Devt
Devt
2019-06-16 12:58:50 -05:00