299c09d177
Updates to allow Arduino IDE direct compiling.
...
- Only minor changes were required to make the Arduino IDE compile all
of the Grbl’s source code (correctly using the C-compiler). Tested in
Windows and Mac and with the normal USB upload and with a programmer.
2014-07-26 15:11:42 -06:00
3aeb5d3d06
Update README.md
2014-07-17 07:33:53 -06:00
67a87b4678
Update README.md
2014-07-03 18:20:05 -06:00
f4f7d7d05e
G18 reporting bug fix.
...
- G18 wasn’t getting reported back to the user correctly, even though
it has been set internally. Fixed the reporting code to reflect this
accurately.
2014-07-03 18:16:47 -06:00
1922887c9b
Merge pull request #408 from chamnit/master
...
MIT-Licensing change.
2014-05-18 21:13:14 +02:00
dcb4f6fc1b
MIT-licensing change.
2014-05-18 10:05:37 -06:00
da92ddcb0b
MIT-licensing change
2014-05-18 10:01:05 -06:00
2194fe58fe
Merge pull request #391 from paulkaplan/master
...
Update Shapeoko 2 defaults
2014-04-28 08:31:44 -06:00
94489c3c41
updated shapeoko2 defaults
2014-04-14 12:00:23 -05:00
9a83dd0171
Update README.md
2014-03-14 08:50:36 -06:00
4bb233393c
Merge pull request #372 from martinstingl/master
...
Corrected units of default acceleration values
2014-03-10 14:35:07 -06:00
8c103d09eb
Corrected units of default acceleration values
2014-03-10 20:37:12 +01:00
c3e4ca7301
Update README.md
2014-02-02 10:45:40 -07:00
cdb6de3f4b
Update README.md
2014-01-15 07:56:02 -05:00
3bb92b2530
Update README.md
2014-01-14 10:37:37 -05:00
4f987d2a5e
Update README.md
2014-01-02 09:24:46 -07:00
15a803e36f
Merge pull request #201 from Protoneer/master
...
Made a few changes to make the code compatible with the Arduino IDE. Sorry about the tardiness!
2013-12-30 20:23:54 -08:00
331a2cd094
Update README.md
2013-12-10 22:36:35 -07:00
76e7445a85
Merge pull request #301 from shapeoko/master
...
added shapeoko2 profile
2013-12-10 11:02:45 -08:00
bfa8ebcac1
added shapeoko2 profile
...
shapeoko 2 uses 2mm GT2 belting and 20tooth pulleys
2013-12-10 11:10:36 -06:00
d00525d384
Pushed bug fixes. Updated readme.
...
- G18 plane select fix from XZ-plane to ZX-plane per right hand rule.
- Added volatile declaration for rx_buffer_tail in serial.c. No real
effect to operation as avr-gcc adds this upon compilation. Helps with
porting issues when using a different compiler.
2013-12-07 10:10:36 -07:00
cc3212d54a
Merge pull request #289 from Travis-Snoozy/master
...
Add support for active-high limit switches
2013-11-23 14:04:36 -08:00
e8345fdb88
Add support for active-high limit switches
2013-11-22 18:12:29 -08:00
fe03216952
Merge pull request #279 from EliteEng/master
...
Changed Stepper Pins
2013-10-21 19:19:26 -07:00
a2457c4d70
Changed Stepper Pins
...
Changed Stepper Pins so the Step Port Invert Mask matches the UNO
2013-10-18 10:06:07 +08:00
9b426d0c91
Merge pull request #278 from EliteEng/master
...
Update Pin Change Interrupts on Mega 2560
2013-10-17 07:09:08 -07:00
3e92fef3b4
Update Pin Change Interrupts so it works
...
PCIE1 - Interrupt 8 on the Mega is attached to USART0 RX so when any
serial communication was transmitted it was triggering the Reset
Interrupt
2013-10-17 17:05:08 +08:00
471a45a1b9
Merge pull request #263 from 0xPIT/master
...
remove mcu argument for avr-size in makefile as it is not present in GNU...
2013-08-25 11:08:08 -07:00
24280f95a5
remove mcu argument for avr-size in makefile as it is not present in GNU Binutils 2.22
2013-08-25 14:54:10 +02:00
0894183991
Pin map definition cleanup.
2013-08-20 20:05:16 -06:00
e24e67ffe2
Processor-independent pin mapping feature.
...
- Cleaned up and organized pin mapping concept by @elmom.
- pin_map.h allows for user-supplied pin mapping and port vector
definitions in a centralized file. With more processor types, more
definitions could be added.
2013-08-19 15:07:47 -06:00
b2a69c02cf
Merge pull request #260 from elmom/master
...
Thanks for the contribution! Looks good. Will update some of the semantics shortly, but the idea is solid.
2013-08-19 08:27:01 -07:00
b2b5352e82
Merge pull request #229 from 0xPIT/patch-1
...
fix command line parameter for avr-size
2013-08-19 08:18:43 -07:00
72ef50b17d
Refactor config.h to allow defaults for chips/boards with different pin mappings
2013-07-21 15:11:04 +03:00
689bc6d471
Added pin mapping list to docs, useful for porting
2013-07-21 13:54:14 +03:00
8c781e155c
Make serial work with most chips by default
2013-07-21 12:45:45 +03:00
d39abee37d
fix command line parameter for avr-size
2013-05-16 21:48:44 +02:00
fc5c497256
Updated readme
2013-04-05 09:32:20 -06:00
ca563cf423
Increased g-code parser line buffer. Added line overflow feedback.
...
- Increased g-code parser line buffer from 50 to 70 characters. Should
fix most all issues with long arc statements, provided that they are 8
digits(float) long only.
- Added a line buffer overflow feedback error to let the user know when
it encounters this problem. Resets the line whenever this occurs.
(Thanks @BHSPitMonkey!)
2013-04-05 09:29:10 -06:00
33c6659523
Update README.md
2013-03-19 11:43:11 -06:00
96f7d9b78e
G-code updates for G10 L2 and L20
...
- Updated g-codes G10 L2 and G10 L20 to the new descriptions on
linuxcnc.org
2013-03-19 11:35:24 -06:00
61f2bd1bc3
Update planner.c
...
Removed inline from all functions.
If this is really needed is there another way that we can get
around using it? (The Arduino IDE does not recognize it)
2013-03-13 18:41:52 +13:00
f04489530a
Update nuts_bolts.c
...
Removed __floatunsisf and used normal casting on line 81.
This makes it compatible with the Arduino IDE.
2013-03-13 18:29:28 +13:00
cdcb4263e8
Merge pull request #200 from Protoneer/master
...
Fixed small bug.
2013-03-12 17:09:54 -07:00
8e01fed143
Update gcode.c
...
Removed the home_select variable.
2013-03-13 10:19:42 +13:00
5ecc661ec8
Update eeprom.h
...
Fixed the function signature.
2013-03-13 09:44:22 +13:00
7bb20a7505
Update eeprom.c
...
Changed back
2013-03-13 09:43:04 +13:00
058cf3f13a
Update gcode.c
...
home_select defined out of scope. Moved it outside the switch
so the rest of the switch can see it properly.
2013-03-12 19:08:44 +13:00
d376f03bd0
Update eeprom.c
...
Function eeprom_put_char's parameters did not align with the .h file.
2013-03-12 19:01:17 +13:00
b9bb0894b6
Merge pull request #169 from silasb/fix-execute-bit-on-files
...
Removing executable bit on the files
2013-01-18 18:15:37 -08:00