Wykres commitów

21 Commity (8a3875dbdb5347159b7e3533041de921b62a07d3)

Autor SHA1 Wiadomość Data
palain c2d246dd77 fixed simulation filename length 2021-08-12 12:50:34 -03:00
TurBoss f07848e1ff Fix #126 2020-10-12 18:45:08 +02:00
Adam Goldsmith 0094eae66e Convert line endings to LF and strip trailing whitespace in .py files 2019-11-15 13:13:09 -05:00
TurBoss d45f14a515 Speed up path calculation Thanks to @Palain
instead of SQRT he used HYPOT
2019-10-06 05:55:08 +02:00
ksuprynowicz d1ef10fefc Updated bpy.ops.transform.resize calls due to minor changes in Blender API 2019-05-08 09:56:52 +02:00
TurBoss c2c89d1550 update V-Carve ops 2019-03-06 03:39:21 +01:00
TurBoss edb54312a8 Fix curve tools 2019-02-21 22:47:26 +01:00
TurBoss b56909816a fix warnings when previous path exist 2019-01-31 03:42:51 +01:00
TurBoss 9b24469cfb 2.80_BETA 2019-01-25 23:48:11 +01:00
Jeff Doyle (nfz) 0ea9ae2480 add GPL 2 license block
- fixes #36 issue - license unclear
2016-03-24 16:20:51 -03:00
vilemnovak 6abe0c2727 manual bridge placement
Just placement of bridges, no path generating functionality yet. This is
a complex project, splitting this into more commits...
2015-08-27 18:13:38 +02:00
vilda.novak@gmail.com 00f5776402 -commiting patch by Denver Hull , big thanks!
- creates operation start - stop points
- fixes several issues with imperial units
- dummy props for new pocket option - movement.
2015-01-27 21:59:07 +00:00
vilda.novak@gmail.com 4d725a584e Tool change now reports tool definitions in gcode.
reverted chipload algo, have to investigate why it doesn't work now.
made shapely obligatory by now. It has been tested on all platforms allready, and I want to move forward to complete replacing of Polygon.
2015-01-10 23:10:18 +00:00
vilda.novak@gmail.com 228f2ff159 new strategy - projected path.
this enables to project a curve towards another curve, and do the sampling along the way - this enables undercuts for 3 axis! and should be also usefull for n-axis.
2014-11-13 17:58:56 +00:00
vilda.novak@gmail.com 61de613d9e testing - Functions testOperation(i) and testAll. - should compute operations, and use a comparison mesh(test_*) to compare vertex count and positions of the newly generated path.
-disabled parallel step-back in combination with layers, this shouldn't be allowed also before.
-small code reorganisations. 
-ramps for curve to path
-fix several zero divisions in ramps
-add some comments 
-commented unused outlineimage functions
-some small tests in CrazyPath
2014-09-23 18:15:10 +00:00
vilda.novak@gmail.com d7b421de9e -fix another precision bug involving silhouette detection of completely flat meshes.
-some helper timing functions for optimisations work
-
2013-11-23 23:12:49 +00:00
vilda.novak@gmail.com c33c41d402 -custom cutters:
this works for both exact and non exact mode now. You simply model a cutter in the desired shape, but it has to be rotary object. it should not be rotated in world coordinates. You assign it to the cutter definition. It get's auto scaled to the pre-set diameter - the total dimensions of the cutter object get scaled to the diameter. it works nicely so far.
2013-10-24 21:39:33 +00:00
vilda.novak@gmail.com 007b005857 -reorganisation more 2013-10-15 11:01:07 +00:00
vilda.novak@gmail.com c9629ff388 -more reorg. 2013-10-15 10:10:11 +00:00
vilda.novak@gmail.com 260665a18e -moving image based method to image_utils.py 2013-10-15 10:06:58 +00:00
vilda.novak@gmail.com 64df92ee60 -big change:
splitting utils.py in more libraries, will continue with this.
2013-10-15 08:47:03 +00:00