1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 23 hours ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved machine related classes into boardcam package (and sub packages) More... over 12 years ago
Moved board readers and writers into board.readers and board.writers and added MeshBoard stub More... over 12 years ago
Moved language files into boardcad.i18n package More... over 12 years ago
updated few more strings for Portuguese. More... over 12 years ago
Refactoring, moved board classes into board package, renamed a few classes to (hopefully) make it more clear what they are and what they do. Added a number of setter/getter functions to avoid having public variables, especially when they are in another package. More... over 12 years ago
Added preview of board files when opening file More... over 12 years ago
Fixes bug "Keypad cross sections switching" More... over 12 years ago
Changes to the bezier toolpath generating, some refactoring to reduce the use of public variables. More... over 12 years ago
added temporary dependencies between packages to be able to compile... More... almost 13 years ago
Added initial version based of existing BullnoseCutter.java. More... almost 13 years ago
Added packages board and boardcam More... almost 13 years ago
Moved Bezier classes to cadcore component More... almost 13 years ago
Moved myPoint and Surface to the cadcore package and updated dependencies More... almost 13 years ago
Added a separate package for the CADcore component, and put Surface and myPoint classes in this package. We should probably move the Bezier curves here as well... More... almost 13 years ago
Added javadoc comments in classes Board and Surface More... almost 13 years ago
Started to cleanup and document the Board class... More... almost 13 years ago
Removed drawing methods from Board class and put them in the new BoardDraw class. More... almost 13 years ago
Placed gcode generation for nurbs surfaces in a separate class and added javadoc comments. Fixed bug 3383156. More... almost 13 years ago
Refactor of machine system for bezier to account for different holding systems More... about 13 years ago
Just changing date information More... over 13 years ago
version 2, release candidate More... over 13 years ago
Added outline_speed to shapebot.properties More... over 13 years ago
Added new parameters in shapebot.properties More... over 13 years ago
Removed unused parameter from shapebot.properties More... over 13 years ago
Small cleanup... More... over 13 years ago
small changes to 4 axis toolpath More... over 13 years ago
Removed duplicated index for guidepoints in step-file More... over 13 years ago
Fixed bug in taildesigner More... over 13 years ago
Made class myPoint public More... over 13 years ago
Added getActiveBoard() and setActiveBoard() for easier scripting More... over 13 years ago