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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
SpindleClass.cpp
|
||||
Spindle.cpp
|
||||
|
||||
A Base class for spindles and spinsle like things such as lasers
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user