Jump to content

Cuq

Expert
  • Posts

    675
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Cuq

  1. Under Extrusion ...  

    It's not really usual in the configuration to set the Flow to 85%.  Most of the time a Flow between 98 and 102% is logical as it should be a small adjustement. If you set your flow to 85% it's because you have follow the wrong Tuto on YouTube for the calibration of your E-Step and/or you are using just one Wall on your Cube to calibrate the Flow. But as Cura is not based on the Slic3r familly to get the right value you must use 3 or 4 walls to get an accurate result.

     

    And Nozzle size even if it's not necessary it's better to set the Nozzle Size parameter to the right value: 0.6

    image.png.5e9713a5d79b0d0e12c2b76817821b1f.png

  2. Yes You can have the same issue for the same printer. If you take the example of the Ender-3  the Qualities defined for this machine are based on the Nozzle Size. As you can have a nozzle from 0.2 to 1 mm  a profile define for one nozzle is not necessary compatible with an other nozzle and it's not a question of Nozzle_Size but only of quality avalable for a Configuration Ie

     

    Nozzle 0.2

    quality_type = ultra

    quality_type = super

     

    Nozzle 0.4

    quality_type = super
    quality_type = adaptive

    quality_type = standard

    quality_type = low

     

    Nozzle 1.0

    quality_type = draft

     

     

    So a profile define for the 0.4 cannot be used or even imported for a 1mm nozzle

     

    image.thumb.png.c3ab3edaf2eee27ca2f318d541cf628c.png

  3. There is no rule to define the qualities, but globally what we find most generally is (basic quality of a general FDM printer in Cura) :

     

    quality_type = high
    quality_type = fast
    quality_type = normal

    quality_type = draft

    quality_type = coarse

    quality_type = extra coarse

     

    Actualy if a printer does not have a basic profile with a quality announced then the import of profile does not work (in the current case of the code of Cura).

    Note  :  that Ultimaker has also had fun creating qualities that come out of a "standard" with some machines quality :

    quality_type = extracoarse
    quality_type = slightlycoarse
    quality_type = superdraft

    quality_type = verydraft

     

    And then we have all those who have invented qualities that penalize the exchanges . Clearly the one who made the Anycubic Kobra configuration with its PLA, ABS etc qualities. had not understood anything and then penalizes the users of these machines.

    The other case is for Creality machines. It is a very popular printer and many profiles are based on this config, unfortunately at the time of the update of these profiles by the author of something call the CreawsomeMod the qualities defined were :

     

    quality_type = super
    quality_type = ultra
    quality_type = standard
    quality_type = adaptive

    quality_type = low

     

    This leads to most of the current problems since there is no correspondence between these names and the standard qualities.   Changing these values in the current settings would not solve anything on the contrary since all user profiles would become invalid for these machines.   

     

     

  4. If you cannot import the Profile it's because your printer does not have the defined quality type existing in the profile. 

    A solution is to edit the profile by opening the curaprofile ( it's a zip file ) 

     

    image.png.056ea1421b0e0e859f19416de480d994.png

     

    And by editing the Quality files which are text files.

     

    image.png.f4e7747bafb8531da042ec58999869b8.png

     

    Replace quality_type = normal   by = standard or one of the quality types of your printer.

     

    Some plugin can also help you. But you should keep in mind that a profile represents only a limited number of parameters, so a profile defined for a printer used on an other printer doesn't have really signification.

  5. I'm using  :

    Quote

    ContainerRegistry.getInstance().findInstanceContainers

     

    To find some container of a defined type . The first use of this Method is very very long and I got a lot message  in the log file of the type 

     

    DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.

     

    Then the next use is really fast ? What's wrong and how to solved this issue ?

  6. Yes looks like a Bug or a Feature ? Don't know how the developpers of Cura will consider this result coming from Cura 5.3 Beta.  

     

    Unchek the option "Brim Replaces Support"  to temporarily solved this problem.

     

    This new behaviour looks like linked to this Parameter + a New one Call Brim Inside Avoid Margin.

     

    image.thumb.png.65d12a5bb86d76dc67ec7a6e07d31ea7.png

     

    Brim Inside Avoid Margin.

     

     

    image.thumb.png.792a3f37387387758b683c837f146c04.png

  7. 12 hours ago, crumbsPenfold said:

    I am very surprised that in 2003

     

    I'm very surprised that you still live in 2003 🤣

     

    I'm sure that in 20 years you will be able in Cura to create  a non repetitive pattern.  By using a "Discrete Lines" definition.

     

    image.thumb.png.7835b9a7217d80f9235ba7e06a6f9313.png

     

    • Laugh 2
  8. As I said if you don't want to modify the existing profile you have to Create a New Profile, then reactivate your Profile in Cura and delete the newly created profile. Or eventually use the profile analysis plugin to see the differences between the two and decide which one you will keep.

     

    If Cura proposes a new profile, it is because it detects a difference between the project data and the current profile in Cura.

    • Like 1
  9. Here you are on the biggest problem of Cura and the point that confuses all users, both novices and experienced ones.  You don't really know which settings exist in your current profile and which ones exist in the project. What you know is that the current profile is usually the most up-to-date with your latest settings, so you don't want to destroy it by overwriting this data. So you will create a new profile and 10 days later you will have 50 profiles called Best-Profile#10, Best-Profile#20, Best-Profi#39 ...

     

    But without knowing where the Best Profile is.   Cura is developed by Ultimaker for UltiMaker. In this world the workflow makes sense, you use a software created by Ultimaker, on UltiMaker machines and  Ultimaker filaments with profiles validated by UltiMaker, Theoretically no need to update the profile.  This policy makes sense and is defensible. Now if you are not in this scheme it is more complicated.

     

    The Beta 5.3 version should improve this a bit but without conviction.

  10. Finally decided to use it via a specific plugin :

     

     

     

    Acces to the function via a Right Clic on the part (Thanks @fieldOfView ) for the sample code via his Mesh-tool Plugin.

     

    And two new Orientation Function toward the X direction 

    - Rotate in the main direction (X)
    - Rotate the side direction (X)

     

    And also allows in this case to have a faster access to the functions by using keyboard shortcuts as discussed here [#22](https://github.com/nallath/CuraOrientationPlugin/issues/22)

     

  11. IF you don't want to define a Print Speed at the material Level .. Supress the Print speed in the Material Settings by unchecking the parameter in the list.

     

    image.thumb.png.4115eb64ca7560124a2f7dab360b4b44.png

     

    Note : I'm not sure but it could be also a function available via a plugin : https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/MaterialSettingsPlugin

     

    And YES when you need 3 or 4 plugins to manage correctly your settings in a software there are certainly a problem of UX in Cura...  But some peoples are not agree with me 🙂   The "easy-to-use 3D printing software trusted by millions of users" cannot be wrong 🤣

     

    • Like 1
×
×
  • Create New...