Salandora
Salandora
I also would like to see this inside slic3r, which is why I'm working on getting the already implemented algorithm back to work. Link to the branch: https://github.com/Salandora/Slic3r/tree/arcFix Progress so...
No it's not ready, I wanted to port this to C++ but Iahad no idea where to start. Actually I fixed a few bugs in the postprocessing script that was...
I solved it this way: ``` title("Multiply") input("a", float) input("mul", float) output("b", a*mul) ``` this allows me to set mul to -1 for b = -a and 0.5 for b...
First suggestion is you could (while anaylsing the gcode), try to detect Perimeter Movements, e.g. by Speed, and check if there are many "small" movements after each other. Just one...
Hello, I had an idea about speeding up the whole Analysis Process and even detecting for small movements... I don*t know if it's a good idea so i post it...
Ahh okay :-/ thats odd. Do you use something else now?
Fixed in devel branch.
Okay, bug is under investigation, thought I had it yesterday but turns out I was just miss reading my own code -.- Anyway the code base will receive a massive...
yes please add a screenshot but maybe open a new issue for that, so we don't get 2 different issues in here. Thanks in advance.
@energiebrand just a note you mixed it up Octoprint 1.4.0 and OctoPi 0.17.0 ;-) Also it seems like I can not reproduce the problem. I installed Octoprint 1.4.0 and CustomControlsEditor...