Page 1 of 1

'Show machine background' option

Posted: Thu Mar 21, 2024 12:48 pm
by PhilPhilippe
Is this option the one allowing you to place an 'image' of the printer as a 'background' of the screen, as on the old version where this was done through the options.

If so, I don't see how to proceed. Can you tell me how to proceed?
Thank's

Re: 'Show machine background' option

Posted: Thu Mar 21, 2024 2:00 pm
by S3D-Taylor
To add your own printer 3D model, you need to export the FFF profile that you want to have the model, then in a text editor, go to this line in it:

<machineBackgroundModel></machineBackgroundModel>

Then, fill it in with the filename of the model you want to use, like this:

<machineBackgroundModel>my_model.stl</machineBackgroundModel>

Then, place that STL file in the following directory:
For Mac:
Navigate to the filepath:
/Users/$USER/Library/Application\Support/Simplify3D/S3D-Software-V5
If you don't see the folder, remember to press “Command” + “Shift” + “.” (period) to show hidden files.

For Windows:
Navigate to the file path :
C:/Users/%USERNAME%/AppData/Local/Simplify3D/S3D-Software-V5
You might need to show hidden files.

Re: 'Show machine background' option

Posted: Fri Mar 22, 2024 3:55 am
by PhilPhilippe
Don't work for me... Impossible to place image background in good position
It was so easy in V4 !

Re: 'Show machine background' option

Posted: Fri Mar 22, 2024 5:45 am
by PhilPhilippe
Problem solved !
Model imported into S3D, repositioned correctly relative to the bed surface, then exported again. Copying the exported .STL file into the user profile.

Re: 'Show machine background' option

Posted: Wed Mar 27, 2024 10:23 pm
by robotsneversleep
Hi, S3D-Taylor,
Please can we get an enhacement to allow the machine model to:

a) be configurable through the GUI, preferably under "Machine Definition".
b) allow the location (directory) of the model to be provided. This was possible in Simplify3D v4 and most other slicers support it.

I like to have my machine models located in the same place as my profiles.

Thanks,
Tom

Re: 'Show machine background' option

Posted: Thu Mar 28, 2024 12:44 pm
by S3D-Jason
You can already provide a custom location for the file.

Just change this line:
<machineBackgroundModel>my_model.stl</machineBackgroundModel>

To this:
<machineBackgroundModel>C:\complete\path\to\my_model.stl</machineBackgroundModel>

Re: 'Show machine background' option

Posted: Wed May 08, 2024 6:28 pm
by robotsneversleep
Thanks Jason, you are correct. The absolute path still works. I introduced a typo when upgrading which threw me off and I thought it had changed.
Any reason this can't be made available in the GUI though?