From e1839a854b6f0437038ea2e55b748fb7ac937c11 Mon Sep 17 00:00:00 2001 From: Matt Ferraro Date: Thu, 2 May 2024 02:23:12 -0400 Subject: [PATCH] make it run --- README.md | 2 +- packages/cadmium/src/main.rs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6736e56..6b36512e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/packages/cadmium/src/main.rs b/packages/cadmium/src/main.rs index 00b4a969..5afb76fb 100644 --- a/packages/cadmium/src/main.rs +++ b/packages/cadmium/src/main.rs @@ -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(); }