-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
First Layer Height Can't be Greater than Nozzle Diameter Error #1035
Comments
yes, it's an unfortunate problem. Problem: I have a collection of extruders used in a print. |
Yeh the tooltip does line up with what is happening but I think what is happening should be changed. The easiest fix to remove the error from occuring would be to calculate the layer height from the smallest nozzle diameter. However I think the better solution, that would make it more consistent with layer width percentage calculation, would be to calculate each objects first layer height independently. |
I am not familiar with the technicalities of how PS/SS deals with various layer heigths for different objects but it must support it to some extent due to the variable layer height tool |
but you can print an object with multiple extruders, so I have to take the min ? |
You can, by using a dirrefent extruder for perimeter, infil... also there is the support extruder that is used for the whole plater. |
Ok, I hadn't used that feature in SS so thats good to know.
Would this work? |
I'll see if I can grab the information everywhere it's needed. one problem is that the number of extruders used in the first layer may depend on the first layer height! If a second small extruder is used at the second layer, a big first layer may put tit in the first one, but then the first layer should be smaller, and so it's on the second one! |
That's a very good point. Using all nozzle diameters used in each object seems to be making the most sense in that case |
- now use the thinnest extruder used by the object if % - more consistent over the software #1035
- now use the thinnest extruder used by the object if % - more consistent over the software #1035
Version
2.3.55.5
Operating system type + version
Windows 10 & Ubuntu 20.04
3D printer brand / version + firmware version (if known)
E3D Toolchanger. Reprapfirmware 3.2
Behavior
Description
Get "First layer height can't be greater than nozzle diameter" error when using multi extruder printer with different nozzle diameters
Steps to Reproduce
100 * (nozzle_diameter_2 / nozzle_diameter_1)%
Expected Results
The first layer height percentage would be calculated from the nozzle diameter of the extruder that is being used for the specific part.
Actual Results
The first layer height percentage is calculated from the nozzle diameter of extruder 1 even if it is not the one being used.
Project File (.3MF) where problem occurs
first layer height error.zip
The text was updated successfully, but these errors were encountered: