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

A few more interior name fixes

This commit is contained in:
Mitch Bradley
2020-08-11 08:33:01 -10:00
parent e97c83c7f4
commit 89f157eb88
5 changed files with 4 additions and 9 deletions

View File

@@ -3,11 +3,6 @@
// This file is where you choose the machine type, by including
// one or more machine definition files as described below.
/*
PWM
Tested on arc_arrow.nc
*/
#ifndef MACHINE_FILENAME
// !!! For initial testing, start with test_drive.h which disables

View File

@@ -2,7 +2,7 @@
// clang-format off
/*
4axis_external_driver_4x.h
4axis_external_driver.h
Part of Grbl_ESP32
Pin assignments for the buildlog.net 4-axis external driver board

View File

@@ -1,5 +1,5 @@
/*
Motor.cpp
Motors.cpp
Part of Grbl_ESP32
2020 - Bart Dring
Grbl is free software: you can redistribute it and/or modify

View File

@@ -1,5 +1,5 @@
/*
SpindleClass.cpp
Spindle.cpp
A Base class for spindles and spinsle like things such as lasers

View File

@@ -4,7 +4,7 @@
Spindle.h
Header file for a Spindle Class
See SpindleClass.cpp for more details
See Spindle.cpp for more details
Part of Grbl_ESP32