Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Best Of
Re: how to reorder or insert operations in CAM Studio?
Everyone will be puzzled the different interface for cad and cam. Long click and drag is not a bad idea, but Onshape users will probably be confused.
I think it would be best if the cad and cam have the same UI.
See also
https://forum.onshape.com/discussion/27080/cam-ui#latest
Re: Onshape Sign In Page Customers
Great models Kees,
Here is a page that shows our program, finished models, and ongoing projects.
Click on the links in the decription and you will see all the progress made with each model. Click on the link for "New Commission Work" and you will see a work we just landed.
Enjoy!
3D Printing Quality Settings
Hopefully some find this helpful that are struggling with quality of their 3D prints. the smoothness of your print depends initially on the quality of the the file you export to. Regarding STL files they are simply files with a bunch of triangles that approximate the surface of an object. more triangles equals smooth surfaces, less equals rougher. The resolution setting in the export dialog is what controls how smooth your STL file will be when it gets to your slicer software. It happens to be set on custom for this image. The choices are Coarse, Medium, Fine, & Custom. Setting it to each on of those changes the settings you see below called Angular deviation, Chordal tolerance, & Miniumum facet. When you have it set to Coarse Medium or Fine, you don't get to see these settings. Posting a table of what changes when your change these settings. It'd be nice if those setting weren't hidden but merely greyed out with a setting other than Custom.
I only usually set it to custom and 0.5 Angular deviation for the small parts I've printed. Very acceptable resolution.
Now some suggest using STP files. STP file are CAD data that creates smooth surfaces and can be read and used by other CAD software. Make sure your slicer can import them. Bambu Studio slicer software can use both STL & STP files. Nearly all slicer software uses STL files. When you use STP file with Bambu, it is just going to essentially create an STL file anyway to slice. You can think of it as either your exporting the STL from onshape, or your exporting the STL from within Bambu if you use STP. Bambu allows you to control the resulting surface quality via the dialog below. Angle Deflection is the same as Angular deviation in onshape, and Linear Deflection is probably the same as Chordal tolerance. These are the default settings below. Might be noteworthy that Bambu only allows max Angle Deflection of 1° and minimum of 0.01°
So which method and setting should you use? Like all things in life, it depends! the small STP file size can be great if you need to do transfers to other people for sure. But in the end I just use STL from onshape and don't use any of the fine, medium, course selections as I find they are way to blocky for my liking. Honestly surprised they default to where they do. But if you like the blocky (faceted to be technically correct) look, then you might find use in those default settings.

Re: ARM64 Support - Snapdragon X Elite
An issue has been identified. Fingers crossed that it will be resolved in the next release.
Re: Feature Script: How to get the coordinates of a selected point for X and Y
did you follow the course in the learning center?
fromt the standard library Documentation:
evVertexPoint (context is Context, arg is map) returns Vector
Vector type
A Vector
is a non-empty array. It should contain numbers or lengths.
Operators +
, -
, *
, and /
are overloaded for vectors, and other operations such as dot product are available. If a vector does not contain numbers or lengths, operations that assume number-like properties may fail.
vector (x, y, z) returns Vector
Construct a 3-dimensional vector.
reading through the documentation you should figure out that you need the first entry from the array returned by evVertexPoint.
Re: Flip an arc (mirror without duplicating)
Not in Onshape. If you just need a curve and not a true arc, you can set up a Bézier spline so that it can easily be flipped from convex to concave. Here I just used a degree-2 curve (making this a parabola) and made the two control polygon sides equal.

Re: Improvements to Onshape - February 21st, 2025
Is there any dedicated 3d sketch tool?
Re: API Support for C# Application
Hi Richard,
You can use configurations to insert specific Part or Assembly options. You can read about how configurations work here:
- Onshape Help: Part Studio Configurations
- Onshape Help: Assembly Configurations
- API Guide: Configurations
Susan