bdring
6f8c7376c5
Added standard file headers.
...
- Added standard file headers to machine files
- Some testing of new organization
2020-03-17 09:13:47 -05:00
bdring
4ceb3da2d0
Merge pull request #346 from MitchBradley/Devt_Machines
...
Introduced Machines directory for pin assignments
2020-03-16 18:53:59 +01:00
Mitch Bradley
8a0a1d82c7
Moved custom code into Custom/ subdirectory
...
Also improved the build scripts
2020-03-10 08:52:51 -10:00
Mitch Bradley
af8cf26365
Added python build-all and build-machine scripts
2020-03-08 15:46:26 -10:00
Mitch Bradley
0ae35fabb1
Tweaks to build-all scripts
2020-03-08 12:56:49 -10:00
Mitch Bradley
c832842dde
machine name reporting improvements
2020-03-08 12:53:18 -10:00
odaki
9f06652cb2
Merge remote-tracking branch 'upstream/master'
2020-03-09 00:29:50 +09:00
Mitch Bradley
9f010eb22d
Formatting glitch
2020-03-07 15:29:31 -10:00
Mitch Bradley
cb278528ee
Suggestions from bdring, added build-all scripts
2020-03-07 15:22:35 -10:00
Mitch Bradley
1731e8d1c4
Fixed platformIO compile problems
2020-03-05 13:35:36 -10:00
Mitch Bradley
27a7b595b1
Introduced Machines directory for pin assignments
2020-03-05 10:55:00 -10:00
bdring
67e622199a
Merge pull request #345 from bdring/Devt
...
Merge branch 'master' into Devt
2020-03-05 13:43:48 -06:00
bdring
389edf89e9
Merge branch 'master' into Devt
2020-03-05 13:37:37 -06:00
bdring
a4570082d0
Merge pull request #344 from bdring/Devt
...
Auto squaring improvement
2020-03-05 13:35:03 -06:00
bdring
a4a96b3ac0
Auto squaring improvement
...
When squaring axes the first motion with both motors will only do a seek move and a back off, rather than a seek, back off plus a locate, back off squence.
This speeds up the homing sequence. The dual move does not need a locate cycle, because each side will get a locate cycle when they are individually homed.
2020-03-05 10:31:59 -06:00
odaki
18283f020e
Merge remote-tracking branch 'upstream/master'
2020-03-03 20:59:00 +09:00
bdring
a9cc851128
Merge pull request #342 from bdring/Devt
...
Devt - Merging recent changes
2020-02-26 12:34:59 -06:00
bdring
aac09c40a9
Merge pull request #341 from luc-github/Devt
...
Add inline help for [ESPXXX] command
2020-02-26 12:30:42 -06:00
Luc
2649e06054
allows to set STA mode by default
2020-02-25 14:23:59 +01:00
Luc
a33791f37d
Add inline help for [ESPXXX] command
2020-02-25 10:33:48 +01:00
odaki
3a4c78c76e
Merge remote-tracking branch 'upstream/master'
2020-02-23 15:51:31 +09:00
bdring
79f6b2f88a
Added setup of ganged steper direction pins
2020-02-22 13:41:47 -06:00
bdring
37d918ae90
Updated the way RMT channels are assigned
...
RMT channels are now dynamically assigned by init_RMT() by the #defined pins it sees.
2020-02-22 09:53:36 -06:00
bdring
d93ab9256c
Merge pull request #340 from bdring/Devt
...
Devt
2020-02-20 19:51:00 -06:00
odaki
39bd3dd1db
Merge remote-tracking branch 'upstream/master'
2020-02-20 23:20:29 +09:00
bdring
7bff5ced29
Merge pull request #339 from MitchBradley/devt_pwm
...
Simple speedup for spindle PWM
2020-02-19 17:43:56 -06:00
Mitch Bradley
f7a3d03734
Simple speedup for spindle PWM
2020-02-19 13:30:40 -10:00
bdring
096d765f75
Update 4x SPI map. Remove some VS Code files.
2020-02-19 08:37:32 -06:00
bdring
0c1b1fb726
Trinamic Disable - hard limit reporting - better defaults
...
- You can now use SPI to enable/disable steppers to save pins
- Hard limits will report the axis (if debounce is active
- More realistic defaults for motor speeds.
2020-02-18 18:09:55 -06:00
bdring
37815880d7
Merge pull request #332 from bdring/Devt
...
Devt
2020-02-16 11:34:45 -06:00
bdring
f5ee67b4cd
Added single axis homing to ganged axis machine
...
- You can now single axis home ganged machines
- Added comments to due to recent questions
2020-02-16 09:34:46 -06:00
bdring
fc798c9946
Update MPCNC homing added custom machine template
...
- Ganged axes cannot be individually homed
- Started a custom machine template, will add more to it soon.
2020-02-15 20:38:06 -06:00
bdring
2451d379f9
Merge pull request #328 from bdring/Devt
...
Devt
2020-02-07 07:43:12 -06:00
bdring
eea5fb0dca
Merge pull request #327 from luc-github/PR-UDPerror
...
Fix WiFi upd error when in BT
2020-02-07 07:41:26 -06:00
bdring
777c50e806
Set default cpu_map to CPU_MAP_TEST_DRIVE
2020-02-07 07:40:39 -06:00
Luc
8fb7650f3a
Simplify code
2020-02-07 12:55:19 +09:00
Luc
055550b416
Fix WiFiUDP error when in BT mode
...
Be sure everything is OFF at start
2020-02-07 12:17:55 +09:00
bdring
d1164248b7
Change [MSG:.....] method
...
[MSG:....] type information can now have levels and can be turned off.
added debug level none to
2020-02-06 20:22:00 -06:00
bdring
dc8bd1c0bd
Major rewrite of client (Serial, BT, Wifi, etc) buffers
...
Switched clients from using ringbuffers spread out across multiple function to using the InputBuffer class.
InputBuffer::write(uint8_t c) was rewritten to allow one character to be written. InputBuffer::availableforwrite() was added to allow Grbl to get how much space is left in the bufffer.
The client numbers were all lowered by one to make them 0 based. This cleans up the code and makes it more robust.
2020-02-06 08:02:32 -06:00
odaki
054510ae61
Merge remote-tracking branch 'upstream/master'
2020-02-05 20:16:48 +09:00
bdring
8f97ed7960
Merge pull request #326 from bdring/Devt
...
Devt
2020-02-04 14:02:03 -06:00
bdring
d0d273f4aa
Prints SDK version at startup
2020-02-04 13:42:39 -06:00
bdring
6e6ce932c4
Some settings fixes.
...
- fixed uint16_t $80-$84 user settings were using 8 bit variable so upper 8 bits were lost when set.
- Added defaults to $80=$84 and $90-$94 user settings in defaults.h
- Moved cpu map MSG to first message at bootup
- Removed MSG about spindle pin assigned (may add global pinout MSGs for all pins in future)
2020-02-02 10:03:21 -06:00
odaki
6bd1f86f1c
Merge remote-tracking branch 'upstream/master'
2020-01-28 22:00:36 +09:00
bdring
49aa33a6e8
Merge pull request #321 from bdring/Devt
...
Devt
2020-01-20 19:50:41 -06:00
bdring
cc78ba3afa
Added $+ command to show extended $$ setting
...
If you don't have SHOW_EXTENDED_SETTING defined, you can see those settings by sending $+
2020-01-15 08:02:03 -06:00
bdring
b33ced4094
Added spindle/laser PWM secition to CPU_MAP_TMC2130_PEN
2020-01-14 13:16:36 -06:00
bdring
7307eba873
update build date
2020-01-14 07:39:21 -06:00
bdring
83a4e1e67c
Added Trinamic SPI tests
...
Connection is tested for each driver using the libraries driver.test_connection(); feature at startup. Responds with one of these 3 messages for each configured driver.
- [MSG:X Trinamic driver test passed]
- [MSG:X Trinamic driver test failed. Check connection]
- [MSG:X Trinamic driver test failed. Check motor power]
2020-01-14 07:37:57 -06:00
odaki
ce0be0972c
Merge remote-tracking branch 'upstream/master'
2020-01-13 16:16:31 +09:00