-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outer perimeter only 2 layes tall Orca 2.2.0 #1
Comments
I think I know what the issue is. I can't fix it right now because I don't have the time to test wether it breaks something or not. But you should be able to easily fix it by changing the line 85 from if line.startswith("G1 Z"): to For your specific case this should work. But please don't close the issue until really fixed |
Unfortunately that did not fix it and other models like the one attached now has large gaps on the model. I tested different start gcode profiles as well as older versions of Python just to see if that made any difference but kept getting Error 2's with Orca. I included a non script version as well as the edited script that you can check as time allows. Thanks in advance. |
Try editing the newest version, updating to that and changing line 85 fixed this for me |
Tried the edits and while it got better it's still not working correctly. It's just randomly switching between the set layer of .1 and the internal of .20. Some models like the script doesn't even seem to be applied to the outer layer at all and just outputs it with matching interior layers. Others come out like this and are the same for internal layers of .24 and .28 Looking at the log the only thing I see that's out of place is where it says "Layer 1 detected at Z=25.000" I suspect it's flagging that from my start gcode where I have it set to do the following after completing the adaptive mesh. G1 Z25 F240 Smoothificator Script.zip To this with the edits. |
Give my fork a try and see if it works for you in Orcaslicer. Works well on my system. https://github.com/sihawken/Smoothificator/blob/main/Smoothificator_Adaptive.py |
@sihawken I tried it and it does seem to be working. It just doesn't like it when supports or scarf joints are used. Other than that it does appear to work correctly. |
@PorpoiseHork I already knew that scarf joints don't work, I have a few thoughts on how to solve that problem though. I haven't noticed that it doesn't like supports, but honestly I am not surprised, I avoid supports like the plague. So I wouldn't have noticed. |
smooth_wall_log.txt
Tried this with Orca 2.2,0 and Python 3.13
Gcode only shows two layers on external perimeter.
Tried following variants of script.
"C:\Users**\AppData\Local\Programs\Python\Python313\python.exe" "C:\Users*\Documents\SV07 Klipper Additions\Smoothificator.py" -o 0.1;
Resulted in Error Code: 2 when exporting gcode.
"C:\Users\Bretf\AppData\Local\Programs\Python\Python313\python.exe" "C:\Users\Bretf\Documents\SV07 Klipper Additions\Smoothificator.py" -outerLayerHeight 0.1;
Successful export but when reviewed outer perimeter has just two layers.
SV07 Foot_PLA_Test 0.2_53m36s.zip
The text was updated successfully, but these errors were encountered: