Skip to content

Commit

Permalink
make it run
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro committed May 5, 2024
1 parent 1e9448a commit e1839a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then this project may be for you!

## Overall Plan

I am currently racing toward an MVP, which I expect to release as version 0.1 in April, 2024. After that I hope to get a small group of users together to help guide me toward a version 1.0 release which will be more fully featured and which may serve as a solid foundation for hobbyists: all of it free, source available, and local-only.
I am currently racing toward an MVP, which I expect to release as version 0.1 in July, 2024. After that I hope to get a small group of users together to help guide me toward a version 1.0 release which will be more fully featured and which may serve as a solid foundation for hobbyists: all of it free, source available, and local-only.

Beyond that, I will try to monetize by offering a hosted version of the software as a paid product. To achieve this I will introduce a notion of users, accounts, sharing, and a public commons. All of the actual CAD functionality, including the ability to read and modify .cadmium files, will always be available for free here on Github in a local-only form.

Expand Down
8 changes: 4 additions & 4 deletions packages/cadmium/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ fn topological_naming() {
extrusion_id: extrusion_id.clone(),
sketch_id: sketch_id.clone(),
});
el.append(Operation::SetExtrusionHandles {
extrusion_id: extrusion_id.clone(),
handles: vec![handle_id.clone()],
});
// el.append(Operation::SetExtrusionHandles {
// extrusion_id: extrusion_id.clone(),
// handles: vec![handle_id.clone()],
// });

el.git_log();
}
Expand Down

0 comments on commit e1839a8

Please sign in to comment.