Wykres commitów

15 Commity (b2a38270ea49d513d7bf9ab24e38d41bece2d214)

Autor SHA1 Wiadomość Data
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
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
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