1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-02 10:53:01 +02:00

764 Commits

Author SHA1 Message Date
bdring
48d0db5fba Merge pull request #167 from odaki/suppress_warnings
Suppress warnings
2019-06-16 11:29:51 -05:00
odaki
ebc3ed3176 FIX: suppress waring about static function and static variables 2019-06-16 20:21:03 +09:00
bdring
e0ca164dca Merge branch 'master' of https://github.com/bdring/Grbl_Esp32 2019-06-15 13:02:43 -05:00
odaki
9531f5474f Merge remote-tracking branch 'upstream/master' 2019-06-05 20:57:52 +09:00
bdring
b85f5c09fe Merge pull request #159 from luc-github/master
Add support for $10=1 in webui
2019-06-02 10:18:13 -05:00
Luc
9470b00cee Add support for $10=1 in webui
Add Portuguese BR  in webui
Fix Crash of wizard  in webui
Set Mask to $10=1 as default
2019-06-02 17:07:03 +02:00
odaki
ef164aee83 Merge remote-tracking branch 'upstream/master' 2019-06-01 14:48:44 +09:00
bdring
c23756be3b Merge branch 'master' of https://github.com/bdring/Grbl_Esp32 2019-05-30 20:10:29 -05:00
bdring
6bf29cac06 Merge pull request #156 from bdring/Devt
Added MPCNC V1p1 cpu_map
2019-05-28 12:04:33 -05:00
bdring
dc941833f5 Added MPCNC V1p1 cpu_map 2019-05-28 09:31:39 -05:00
bdring
f82f956c00 Added MPCNC V1p1 cpu_map 2019-05-28 09:30:22 -05:00
odaki
e95410ce77 Merge remote-tracking branch 'upstream/master' 2019-05-19 23:55:49 +09:00
bdring
f965db98b3 Merge pull request #152 from bdring/Devt
Devt
2019-05-18 12:50:13 -05:00
bdring
5cacf3a43f Merge branch 'Devt' of https://github.com/bdring/Grbl_Esp32 into Devt 2019-05-18 12:17:22 -05:00
bdring
39a2e78d4d RC ESC Bug Fixes
- Fixed cut and paste error with PWM min and max
- Turned off RpM adjustments when not in laser mode.
2019-05-18 12:16:51 -05:00
bdring
0f746b6848 Merge pull request #149 from luc-github/Devt
Bug fix for SD card > 4GB and rewrite of probe process V3
2019-05-17 13:14:20 -05:00
bdring
5c93672143 Merge pull request #150 from bdring/Devt
Add support for RC ESC based spindles
2019-05-17 11:09:02 -05:00
Luc
edf069d166 probe rewrite v3 2019-05-17 23:14:49 +08:00
bdring
310f2e0dfa Add support for RC ESC based spindles
- Change spindle_stop() off value from 0 to SPINDLE_PWM_OFF_VALUE
- Add example cpu_map.h  CPU_MAP_ESP32_ESC_SPINDLE
2019-05-17 09:29:43 -05:00
Luc
e186fcd784 fix SD card > 4GB size display use uint64_t instead of uint32_t
allow float for space calaculation in formatBytes, limited to 2 decimals but for byte which has 0 decimal
2019-05-16 09:49:12 +08:00
bdring
c6875505f7 Merge pull request #147 from bdring/Devt
- Fix error in $G (gcode state) report
2019-05-13 06:33:22 -05:00
bdring
6110ad690f - Fix error in $G (gcode state) report
- Remove semicolon after F (feed rate)
2019-05-12 20:55:03 -05:00
odaki
1a32a56e13 Merge remote-tracking branch 'upstream/master' 2019-05-11 22:01:03 +09:00
bdring
bbb7cbd230 Merge pull request #145 from bdring/Devt
Devt
2019-05-10 11:51:05 -05:00
bdring
f28f312f75 Added TMC2130 Support
- Added TMC2130 Support from that branch
- Added a CPU mape for testing
2019-05-10 11:41:52 -05:00
bdring
75f8e73b3c Merge pull request #144 from bdring/master
Merge master into Devt
2019-05-10 10:41:27 -05:00
bdring
5cda359fb4 Merge pull request #143 from bdring/Devt
Updates for Low Rider Machine
2019-05-07 10:45:54 -05:00
odaki
c2beecaf17 Change Build Status icon on README.md for my own forked repository. 2019-05-08 00:42:51 +09:00
bdring
31af2eae1a Updates for Low Rider Machine
- Cleaned up lowrider cpu_map
- added auto squaring of z-axis to stepper .cpp
2019-05-07 10:37:10 -05:00
bdring
797d335a8c Merge pull request #141 from odaki/Improved-correspondence-to-travisCI
Add a Travis CI test to enable both BT and WiFi
2019-05-06 15:52:15 -05:00
bdring
174f5e72c6 Merge pull request #142 from odaki/compile-on-macos
Fix possible reference to uninitialized variables
2019-05-06 15:51:03 -05:00
odaki
34a4aab555 Merge branch 'compile-on-macos' into Improved-correspondence-to-travisCI 2019-05-06 14:59:06 +09:00
odaki
d4b7e82b47 Change warning level to all to recognize potential errors
For example, uninitialized variable references could not be found in the original grbl source.
To catch this kind of problem we should update travis.
(Thanks to Luc!)
2019-05-06 14:31:15 +09:00
odaki
099313ea51 Fix possible reference to uninitialized variables
Fix errors about possible reference to uninitialized variables.
It seems necessary to check multiple commands for each modal group violation
2019-05-06 13:48:32 +09:00
odaki
260dbaf2ec Add a test to enable both BT and WiFi.
To enable both, change the partition setting to min_spiffs.
2019-05-06 10:08:29 +09:00
bdring
ade1aa3bd0 Merge pull request #137 from odaki/compile-on-macos
Some considerations needed for compiling on macOS
2019-05-05 08:56:05 -05:00
odaki
e14b9c08e9 Change partition configuration to min_spiffs for OTA. 2019-05-04 15:26:26 +09:00
odaki
ecf1fc0a40 Changed the file name again according to Bart's rule. 2019-05-04 10:41:47 +09:00
odaki
996be8b2f5 1. I changed the file name for EEPROM utility to avoid the name conflict with the standard header.
2. In order to use the correct library, I explicitly specified the 
dependent standard library in the platformio.ini file.
2019-05-04 01:18:06 +09:00
bdring
449579d96f Update README.md 2019-05-02 07:13:13 -05:00
bdring
caf21d9f15 Merge pull request #135 from bdring/Devt
Devt
2019-05-01 16:35:07 -05:00
bdring
a7b71d25d3 Adding CPU_MAP_NAME feature
- This is a feature that allows you to give a text name to your CPU_MAP. This will print at boot time to identify if the compiled version is compatible with your hardware.
2019-05-01 11:51:25 -05:00
bdring
cd2cb12175 Some RMT code needed #ifdef USE_RMT_STEP around it.
- Machine profiles that have RMT channels defined  would not compile when not using RMT
2019-05-01 09:25:04 -05:00
bdring
429f6d3dad SD and Jogging Bug Fixes
- Jogging after probing bug fixed
- SD card files with '%' symbol and M6 fixed.
2019-04-29 10:43:28 -05:00
bdring
c5f52c8052 Merge pull request #131 from bdring/Devt
updates from devt branch
2019-04-28 14:07:23 -05:00
bdring
ebd237330b Merge pull request #130 from luc-github/Devt
Fix realtime command with not printable char not properly interpreted
2019-04-28 12:20:27 -05:00
Luc
021b94569d Update index.html.gz 2019-04-28 19:09:09 +02:00
bdring
f430141904 Added limit switch debouncing.
- limit Switch debouncing can be enabled in config.h
- #127
2019-04-28 10:44:57 -05:00
Luc
4016e909c8 Update index.html.gz 2019-04-28 17:30:25 +02:00
Luc
d66598e23f Fix realtime command with not prntable char not properly interpreted 2019-04-28 17:29:39 +02:00