Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit a2a6ed6

Browse files
authored
More cleanup (#150)
* Let's link Sign Up to the FAQ where we explain everything * More cleanup
1 parent 8c41ccd commit a2a6ed6

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ const config = {
102102
// href: '/about',
103103
// label: 'About Us',
104104
// },
105-
{
106-
href: 'https://lens.ondsel.com',
107-
label: 'Lens',
108-
position: 'right',
109-
},
105+
//{
106+
// href: 'https://lens.ondsel.com',
107+
// label: 'Lens',
108+
// position: 'right',
109+
//},
110110
{
111111
to: '/',
112112
label: 'Home',

src/components/Home/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function HomePageHeader() {
3838
<div id='test' className={styles.buttons}>
3939
<Link
4040
className="button rounded_none button--secondary button--lg text_hero"
41-
to="https://lens.ondsel.com/signup/"
41+
to="https://ondsel.com/faq/"
4242
>
4343
Download
4444
</Link>
@@ -159,7 +159,7 @@ export default function Home({ recentPosts }) {
159159
<div className={styles.buttons} style={{marginTop: '1rem', justifyContent: 'start', marginBottom: '2rem'}}>
160160
<Link
161161
className="button button--primary button--lg text_hero"
162-
to="https://lens.ondsel.com/signup"
162+
to="https://ondsel.com/faq/"
163163
>
164164
Sign Up
165165
</Link>

src/pages/faq.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,29 @@ There is no reason for this to happen. FreeCAD has never been this strong before
1818

1919
The majority of the Ondsel team have been in and around the FreeCAD project for years. We'll find a way to do more FreeCAD development.
2020

21+
## Is the Lens online service available?
22+
23+
No, we shut it down on November 22, 2024.
24+
25+
## Will Lens users get refunds?
26+
27+
We have done our best to process as many refunds as possible.
28+
2129
## Will you contribute your changes in Ondsel ES back to FreeCAD?
2230

2331
There were four changes specific to Ondsel ES as of the last weekly build:
2432

25-
1. **The Lens addon**. It doesn't make sense to have that as part of FreeCAD now that Lens will go offline.
33+
1. **The Lens addon**. It doesn't make sense to have that as part of FreeCAD now that Lens will go offline. The source code has been [publicly available](https://github.com/Ondsel-Development/Ondsel-Lens-Addon) from the start.
2634
2. **OpenTheme** enabled by default. This is a 3rd-party project; we do not control it.
2735
3. **Custom preference pack**. We customized FreeCAD defaults to our liking and automatically applied the preference pack when building Ondsel ES. The pack is public. We'll make a pull request if the FreeCAD community wants those defaults.
28-
4. **Simulations in the Assembly workbench**. This is a technical preview of a new feature. We have [already submitted](https://github.com/FreeCAD/FreeCAD/pull/16414) a pull request to FreeCAD. It's scheduled for code review for v1.1.
36+
4. **Simulations in the Assembly workbench**. This change has already been [merged](https://github.com/FreeCAD/FreeCAD/pull/16414) to upstream FreeCAD and scheduled for v1.1.
2937

30-
We have already submitted the rest of our changes to FreeCAD, too. Most of them will be part of v1.0.
38+
We have already submitted the rest of our changes to FreeCAD, too. Most of them have been released as part of v1.0.
3139

32-
## Will you release the source code of the Lens server and the MBD solver?
40+
## Will you release the source code of the Lens server?
3341

34-
We have already released the source code of the Lens server. We are looking into releasing the source code of the MBD solver.
42+
We have [already released](https://github.com/Ondsel-Development/Ondsel-Server) the source code of the Lens server.
3543

36-
## Will Lens customers get refunds?
44+
## Will you release the source code of the MBD solver?
3745

38-
We have already processed all the refunds we realistically could.
46+
We are looking into that.

0 commit comments

Comments
 (0)