Wykres commitów

520 Commity (588e57b00f4c1b5069d63b358191e7d17533a00c)

Autor SHA1 Wiadomość Data
Windell Oskay 588e57b00f Update installscript.nsi 2019-06-19 20:33:51 -07:00
Windell Oskay d58e18af89 Move stretch to main EggBot menu 2019-06-19 20:33:45 -07:00
Windell Oskay ce338ad161 Move stretch out of contributed submenu 2019-06-19 19:58:07 -07:00
Windell Oskay 5e8e239156 Add Hershey Text entry for EggBot menu 2019-06-19 19:50:04 -07:00
Windell Oskay 6071b411bb Hardcode minimum hatch spacing 2019-06-19 18:52:44 -07:00
Windell Oskay e3d628a247 Minimum on hatch spacing 2019-06-19 18:44:30 -07:00
Windell Oskay ec3a0c925b Update eggbot_reorder.inx 2019-06-19 17:56:09 -07:00
Windell Oskay 4441a7b6bb New reordering tool
Now requires axidraw_svg_reorder.py from
https://github.com/evil-mad/axidraw
2019-06-19 17:33:54 -07:00
Windell Oskay 015a48f0bb Version bump for clarity
No top level changes, but significant changes to underlying libraries (plotink) and helper extensions.
2019-06-19 16:43:42 -07:00
Windell Oskay 62c057edb3 Remove Hershey Text
Hershey Text now has its own repository: https://gitlab.com/oskay/hershey-text
2019-06-19 15:41:18 -07:00
Windell Oskay 658e9422a6 Update eggbot_hatch.inx 2019-06-19 10:29:46 -07:00
Windell Oskay f5fffff506 Update for latest plotink 2019-06-19 09:59:10 -07:00
Windell Oskay 9eeebab8a3
Merge pull request #119 from evil-mad/Branch_Issue118
Branch issue118 : Changed RC servo power down timeout from 15min to 60s, now v2.6.3
2019-05-24 11:22:05 -07:00
EmbeddedMan f6c855c5ec Updated documentation with new RC servo power down timeout value of 60s. 2019-05-24 13:17:58 -05:00
EmbeddedMan 5fa974231a Fix for issue #118 : creation of EBB firmware version 2.6.3: Changed default RC servo power off time from 15 minutes to 60 seconds.
Tested with servo and logic analyzer.
2019-05-24 13:13:24 -05:00
Windell Oskay 13363037e9 Update ebb.html 2019-04-19 11:46:09 -07:00
Windell Oskay 5a1f33c4d7 Update mac installer 2019-04-19 11:45:33 -07:00
Brian Schmalz c0e2a71f43 Added EBB v2.6.2 firmware updater application for Windows. 2019-04-18 21:24:45 -05:00
Windell Oskay 29084c14ad Minor wording change 2019-03-16 15:01:55 -07:00
Windell Oskay 597d05ad61 Changes to docs
Clarify "Legacy" labels in some places

