Wykres commitów

16 Commity (master)

Autor SHA1 Wiadomość Data
Windell Oskay 43ebcc344f Update inx for current standards 2022-12-09 11:51:10 -08:00
Windell Oskay 6d9b5ce185 2.4.3
Improve transform handling when working with selected objects
2022-07-19 12:49:53 -07:00
Windell Oskay 3bea5fe223 Merge conflict resolution
Preparing to merge V1 into Master
2022-05-20 10:53:22 -07:00
Windell Oskay c24a2f352d Fix for isolated short segments 2020-03-27 10:06:58 -07:00
Windell Oskay e3d628a247 Minimum on hatch spacing 2019-06-19 18:44:30 -07:00
Windell Oskay 658e9422a6 Update eggbot_hatch.inx 2019-06-19 10:29:46 -07: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
nathan-evilmadsci 27c06619f0 Hatch Fill Fix
In this commit, I changed the way that hatches are created. Previously, the program would collect relevant Svg objects in recursivelyTraverseSvg and then later in the effect method generate hatches or crosshatches and detect interstices.
This lead to bug when multiple complex shapes were selected at one time.
To prevent these types of grouping bugs, I altered the recursivelyTraverseSvg file to create individualized hatches for Svg objects when they are found while parsing the tree. Then in the effect function these hatches are paired with their parent object via joinFillsWithNode.
To accomplish this, I only needed to alter the structure of the program. The underlying functions which create the hatches haven't been changed. The largest looking change is the shift left I had to do to the majority of the effect function thanks to an if-statement that has been moved from the effect function to the recursivelyTraverseSvg function
2017-12-07 14:06:32 -08:00
Windell Oskay 313a6fb6ca Add version number display
Also simplify command-line command
command.eggbot.eggbot_hatch.revb5 -> command.eggbot.hatch.revb6
2016-12-23 10:40:55 -08:00
Windell Oskay 81c259ae5a Major revision to Hatch Fill
Hatch fill now produces beautiful smooth curves that fill most
reasonble shapes. Giant thanks to Sheldon B. Michaels for a lot of hard
work on this!
Closes issue #36.
2016-03-17 23:46:01 -07:00
Windell Oskay 519291316f Move hatch fill out of "contributed" directory 2016-03-17 23:43:45 -07:00
newman.daniel1 d7bc927004 extension moves
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@164 72233254-1b6c-9e9c-5072-401df62706fb
2010-11-14 04:42:49 +00:00
newman.daniel1 067f8b54ce Allow wider range of hatch angles; dunno why I made them so limited
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@162 72233254-1b6c-9e9c-5072-401df62706fb
2010-10-23 22:34:20 +00:00
newman.daniel1 6f46e5bdbf Make the default spacing a little smaller
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@157 72233254-1b6c-9e9c-5072-401df62706fb
2010-10-20 18:32:26 +00:00
newman.daniel1 584bda464d Extension to do traditional hatch fill; okay to remove if not appropriate; several improvements since version posted to dev list
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@150 72233254-1b6c-9e9c-5072-401df62706fb
2010-10-18 18:47:44 +00:00