Wykres commitów

2274 Commity (0ffbfff803f2315e88a987ecef6b1f4db4f2c1b0)

Autor SHA1 Wiadomość Data
Jeff Doyle (nfz) f14bd23c55 Merge branch 'master' of https://github.com/vilemnovak/blendercam into NCupdate 2016-01-31 19:31:13 -04:00
Jeff Doyle (nfz) 51f1d2ebe3 Merge branch 'master' of https://github.com/vilemnovak/blendercam into master-org 2016-01-31 19:23:19 -04:00
Jeff Doyle (nfz) 13734c9d27 - Bugfix: fix typo for TNC151 post processor which was causing a crash when TNC151 was selected by user. 2016-01-31 19:23:00 -04:00
Jeff Doyle (nfz) 5c9fa42b22 - emc2 post processor: remove duplicated code from iso 2016-01-31 19:02:31 -04:00
Jeff Doyle (nfz) 03f75c3c51 - windpc post processor: remove duplicated code from iso 2016-01-31 18:53:33 -04:00
Jeff Doyle (nfz) fd33a06d6a - gravos post processor: fix comments that got broke in a previous commit 2016-01-31 18:40:48 -04:00
Jeff Doyle (nfz) 0a794097a1 - removed duplicate code as found in iso class and fixed line numbering not showing 2016-01-31 18:19:21 -04:00
Jeff Doyle (nfz) e7205aa8f7 - post processor subclasses using init instead of __init__ 2016-01-31 17:28:26 -04:00
Jeff Doyle (nfz) 424369d82e - fix spacing in gravos post processor 2016-01-31 15:54:11 -04:00
Jeff Doyle (nfz) 25534d7546 - fix spacing when writing spindle and g_plane 2016-01-31 15:03:37 -04:00
Jeff Doyle (nfz) 73b920a8e1 - Bugfix: had some trailing space issues on some post processors that did not exist before the NC update 2016-01-31 14:25:44 -04:00
Jeff Doyle (nfz) cc9b35deb7 - only output feedrate if there is a rate change 2016-01-31 12:34:30 -04:00
vilemnovak f1014415e3 fix a few bugs
- when more than one scriptpath are enabled in Blender, backgroundop.py_
couldn't be found sometimes.
- medial axis ball cutters didn't work
-version in init file was still 0.8
2016-01-31 10:14:20 +01:00
Jeff Doyle (nfz) 1931065959 - write_blocknum() not needed 2016-01-30 23:11:16 -04:00
Jeff Doyle (nfz) 9cdc21d356 - blocknumber is automatic now so don't call write_blocknum() 2016-01-30 22:48:47 -04:00
Jeff Doyle (nfz) a4697d6319 - Bugfix: feedrate causing crash and fixed some tab issues 2016-01-30 22:31:16 -04:00
Jeff Doyle (nfz) d53929d685 NC library update
Update NC library to Heekscnc NC version 1.0
- feed now accepts 6 axis parameters
- tool_defn function now uses a params list instead of individual param
names
- improved drill cycle
- improved number formating - better rounding
- block numbering now automatic - no longer need to call
write_blocknum().
- dwell works now
2016-01-27 19:34:01 -04:00
Jeff Doyle (nfz) 8e3feea939 - increase Blendercam version to 0.9 2016-01-22 18:36:10 -04:00
vilemnovak 1c469394d7 Medial axis is now limited by cutter diameter
Before, it was going always in the middle which was non-sense...
now, it can be combined with a reasonably set pocket operation for
milling stamps and similar.
2016-01-17 20:05:45 +01:00
vilemnovak 775ee04081 silh offset operator wasn't supporting fonts and some cleanup 2016-01-15 10:42:39 +01:00
vilemnovak 312a5bff0f intarsion didn't support font object 2016-01-15 09:29:52 +01:00
vilemnovak 7b9ee5f259 expose various curve operators - again
Old version didn't support tabs - now there's a tab called Blender CAM
where we can add various usefull tools.
now there are:
booleans
intarsion
overcuts
Silhouette offset (works also for meshes)
remove doubles

I will welcome if this gets added to docs ;)
2016-01-15 09:22:43 +01:00
vilemnovak 2ae6914906 update intarsion to use diameter instead of radius
For more consistency with rest of bcam
2016-01-15 08:26:26 +01:00
vilemnovak bddcc57a68 update overcut operator
Now things should be more usefull for both use cases, where you are
defining whole shape with holes, or just the hole.
2016-01-15 08:19:02 +01:00
vilemnovak e5c81c14d3 Overcuts operator
Generates overcuts on a curve.
- inner, or also outer polygons.
-has threshold for angles to consider

