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.
NeilCooke 
Reactions
-
Re: We need longer auth sessions
There is a socket reconnect, when it says "press here to reconnect". However, that is still taking up resources on AWS that PTC has to pay for. When it times out and you have to refresh, th… (View Post)4 -
Re: I need a little help
Compare and contrast - this is why you should not use ChatGPT, it's not even close… FeatureScript 2615; import(path : "onshape/std/common.fs", version : "2615.0"); annotation { &q… (View Post)3 -
Re: Help! Challenge: Fretboard Generation
I wouldn't use variables at all. Do it all in the feature. You can select (or create) the fretboard and either select a modelled fret or even better, create the fret in the feature then use opPattern… (View Post)1 -
Re: I need a little help
Also, no such keywords as LengthParameter, IntegerParameter, VectorParameter Use the code snippets in the menu at the top of the Feature Studio for the correct syntax, (View Post)3 -
Re: I need a little help
Looks like ChatGPT to me - don't trust it. Should be: export const GridGenerator = defineFeature(function(context is Context, id is Id, definition is map) { (View Post)2