vilda.novak@gmail.com
1bfa0ff75b
block update functions now, they still do mess
...
small fix to image conversion func
2013-11-12 12:12:04 +00:00
vilda.novak@gmail.com
dbfb73d631
limit curve setting - if the cutter can reach its border or not with its tip.
2013-11-11 13:52:31 +00:00
vilda.novak@gmail.com
b5d8463230
-fix precision bug with planes which have 0 height.
...
-increase version in the init file
2013-11-10 19:50:32 +00:00
vilda.novak@gmail.com
562daf9c5c
-improve numpy image save
...
-fast fix for mysterious eternal loop bug. Blender's properties are obviously able to call their update functions during a script run !?
this just blocks the eternal loop doesn't explain it.
2013-10-31 21:32:50 +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
9ea6630ee7
-mechanism to prevent memory overflows in image mode
2013-10-21 10:16:36 +00:00
vilda.novak@gmail.com
047a0547f2
-first VERY promising results from crazyPath, happy about that.
...
-more reorganisation
2013-10-16 21:30:15 +00:00
vilda.novak@gmail.com
b7e1c40730
2013-10-15 08:47:27 +00:00
vilda.novak@gmail.com
fda9c3570e
code reorganisation
2013-10-15 07:57:42 +00:00
vilda.novak@gmail.com
553d32337d
-basic implementation of limit curve, needs work for some strategies(waterline e.t.c.)
2013-10-14 22:14:32 +00:00
vilda.novak@gmail.com
29b475fb4b
disabled 4 axis development for now.. don't have time to finish things and have other targets, also, I don't have a machine on which I could possibly test stuff
2013-10-14 21:31:45 +00:00
vilda.novak@gmail.com
66c4d4b763
- more 4 axis stuff
2013-10-14 16:08:05 +00:00
vilda.novak@gmail.com
2525ff625b
first 4 Axis gcode is working now!
2013-10-10 19:29:33 +00:00
vilda.novak@gmail.com
a1c156f303
-plenty of code refactoring for 4 axis, 2 4 axis strategies work, but no functional gcode export for them yet.
2013-10-10 06:17:48 +00:00
vilda.novak@gmail.com
591643ebec
- code reorganisation
2013-10-03 15:35:58 +00:00
vilda.novak@gmail.com
30c66563b9
-adding properties for naxis
...
-renaming operators
2013-10-01 13:48:24 +00:00
vilda.novak@gmail.com
68bb9d8a4d
-fix vertical limit bugs
...
-fix bug on path mesh creation
2013-09-30 12:09:31 +00:00
vilda.novak@gmail.com
f5de173232
- property operation.changed now working - this detects if the operation parameters changed after last computation. This can save time when exporting e.g. chain gcode, since then only export is performed.
2013-08-24 11:29:59 +00:00
vilda.novak@gmail.com
8d0d0b77a6
- bridges for cutout operation are now working, I think it's quite comfortable since they are totally automatic. They don't work well with ramp down and ramp out yet...
2013-08-23 16:32:34 +00:00
vilda.novak@gmail.com
ba96056e18
start of bridges code
2013-08-22 22:26:44 +00:00
vilda.novak@gmail.com
3fc267596f
- chain simulation working. This was the main reason to implement chains, to be able to see how combination of paths affects finishing in my woodwork.
2013-08-22 21:44:05 +00:00
vilda.novak@gmail.com
695100244e
-first export of chain gcode working
2013-08-22 21:11:57 +00:00
vilda.novak@gmail.com
add4a01d06
-reshuffle export functions to enable chaining and export of gcode after calculation has been finished.
2013-08-22 09:54:22 +00:00
vilda.novak@gmail.com
ab66753761
fix updateRest function
2013-08-15 16:58:19 +00:00
vilda.novak@gmail.com
686cd55f05
code cleanup
2013-08-13 23:59:07 +00:00
vilda.novak@gmail.com
bac060c659
-chain work, comments
2013-08-13 23:47:12 +00:00
vilda.novak@gmail.com
1611c1dca5
-work on chaining, comments
2013-08-13 23:38:52 +00:00
vilda.novak@gmail.com
cdac0bafdf
version 0.5.0
2013-08-11 16:38:23 +00:00
vilda.novak@gmail.com
aa16797a12
another limit for minimum z of operation
2013-07-27 17:43:55 +00:00
vilda.novak@gmail.com
5aad441a10
- waterline fixes for inverse milling
...
- option to project paths with waterline is back
2013-07-27 17:17:52 +00:00
vilda.novak@gmail.com
d3447651c8
-waterline now works more similar to other CAM programs. It was projecting paths to get better results, but there were problems with this.
2013-07-11 15:39:50 +00:00
vilda.novak@gmail.com
efa088b8cc
tiny optimization for parallel path pattern(5% in pattern generation)
...
first try on operation chains
2013-06-28 20:20:22 +00:00
vilda.novak@gmail.com
c9c1a4918d
decreased default optimisation threshold, new algorithm is more sensitive, but works really much better..
2013-06-22 12:59:53 +00:00
vilda.novak@gmail.com
39162a8da9
first fix for an ugly bug regarding layer interpolation
2013-06-17 12:01:49 +00:00
vilda.novak@gmail.com
ad5b7f1802
-fix for strategies that don't support exact mode.
...
- lots of work on background operations again:
now they work properly here, I could compute more than 10 paths simultaneously and all got computed and read back into blender.
you have to save your file before doing bg operations.
paths are now saved as pickle files for reading back, saves a lot of disc space.
2013-06-13 23:32:08 +00:00
vilda.novak@gmail.com
6a06dddf25
-update function for machine settings
...
- caching for background operations working
- fix when printing more warnings at once
- helix enter check if inside pocket
- try on collision check on tangential retract
2013-06-06 22:27:09 +00:00
vilda.novak@gmail.com
5ca3add260
- background operations finally work :) now you can compute as many ops in background as you wish, untill they fit the memory.
...
- started doing better documentation of functions inside the code.
2013-06-05 18:34:08 +00:00
vilda.novak@gmail.com
d8ecd98e4a
trashing almost all bg op work, it needs to be redone another way :( Because of blender design stuff which is not properly documented...
2013-06-04 11:55:48 +00:00
vilda.novak@gmail.com
6f828a60a7
tangential retract
...
further improvements to background operations.
2013-06-03 11:58:31 +00:00
vilda.novak@gmail.com
ebc8d2bb14
save file in background op only when file is marked dirty
2013-05-31 11:04:03 +00:00
vilda.novak@gmail.com
8183d96594
cosmetic tweaks to background operations
2013-05-29 23:14:14 +00:00
vilda.novak@gmail.com
150ae3414b
more work on bg ops
...
now you can choose if compute in background or not, sometimes it's faster to compute normally.
2013-05-29 23:07:59 +00:00
vilda.novak@gmail.com
20a944ae8c
improvements to background ops, needs a lot of work still
2013-05-29 00:21:17 +00:00
vilda.novak@gmail.com
1856ab92c6
more work on background operations, seems to be success, more operations can now be computed in parallell!
2013-05-28 22:46:11 +00:00
vilda.novak@gmail.com
5bdd838df5
more work on background operations
...
unregister render panels
2013-05-28 18:29:51 +00:00
vilda.novak@gmail.com
2f14dad681
first try on background operations.
2013-05-26 21:44:07 +00:00
vilda.novak@gmail.com
41f9af1536
adding more folders and files
2013-05-26 14:47:27 +00:00