Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ const config = {
// href: '/about',
// label: 'About Us',
// },
{
href: 'https://lens.ondsel.com',
label: 'Lens',
position: 'right',
},
//{
// href: 'https://lens.ondsel.com',
// label: 'Lens',
// position: 'right',
//},
{
to: '/',
label: 'Home',
Expand Down
4 changes: 2 additions & 2 deletions src/components/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function HomePageHeader() {
<div id='test' className={styles.buttons}>
<Link
className="button rounded_none button--secondary button--lg text_hero"
to="https://lens.ondsel.com/signup/"
to="https://ondsel.com/faq/"
>
Download
</Link>
Expand Down Expand Up @@ -159,7 +159,7 @@ export default function Home({ recentPosts }) {
<div className={styles.buttons} style={{marginTop: '1rem', justifyContent: 'start', marginBottom: '2rem'}}>
<Link
className="button button--primary button--lg text_hero"
to="https://lens.ondsel.com/signup"
to="https://ondsel.com/faq/"
>
Sign Up
</Link>
Expand Down
22 changes: 15 additions & 7 deletions src/pages/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,29 @@ There is no reason for this to happen. FreeCAD has never been this strong before

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.

## Is the Lens online service available?

No, we shut it down on November 22, 2024.

## Will Lens users get refunds?

We have done our best to process as many refunds as possible.

## Will you contribute your changes in Ondsel ES back to FreeCAD?

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

1. **The Lens addon**. It doesn't make sense to have that as part of FreeCAD now that Lens will go offline.
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.
2. **OpenTheme** enabled by default. This is a 3rd-party project; we do not control it.
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.
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.
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.

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

## Will you release the source code of the Lens server and the MBD solver?
## Will you release the source code of the Lens server?

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

## Will Lens customers get refunds?
## Will you release the source code of the MBD solver?

We have already processed all the refunds we realistically could.
We are looking into that.
Loading