Change command names "Query Motor"->"Query Motors"
Change command names "Home Motor"->"Home Move"
2019-03-15 18:37:59 -07:00
Windell Oskay c6ebd13bbb Changes to docs 2019-03-15 18:27:37 -07:00
Windell Oskay 0971a78fa1
Merge pull request #114 from evil-mad/Branch_Issue113
Branch issue113
2019-03-15 16:58:05 -07:00
Windell Oskay 09fd19eb8f
Merge pull request #112 from evil-mad/Branch_Issue111
EBB firmware version 2.6.1 : Added new QG (Query General) command, up…
2019-03-15 16:57:32 -07:00
EmbeddedMan de44224b9a Documentation update to clarify the meanings and names of the bits in the EBB QG command. 2019-03-15 09:25:48 -05:00
EmbeddedMan 2c17d19c55 Updated docs with info on "HM" command for EBB v2.6.2. 2019-01-13 17:51:46 -06:00
EmbeddedMan 9609425889 EiBotBoard firmware v2.6.1 : Added HM "Home Motors" command. Docs not update yet. 2019-01-13 16:37:02 -06:00
Brian Schmalz f0180c1da0 WIP: HM command not functional yet, but just experimenting. Version bumped to 2.6.2 2019-01-12 08:40:02 -06:00
Brian Schmalz 2ce687e0d4 Updated output of new QG command to include CommandStatus, RB2 and RB5 GPIO pins. Also removed "OK" after response, and updated docs to reflect all of this. 2019-01-09 23:07:20 -06:00
Brian Schmalz b9d5b2ac55 UBW firmware version 2.6.1 : Added new QG (Query General) command, updated docs. Resolves issue #111 2019-01-09 07:14:16 -06:00
Windell Oskay 3eb59c3442 Typo 2019-01-04 13:10:39 -08:00
Brian Schmalz 089b107c8c Updated S2 command documentation (for all firmware versions) to accurately reflect what happens when the position parameter is zero. 2019-01-04 13:09:39 -06:00
Windell Oskay a566196326 Add note about immediate execution of S2,0
Also re-order so that the current description of S2 is first.
2019-01-04 10:10:43 -08:00
EmbeddedMan 14f1e1911c Fixed incorrect "Execution" field value for new S2 command, from "immediate" to "Added to FIFO motion queue". In response to issue #110 2019-01-04 07:59:18 -06:00
Windell Oskay fd931fa453
Merge pull request #108 from jed-frey/master
Bug squashing.
2018-11-12 19:08:26 -08:00
jed 9c7af8d191 Removed hello 2018-11-10 17:49:54 -05:00
jed 92feacd95a Fixes an error in the reorder:
Traceback (most recent call last):
  File "eggbot_reorder.py", line 168, in <module>
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
    self.effect()
  File "eggbot_reorder.py", line 162, in effect
    "Have a nice day!".format(air_distance_default, air_distance_ordered, improvement_pct)))
ValueError: Unknown format code 'd' for object of type 'float'

Changed the format string to a float. Plus explicitly cast air_distance_ordered & air_distance_default to floats for previous versions that may have used ints.

Also saw this TODO and fixed it to start out at infinity instead of $reallybignumber.

    min_distance = 100000000  # TODO put something else here better?
    min_distance = float('inf') # Set the inital min distance to infinity.
2018-11-10 17:45:49 -05:00
jed 9f33bdd610 Merge remote-tracking branch 'upstream/master' 2018-11-10 17:30:38 -05:00
jed fea2815abd Merge branch 'master' of https://github.com/jed-frey/EggBot 2018-10-08 15:36:03 -04:00
jed a32c8396cf . 2018-10-08 15:35:40 -04:00
Windell Oskay 043b8ecaee
Merge pull request #107 from jed-frey/master
Strip trailing whitespace.
2018-10-08 11:19:59 -07:00
Windell Oskay f69f79ad3e Remove link 2018-10-08 11:19:30 -07:00
jed 2f359b9eb6 . 2018-10-08 11:10:05 -04:00
jed 088aa1052e find . -name *.inx | xargs -n1 -P8 sed -i 's/[ \t]*$//' 2018-09-24 10:44:11 -04:00
Windell Oskay 0edbf19cbd
Merge pull request #106 from jed-frey/master
Fixed missing quotation and tag mismatch.
2018-09-22 21:12:36 -07:00
jed f2e9ba0300 sed -i 's/[ \t]*$//' 2018-09-22 23:42:01 -04:00
Jed c1fb3f8b93 Fixed tag mismatch:
Opening and ending tag mismatch: param line 35 and _param
            (v2.1.0, December 8, 2017)</_param>

Fixed missing quotation mark.
2018-09-21 12:06:38 -04:00
Windell Oskay 00af3580b4 Close #105
Thank you @wrexy1994.
2018-09-19 19:27:15 -07:00
EmbeddedMan b59f7517cc Merge branch 'master' of https://github.com/evil-mad/EggBot 2018-09-09 17:25:42 -05:00
EmbeddedMan 90484ff094 Created Windows installer for EBB firmware v2.6.0 2018-09-09 17:25:29 -05:00
Windell Oskay dbb6918baf Simplify version notes about v2.5.6/2.6.0 2018-09-09 14:37:36 -07:00