the overcuts are optimal - done so that the radius of the cutter only
touches the corner, but doesn't go behind it.
2016-01-15 00:20:30 +01:00
vilemnovak d9f29028ad optimize chunk sorting
this optimizes chunk sorting a bit, by not iterating over too many
children - some chunks could be checked many times.
For parallel operations with layers, this fixes something that was
rather a bug - because too many relations were created and this could
lead to exponential computation times relative to count of layers.
2016-01-14 08:54:57 +01:00
vilemnovak f1b636b1b9 Ramps were broken due to changes in ramp functions
- not returning chunks, just modifiing the actual chunk.
2016-01-14 08:54:56 +01:00
Karol Suprynowicz 9c0e0bc36e Fixed OpenCAMLib sampling for Parallel and other operations 2016-01-13 16:40:10 +01:00
Karol Suprynowicz 48e8b9fb7b OpenCAMLib waterline fixes 2016-01-13 14:10:40 +01:00
vilemnovak 4ac35a73f8 medial axis fonts subdivision 2016-01-03 23:40:34 +01:00
vilemnovak f63a3cc54a improve exact silhouette finding algorithm 2016-01-02 18:37:15 +01:00
vilemnovak d662996752 Big Polygon library massacre + memory limit for non exact mode
the memory limit is a new feature, preventing crashes when ppl. e.g.
compute path on the default size obects, and also any other cases with
non-exact mode.

otherwise, big, happy removal of polygon library residues. This library
is NO logner a dependency of blender CAM. Shapely library works far
better in most cases. Sometimes it's slower but this can be compensated
with optimizations almost always quite easily.
2016-01-02 17:37:25 +01:00
vilemnovak e0b43951ea fix issue with sorting chunks
Infinite loop was caused by don't merge paths option. This option can
cause chunks to intersect, and then seemed for the algorithm as one
inside each other, thus causing a parent-child loop.
Important to mention is the fact, that don't merge outlines is an exotic
option which is there ONLY for milling PCB's,...
2015-12-31 02:19:15 +01:00
vilemnovak 44996564bd more bridges fixing 2015-12-30 21:56:38 +01:00
vilemnovak d6f30b13c5 more bridges optimization
it is better to merge bridges into one object before processing...
2015-12-30 21:30:57 +01:00
vilemnovak 752a41629e optimize bridges code - a LOT
bridges code had some really stupid redoing - it was getting the bridges
polygon for EACH chunk which was supposed to be computed...  this proves
again my old rule - if I write something very badly , I can then enjoy
optimizations by several hundred percent :)
2015-12-30 21:25:25 +01:00
vilemnovak 874a3322d5 add comment 2015-12-30 19:16:06 +01:00
vilemnovak f1330c93d6 improve medial axis
the way curvers are subdivided before voronoi processing matters - lines
are now subdivided from both ends, to get same distances to the corner,
this makes carving of shapes with straight vectors much better.
2015-12-30 19:15:30 +01:00
vilemnovak b6e722f419 medial axis was merging paths based on bad threshold value 2015-12-27 01:35:44 +01:00
vilemnovak fb4219257d forgot to disable print 2015-12-26 21:59:07 +01:00
vilemnovak 1491585bcf medial axis ballcutter support and limits for cutters depths. 2015-12-26 21:52:52 +01:00
vilemnovak d75d699187 medial axis auto - increase curves resolution before computation 2015-12-26 21:20:56 +01:00
vilemnovak 7cb8902d88 fix shapelyToCoords function
this functin didn't support LineString yet
2015-12-26 20:24:02 +01:00
vilemnovak 6b2592084d medial axis provids first interesting results...
with a better voronoi, this would be what it's supposed to be. Now with
V-carve tool it allready looks ok for first test, however always with a
tuning parameter, to not have many short lines in the voronoi graph.
2015-12-25 11:25:18 +01:00
vilemnovak ca8dc95750 fix + medial axis work
now also 2-point lines get processed correctly for various operations.
medial axis actually produces g-code, but still highly un-tuned.
2015-12-24 15:19:23 +01:00
vilemnovak cb18e89077 cleanup 2015-12-24 14:02:35 +01:00
vilemnovak fc1c83bd5b much better bridge placement 2015-12-24 13:51:22 +01:00
vilemnovak 788d7c4692 enable shapely speedups module - should be faster in some cases. 2015-12-24 13:04:52 +01:00
vilemnovak 901760a9ab optimized pack
optimized pack algo, works same speed as with polygon or a bit faster.
Did this mainly to learn how to optimize shapely code a bit to get
better faster results...
2015-12-24 12:55:46 +01:00
vilemnovak 85809b9611 Merge pull request #13 from vilemnovak/revert-12-revert-10-master
Revert "Revert "- little bug fixes and some code refactoring""
2015-12-24 12:40:09 +01:00