bdring
228e79835d
Added RMT Step Generation as an option
...
- Uncomment #define USE_RMT_STEPS in config.h to use RMT based steps
- You can also use #define STEP_PULSE_DELAY 10 in config.h now
2019-04-24 17:37:53 -05:00
bdring
636955f9d0
Merge pull request #125 from bdring/Devt
...
Devt
2019-04-18 10:43:03 -05:00
bdring
d8c4545fe5
Merge pull request #124 from luc-github/Devt
...
Fix another false error due to wrong copy/paste, thank you @bdring
2019-04-18 10:37:00 -05:00
Luc
b6cd4e3516
Fix another false error due to wrong copy/paste, thank you @bdring
2019-04-17 20:16:08 +02:00
bdring
7fdd3aed5d
Merge pull request #122 from bdring/Devt
...
Devt
2019-04-14 11:42:00 -05:00
bdring
3cc59163cd
Merge pull request #120 from luc-github/Devt
...
Fix false error when reset wifi
2019-04-14 10:55:10 -05:00
Luc
52283a8c82
Fix false error when reset
2019-04-14 10:39:13 +02:00
bdring
1847e5db33
Merge pull request #119 from bdring/Devt
...
Merge Devt to master
2019-04-13 17:06:50 -05:00
bdring
7f1a1480ae
Merge pull request #117 from luc-github/Devt
...
Update Station connection failed message
2019-04-09 10:30:57 -05:00
bdring
d284707ed5
update MPCNC machine information
...
Updated cpu_map for MPCNC machine
Added default settings for MPCNC machine
2019-04-09 10:18:50 -05:00
Luc
2f44ddef56
Update Station connection failed message
...
Update Local AP message
2019-04-07 16:20:44 +02:00
bdring
4a7945782a
Merge pull request #113 from luc-github/devt
...
Push WebUI to master
2019-04-03 11:51:06 -05:00
Luc
0d19dbf1c5
Update Docs
...
Update Libraries
Add embedded
remove binary
2019-04-03 18:41:08 +02:00
Luc
df2f6c9654
Update grbl with webUI
2019-04-03 18:39:00 +02:00
bdring
06aff8af0f
Update README.md
2019-03-27 11:06:05 -05:00
bdring
c7a8ff6a5b
Merge pull request #89 from AlmightyFrog/platformio
...
Add basic platformio config.
2019-02-15 11:40:02 -06:00
AlmightyFrog
7198d5873f
Add basic platformio config.
2019-02-05 01:56:46 +01:00
bdring
4e6d5b985c
Merge pull request #75 from lienbacher/master
...
limit.h disambiguation
2019-01-14 10:40:02 -06:00
bdring
7f59cd6090
Fixed compile error with ENABLE_SD_CARD undefined
2019-01-07 12:47:31 -06:00
Unknown
40f2a9644b
limit.h disambiguation
...
renamed limits.h to grbl_limits.h and updated grbl.h to fix ambiguation issues with limit.h in the esp32 Arduino Framework when compiling with VS-Code/PlatformIO. Fixes INT_MAX not defined compile error.
2018-12-29 17:49:19 +01:00
bdring
496baa0ccc
Update README.md
2018-12-28 12:11:02 -06:00
bdring
eaad780820
fixed M4 mode.
...
M4 is now Supported if SPINDLE_DIR_PIN is defined or laser mode is on.
2018-12-08 14:08:37 -06:00
bdring
c98c9a5d72
Fix Travis errors
2018-12-08 12:03:45 -06:00
bdring
af564c7c0e
Fixed PWM to be 8 bit
2018-12-08 11:52:28 -06:00
bdring
8175e58424
Cleanup for pen servo
...
cleaned up cpu_map.h and defaults.h
2018-12-06 21:08:59 -06:00
bdring
ccfb0d7b54
Fixed servo feature to use floating point math.
...
- Fixed math error
- Made some changes so pen can move to up posiiton at startup.
2018-11-30 18:44:49 -06:00
bdring
82fdb29a18
Added optional pen and solenoid control of Z axis
...
- Added Servo features
- Added Solenoid Features
- Added cpu_maps for pen/laser controler and midtbot
2018-11-29 21:17:18 -06:00
bdring
6980402a15
Updated readme.md
2018-11-15 13:35:54 -06:00
bdring
da3b7f4db0
Merge pull request #53 from gflaser-au/ctrl_inputs
...
Allow Ctrl inputs to be disabled
2018-11-15 09:00:31 -06:00
bdring
60bdd54b8a
Merge pull request #52 from gflaser-au/status_report
...
Changed status report number format for FS: and F: fields
2018-11-15 08:56:48 -06:00
gflaser-au
6bfaa5945e
changed status report for override values from floats to whole number integers, as shown in grbl real time status report doc example.
2018-11-15 20:08:34 +10:00
bdring
8ce525b860
Fixed typo
...
Parenthesis was in the wrong place. (inherited from gnea/grbl)
2018-11-12 20:09:46 -06:00
gflaser-au
8ad102d109
fixed header comment - accidental deletion
2018-11-11 23:28:41 +10:00
gflaser-au
e2c55c5d77
Control pins can now be individually disabled
2018-11-11 23:23:01 +10:00
bdring
948c4bfaed
Merging WebUI with master
2018-11-10 15:33:04 -06:00
bdring
c29d344821
Fixed Build Test Badge in readme.md
...
Badge was pointing the the wrong branch
2018-09-21 16:13:48 -05:00
bdring
f9a6e14df5
Fix arduino header
...
Fix failing test, Linux is case sensitive
2018-09-21 16:04:31 -05:00
bdring
8a958b6b10
Added additional filetypes to filter.
...
.TAP and .NGC are now valid
2018-09-21 15:57:19 -05:00
bdring
207c20e880
Updates to limit switches
...
- You can now comment out limit switch pins to free up the I/O
- Cleaned up cpu_map.h to move the "don't change" items to a section at the end
- updates on project status to readme file
2018-09-19 09:04:07 -05:00
bdring
96e01bee56
Merge pull request #29 from bdring/dev
...
Merge dev to master
2018-09-15 17:59:10 -05:00
bdring
db3c06ba5a
Trying donation link again
...
- tricky in markdown
2018-09-15 17:56:17 -05:00
bdring
9ac26c9c9d
Added donation button to readme
...
- hopefully this works!
2018-09-15 17:48:53 -05:00
bdring
a443cd6a3b
Added ways to free up more I/O pins
...
- Any step or direction pin can be commented out if you don't plan to use it
- Spindle pin can now be commented out
2018-09-13 17:13:49 -05:00
bdring
5bfeae4724
Added spindle speed override to PWM calculationh
...
- It was not being applied the pwm calculation
- Note "ENABLE_PIECEWISE_LINEAR_SPINDLE" has not been implemented yet.
2018-09-11 15:53:53 -05:00
bdring
77542d5313
Updates to SD reporting
...
- ? now reports the name of the file printing
- Minor cleanup of spindle direction
2018-09-11 15:32:01 -05:00
bdring
020403a431
Minor Updates
2018-09-10 19:56:27 -05:00
bdring
62c60b9a76
Added support for Spindle Enable and Direction
...
- Added Spindle Enable Support
- Added Spindle Direction Support
- M7 and M8 are now both optional
See the Wiki on how to setup I/O
2018-09-10 12:40:45 -05:00
bdring
0f98c00efd
A test of using separate data buffers for each client
...
Multiple clients can attach and request status, etc without interrupting each other.
2018-09-06 20:52:18 -05:00
bdring
36e25f734b
Merging SD card branch to master
...
SD functions are now stable and included in master
2018-09-06 11:10:01 -05:00
bdring
b18361dbb6
Updated to use lower level timer control
...
Using a lower level timer control (not Arduino HAL)
- Improves performance
- Is more stable as Wifi and Webui features are added
- Will allow use of 6 timers rather than 3.
2018-09-04 16:40:12 -05:00