Master OrcaSlicer 2.2 Calibration and PA Testing: A Step-by-Step Guide

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 26

  • @MisterkeTube
    @MisterkeTube Місяць тому +1

    The printer config is setting the maximum values for the hardware. They can be set to what the hardware can do without skipping steps (and keeping 10% safety margin from where that would happen). There are various videos on UA-cam on how to find that point, but actually measuring that will be uncomfortable for your hardware and your nerves, so just using a reasonable max. value is often the best choice. The slicer can then set accelleration and speed within the range the printer / Klipper allows. Klipper will simply use the lower of its max. limit and the value set by the slicer. The slicer can of course dynamically change the speed and accelleration depending on the type of line it's laying down, whereas the max. limits in Klipper are pretty static. And for Marlin, basically the same holds, except that the max. values are either hardcoded in the firmware or stored in the NVRAM/flash by Marlin instead of a config file.

    • @minimal3dp
      @minimal3dp  Місяць тому

      Thanks for the great explanation.

  • @RinnosukeETQW
    @RinnosukeETQW Місяць тому +1

    I was really hoping this was a guide on adaptive pressure advance. guess I keep waiting. only you have even addressed it exists in people I follow at this point.

    • @minimal3dp
      @minimal3dp  Місяць тому

      I have another video that does a more in-depth cover on it. What would you like me to go over?

    • @RinnosukeETQW
      @RinnosukeETQW Місяць тому

      @@minimal3dp You mentioned it in the 2.2.0 beta video but said you were going to cover configuring it later after the full release was out, that's what I was hoping this was but I can wait.

    • @minimal3dp
      @minimal3dp  Місяць тому

      I will work on it this week. I am a little behind with work.

    • @RinnosukeETQW
      @RinnosukeETQW Місяць тому

      @@minimal3dp take your time, and thanks

  • @christopherlyons7613
    @christopherlyons7613 Місяць тому

    Thanks for the video. I'm a little confused on what the speeds & accelerations should be. You're mentioning how values in printer.cfg (which I currently can't find?) and the various Orca profiles can provide info that is not necessarily consistent. I'm running a FlashForge 5M Pro and using the Orca profile for that machine. I haven't modified anything. So would the provided speeds & accelerations be correct or should I be looking to make changes? If I should be making changes, what do I use to determine what the values should be set to?
    Also should you just do a full calibration for each new filament type that you run? There just seems to be so many things that can change from filament to filament (and the various calibration options Orca provides) that I think it makes sense to just test each new one you try. At least my goal is to try to determine a standard set of filament that I'll be using and I want to dial that in the best I can so I can get the best prints possible. Does that make sense or am I missing something?
    When I try to do the PA calibration, it displays the dialog asking me for my choices and I select PA Pattern and select OK. But it then appears to do nothing. I'm left with the plate with nothing on it and the Slice Plate isn't available (grayed out). What am I doing wrong?
    Appreciate any help. Thanks.

    • @minimal3dp
      @minimal3dp  Місяць тому

      Have you gotten it figured out?

  • @LastZion
    @LastZion Місяць тому

    thanks for revisiting this topic. I tried as suggested and it's working as intended. However, I've just noticed today that if I have the "enable adaptive pressure advance (beta)" ticked within the filament setting, in the stl gcode, I saw 2 lines of set pressure advance. The first one is the setting PA according to the figure I wanted it to be based on PA calibration, then another line after ;AFTER_LAYER_CHANGE to 0. Not sure if anyone is also having similar issue or is it just my ORCA. if anyone can please confirm then that'd be muchly appreciated.

  • @santiagomoneta
    @santiagomoneta Місяць тому

    I see that i can 'disble' accel on the profile by putting zero and then uncheck to emit limits in the motion ability tab.. would that help to just let klipper handle that ?

    • @minimal3dp
      @minimal3dp  Місяць тому

      I would try both ways and check time and quality.

  • @RyKnocks
    @RyKnocks Місяць тому

    Where can I find my printer config file? I'm fairly new to 3D printing but finally getting around to dialing in my 3D printer.

    • @tbastosc
      @tbastosc Місяць тому

      For klipper users, leftside menu, machine, folder(config).. the file its called config.cfg

    • @minimal3dp
      @minimal3dp  Місяць тому +1

      This is a Klipper feature (the config). Are you using Marlin or Klipper? If it is marlin, let me know what printer you are using and I will try to post the steps.

    • @RyKnocks
      @RyKnocks Місяць тому

      @@minimal3dp I'm running an Artillery Sidewinder X2, stock firmware.

    • @christopherlyons7613
      @christopherlyons7613 Місяць тому

      @@minimal3dp I'm having trouble finding printer.cfg too. I'm running MacOS and am using a FlashForge 5M Pro which I believe is running Klipper. Where is this file located? Thanks.

  • @madorax251
    @madorax251 Місяць тому

    I see the line width setting you are using is 0.5. Are you using a 0.5mm nozzle on the ender 3 s1?

    • @minimal3dp
      @minimal3dp  Місяць тому

      No. I am using a .4 nozzle.

    • @madorax251
      @madorax251 20 днів тому

      ​@@minimal3dp line width is set at 0.5 is the result better or how am I new to using orca

    • @madorax251
      @madorax251 20 днів тому

      can you tell me why you chose 0.5 line width to get better or more precise print results?

  • @berlinberlin4246
    @berlinberlin4246 Місяць тому +1

    Feedback: the voice sound of the Intro is got better, as in the past.
    In between the video its some irritating echo on the voice.
    Thank you for improving the quality, step by step.

    • @minimal3dp
      @minimal3dp  Місяць тому

      I have been working on it. I truly suck at sound engineering

    • @minimal3dp
      @minimal3dp  Місяць тому

      I appreciate the feedback

  • @MarkForgette
    @MarkForgette Місяць тому

    This is the hard part for me, what to do in Klipper, and what to do in Orca. I get the impression that a lot of this is being done twice or more.

    • @minimal3dp
      @minimal3dp  Місяць тому +1

      I would set you max values in Klipper and then do any adjustments via orca. Orca overrides Klipper.