Wykres commitów

138 Commity (5cea63bd806bb84996f520c83366ee7ee12566ae)

Autor SHA1 Wiadomość Data
windelloskay 653adb9e3e Implement 'align-mode': Raise pen & disable motors.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@104 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 03:51:26 +00:00
windelloskay 96692053bc Another minor update to ebb.inx
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@103 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 03:35:30 +00:00
windelloskay 17276369da buupdate eggbot.inx with cleanup & a new option
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@102 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 03:22:24 +00:00
newman.daniel1 c0bcd3af8c Use new device location routines; getSerialPort() is now platform independent with platform specific code buried in eggbot_scan.py, eggbot_scanwin32.py, eggbot_scanosx.py, eggbot_scanposix.py
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@101 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 02:03:17 +00:00
newman.daniel1 a23c596ae2 Tab cleanup
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@100 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 01:33:40 +00:00
newman.daniel1 b2a38270ea Initial checkin
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@99 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 01:23:19 +00:00
newman.daniel1 a7f90bddb6 Name change
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@98 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 01:09:05 +00:00
newman.daniel1 b2f890cc7e Initial checkin
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@97 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 01:08:47 +00:00
newman.daniel1 6844cee420 Typo
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@96 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 00:30:00 +00:00
newman.daniel1 015a7f5abd Initial checkin; routines to find EiBotBoards, report potential ports to attempt
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@95 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-13 00:28:34 +00:00
craig.trader@gmail.com c40e01040c Excise unused imports; prefix unused return values with 'unused_'; use os.path methods for filepath creation.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@94 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-12 19:46:52 +00:00
craig.trader@gmail.com 1fe46d4262 Clean up comments / doc strings.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@93 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-12 17:54:10 +00:00
craig.trader@gmail.com d968d29a9d Code cleanup: uniform indents (tabs)
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@92 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-12 11:05:42 +00:00
windelloskay 2410291d96 bug fixes & addl options & labels for reorder extension
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@91 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-10 11:13:58 +00:00
matthew.beckler 43015d56cd added a nice, hand-cleaned-up map of the 48 continental US states
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@90 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-09 22:43:02 +00:00
newman.daniel1 e493368efe For Windows, try the last used COM port first
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@89 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-09 22:24:17 +00:00
newman.daniel1 b2316cbfd3 Fix for using history to locate eggbot serial device was fine for Mac but not for Linux (assumed a string length apropos for one but not the other). Now fixed. At least it wasn't a regression since the history wasn't working beforehand ;-)
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@88 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-09 20:08:58 +00:00
matthew.beckler ebfeda3fe1 Added initial versions of the eggbot path reordering and optimizer extension.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@87 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-09 19:29:07 +00:00
newman.daniel1 301b6594e8 Noticed a bug in some older port location code: was looking for /dev/cu.usbmodemX in the directory listing for /dev/. That listing won't include the leading '/dev/' prefix present in the absolute device name. Need to drop the first 5 chars from the absolute device name when doing the check
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@86 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-09 16:00:56 +00:00
newman.daniel1 28a1dccea2 Mac: Use USB device info to guide detection of the EiBotBoard device. First, the last known serial port is tried, then system profile information is used, then a scan of /dev/ is used
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@85 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-09 15:52:39 +00:00
windelloskay e4412ce55f add stripdata extension & reversing motors
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@82 72233254-1b6c-9e9c-5072-401df62706fb
2010-09-08 02:03:47 +00:00
newman.daniel1 93fbee25f3 More on visibility inheritence
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@80 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-29 21:10:53 +00:00
newman.daniel1 332b085155 Add clone/use support; add visibility support
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@79 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-29 18:56:40 +00:00
newman.daniel1 f6ceead814 It would seem that whatever XML parser Inkscape is using, it isn't Schema aware or otherwise doing white space normalization to attribute values. Nor is Inkscape itself doing any either. So, let's apply strip() to the points attribute returned for polyline and polygon elements so that we can easily detect an empty set of points and also ignore leading or trailing whitespace
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@75 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-11 21:31:58 +00:00
newman.daniel1 52d09367aa Correct possible problem with pause and resume for polyline, polygon, circle and ellipse. Before, self.pathcount would be incremented before deciding if the element was (as per SVG spec) to be ignored (e.g., a circle with a radius of zero, a polyline with no points). That could lead to pathcount being out of sync with svgLastPath. Now, the decision is first made whether or not the element is to be ignored and then pathcount is incremented if the element is NOT to be ignored.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@74 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-10 23:41:28 +00:00
newman.daniel1 c4aad3fc1d Add support for SVG ellipse and circle elements
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@73 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-10 23:22:41 +00:00
newman.daniel1 a9d753aa3c Add support for SVG rect, line, polyline and polygon elements
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@72 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-09 22:50:13 +00:00
windelloskay 653f560bb6 initial upload of source
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@71 72233254-1b6c-9e9c-5072-401df62706fb
2010-08-09 17:34:06 +00:00
brian.schmalz b8827f6278 EBF (EiBotFirmware) v1.9.6
Please see http://www.schmalzhaus.com/EBB for details on what's changed in this version.

git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@48 72233254-1b6c-9e9c-5072-401df62706fb
2010-07-11 03:25:42 +00:00
brian.schmalz 410aa3e7db v1.9.3 - replaced SN command with CN command.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@45 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-16 12:28:53 +00:00
brian.schmalz baf8199148 v1.9.3 - replaced SN command with CN command.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@44 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-16 12:27:09 +00:00
brian.schmalz fd46354344 Version 1.9.2: added a number of commands - see docs.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@43 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-16 00:17:28 +00:00
brian.schmalz 2f465a89b8 Added zip file of HEX files from version 1.9
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@25 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-11 20:23:49 +00:00
brian.schmalz 758e39bdf2 Added zip file of HEX files from version 1.9
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@24 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-11 20:21:14 +00:00
brian.schmalz c6a4f22e3b Version 1.9 - Added QP and TP commands, removed vestiges of DEMO_MODE, set servo to up position on reset.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@23 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-11 20:13:24 +00:00
brian.schmalz 4b00afa998 Adding all of the Egg-Bot paths that I came up with during Maker Faire 2010 and before.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@7 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-03 01:55:17 +00:00
brian.schmalz 1e2a38ae65 Checking in EiBotFirmware v1.8.2
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@5 72233254-1b6c-9e9c-5072-401df62706fb
2010-06-02 02:10:52 +00:00
(no author) fbb8d770d0 Initial directory structure.
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@1 72233254-1b6c-9e9c-5072-401df62706fb
2010-05-30 23:00:32 +00:00