Wykres commitów

46 Commity (18457071e11048820f5f999867cfbe37852fd1c5)

Autor SHA1 Wiadomość Data
Joe Marshall 3563a853bf filter for identical values in iso moves 2024-01-13 07:02:20 +00:00
Joe Marshall bbb9ed97ec use new name for opencamlib 2022-12-29 06:14:35 +00: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 afc4af932c Add Heidenhain 530 post 2019-05-19 01:57:00 +02:00
TurBoss 995be7dd93 Add Fadal post 2019-05-19 01:57:00 +02:00
ksuprynowicz cb3edb9e35 Fixed bug that caused random plunges in generated gcode for small values of coordinates (<0.0001) with output precision greater than 3 decimal places 2019-05-08 22:25:59 +02:00
Taras Koroliuk bdf7d2e2ad Fix typo in EMC2 postprocessor 2016-05-22 19:05:28 +03:00
Jeff Doyle (nfz) dd4140cdcb Merge branch 'master' of https://github.com/vilemnovak/blendercam into edge 2016-04-11 20:00:30 -03:00
vilemnovak 91234abfd8 fix collision shape of cutter being sampled
Moved the shape basically 5 meters away from center, should be ok now.
It was a stupid bug, the shape was supposed to be 100 meters of, but the
scene was scaling too for the collisions, to improve precision.
2016-04-11 10:23:42 +02:00
Jeff Doyle (nfz) c206efc8bd disable tool change at end of program if tool change output disabled 2016-04-07 19:52:19 -03:00
Jeff Doyle (nfz) 9d69adcf75 allow disabling tool change commands and fix block number spacing 2016-04-07 19:51:16 -03:00
Taras Koroliuk ae8334e603 G4 Dwell code should be on the separate line for LinuxCNC v2.7 2016-03-19 16:37:01 +02:00
vilemnovak f3531f3128 try to fix spinde writing WARNING nc files will be a bit different after this, please test. 2016-02-22 23:56:45 +01: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
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
vilemnovak bbfcd78d07 Revert "Revert "- little bug fixes and some code refactoring"" 2015-12-24 12:32:07 +01:00
vilemnovak f8154f3386 Revert "- little bug fixes and some code refactoring" 2015-12-23 20:06:31 +01:00
Jeff Doyle (nfz) 06cb189bd8 added grbl post processor 2015-10-28 02:34:48 -03:00
vilemnovak f63002c250 fix 4 axis along rotary meander moves, also probably others
wasn't writing all rotations from the rotation library,
was checking for same last xyz, and returned if they were same, ignoring
new rotations.
2015-03-16 21:35:19 +01:00
vilda.novak@gmail.com 15de5edc0e - lynx otter postpro 2015-02-24 21:09:30 +00:00
vilda.novak@gmail.com d3105e23e5 updating shopbot post by Denver Hull 2015-01-27 22:05:46 +00:00
vilda.novak@gmail.com 418fefee25 Shopbot postprocessor by Denver Hull
huge thanks!
2015-01-10 19:41:59 +00:00
vilda.novak@gmail.com abd97a8026 fix a bug with units reporting when carving images, also fixed the same for reporting of chipload.
slimmer gravos postprocessor, reads faster into their Armote software.
2015-01-03 14:13:06 +00:00
vilda.novak@gmail.com 06dda5a50b cumulative commit:
fixed bug in nc, when exporting more than 1 axis.
tried to generalize 4 axis path generation code
re-allowed more panels hooked to specific renderers in the interface
Changed the way rotations are stored in the path mesh object - now they are stored as shape keys
2014-12-08 00:14:13 +00:00
vilda.novak@gmail.com 010b501b3c winpc postprocessor by Juan Carlos Fuerst
Big appologiez to the author, who sent this patch allready long time ago, I didn't notice it on the google code tracker, I didn't ever visit the page.
2014-10-18 20:46:45 +00:00
vilda.novak@gmail.com 34d97f2cbf gravos post file 2014-10-18 20:31:52 +00:00
vilda.novak@gmail.com 89218a7b35 fixed multiaxis export in nc library 2014-09-28 21:58:40 +00:00
vilda.novak@gmail.com cb3f54b1dc reverted buffer writing now, was dropping codes 2014-04-30 05:59:19 +00:00
vilda.novak@gmail.com b21b7e34da -exporter tweaks, trying to optimize. after all the changes, I estimate cca 25% speedup in export 2014-04-24 09:28:11 +00:00
vilda.novak@gmail.com 4f24eb1ef9 another attempt to speed up nc writing 2014-04-23 22:29:58 +00:00
vilda.novak@gmail.com d24168734d - faster file writing, by 10-15 % , buffering the output and writing larger parts. 2014-04-16 23:11:24 +00:00
vilda.novak@gmail.com aff3a770af adding BSD license to nc library, should have done this long time ago. 2014-02-12 19:29:17 +00:00
vilda.novak@gmail.com 9e6538d083 update .nc library for Naxis 2013-10-10 19:28:40 +00:00
vilda.novak@gmail.com 41f9af1536 adding more folders and files 2013-05-26 14:47:27 +00:00