Page 3 of 4

Re: API for add-ins

Posted: Tue Oct 03, 2017 3:49 pm
by BladerunnerxRC
This would be fantastic! +1

Re: API for add-ins

Posted: Fri Oct 06, 2017 11:56 am
by LeoLautsprecher
+1

Re: API for add-ins

Posted: Wed Oct 25, 2017 11:44 am
by SDX
That would be a great addition!

Re: API for add-ins

Posted: Wed Dec 20, 2017 2:56 pm
by ankou29666
tenaja wrote:Most things can be done with a post processing script. All of the settings are at the top of the file, so unless you actually need to modify the STL (which can be done before importing), many things can be accomplished with a simple text editor (automated, of course).
You'll always find some stuff that cannot be done just by editing the g-code, here's one example of something I'd like to do : print parts with low infill (5% for example) and have one layer with denser infill (20% for example) to hold the next top/bottom layer, especially when there are holes in a top/bottom layer. Ok, this one is not best example as it can be done through processes, but this is a boring job that currently has to be done by hand and that could be automated, but not editing the g-code. And it gets even more complicated when you get tons of processes (when you have top layers at multiple different heights, also when you want to make one change to all processes, you have to edit them all one by one !!!)

Re: API for add-ins

Posted: Thu Dec 28, 2017 7:03 pm
by bitschleuder
+1

Re: API for add-ins

Posted: Mon Jun 18, 2018 5:13 pm
by KSum
+! This really needs to happen.

Re: API for add-ins

Posted: Thu Jul 26, 2018 4:51 pm
by KSum
Originally request was in 2016. This really needs to happen. With an API in place plugins could be made to support CNC milling, laser cutting/etching, multiple extruders (beyond 2 inputs with 2 nozzles) like mixing nozzles. There are a few mixing heads out there now that are just waiting for software to catch up, and you're loosing market share to slicers like Cura that have a well developed API.

Re: API for add-ins

Posted: Wed Aug 01, 2018 5:43 pm
by cybrsage
This would make me happy again that I bought this program.

Re: API for add-ins

Posted: Sun Aug 12, 2018 6:31 am
by Larsen1000
I would love this one in Simplify3D as well :)

Re: API for add-ins

Posted: Thu Aug 16, 2018 5:12 am
by shauki
I know what a multitude of complexity and bugs can bring implementing an API, especially for a C++ Qt code.
I suggest exporting more variables like {NEWTOOL} {NEWTOOL} to add {CURRENTZ} and similar
then adding more hooks: instead of one tool change script make 2: before and after tool change, etc.
This is less effort implementing and more reliable - the community can add hooks and variables to the wish list