mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-02 10:53:01 +02:00
Some machine name fixes
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "MACHINE_ATARI_1020"
|
#define MACHINE_NAME "ATARI_1020"
|
||||||
|
|
||||||
#define CUSTOM_CODE_FILENAME "Custom/atari_1020.cpp"
|
#define CUSTOM_CODE_FILENAME "Custom/atari_1020.cpp"
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define MACHINE_NAME "MACHINE_LOWRIDER_V1P2"
|
#define MACHINE_NAME "LOWRIDER_V1P2"
|
||||||
|
|
||||||
#define USE_GANGED_AXES // allow two motors on an axis
|
#define USE_GANGED_AXES // allow two motors on an axis
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "MIDTBOT"
|
#define MACHINE_NAME "midTbot"
|
||||||
|
|
||||||
#define SPINDLE_TYPE SPINDLE_TYPE_NONE
|
#define SPINDLE_TYPE SPINDLE_TYPE_NONE
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "POLAR_COASTER"
|
#define MACHINE_NAME "Polar Coaster"
|
||||||
|
|
||||||
// This causes the custom code file to be included in the build
|
// This causes the custom code file to be included in the build
|
||||||
// via ../custom_code.cpp
|
// via ../custom_code.cpp
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "MACHINE_SERVO_AXIS"
|
#define MACHINE_NAME "SERVO_AXIS"
|
||||||
|
|
||||||
// Pick a board version
|
// Pick a board version
|
||||||
//#define PEN_LASER_V1
|
//#define PEN_LASER_V1
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "SPI_DAISY_4X_xyyz"
|
#define MACHINE_NAME "SPI Daisy 4x XYYZ"
|
||||||
|
|
||||||
#ifdef N_AXIS
|
#ifdef N_AXIS
|
||||||
#undef N_AXIS
|
#undef N_AXIS
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "SPI_DAISY_4X_XYZ"
|
#define MACHINE_NAME "SPI Daisy 4x XYZ"
|
||||||
|
|
||||||
#ifdef N_AXIS
|
#ifdef N_AXIS
|
||||||
#undef N_AXIS
|
#undef N_AXIS
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
along with Grbl_ESP32. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MACHINE_NAME "SPI_DAISY_4X XYZA"
|
#define MACHINE_NAME "SPI Daisy 4x XYZA"
|
||||||
|
|
||||||
#ifdef N_AXIS
|
#ifdef N_AXIS
|
||||||
#undef N_AXIS
|
#undef N_AXIS
|
||||||
|
@@ -99,7 +99,7 @@ void vfd_cmd_task(void* pvParameters) {
|
|||||||
} else {
|
} else {
|
||||||
// TODO: Should we ping the spindle here to make sure it does not go off line?
|
// TODO: Should we ping the spindle here to make sure it does not go off line?
|
||||||
}
|
}
|
||||||
vTaskDelay(500); // TODO: What is the best value here?
|
vTaskDelay(200); // TODO: What is the best value here?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
// Grbl versioning system
|
// Grbl versioning system
|
||||||
|
|
||||||
#define GRBL_VERSION "1.2a"
|
#define GRBL_VERSION "1.2a"
|
||||||
#define GRBL_VERSION_BUILD "20200511"
|
#define GRBL_VERSION_BUILD "20200514"
|
||||||
|
|
||||||
//#include <sdkconfig.h>
|
//#include <sdkconfig.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
Reference in New Issue
Block a user