How to tune Small Area Flow Compensation to improve 3D print quality

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 220

  • @samh5521
    @samh5521 7 หลายเดือนก่อน +73

    Regularly amazed with the contributions from members of this community. From the idea, execution, and showcase here in this video, big thanks to all involved!

  • @S4LUTE
    @S4LUTE 7 หลายเดือนก่อน +38

    Only one year into printing and i learned so much from you. Thank you!

    • @DanielSanPedro
      @DanielSanPedro 7 หลายเดือนก่อน +2

      I agree. Michael has done so much for the community and has a treasure trove library of information. I wouldn't have been able to do as much with the hobby if it weren't for his videos and site.

  • @alexandert-moss7187
    @alexandert-moss7187 7 หลายเดือนก่อน +51

    Brilliant video! You've managed to explain it better than I could! ❤

    • @maxconser9930
      @maxconser9930 7 หลายเดือนก่อน +3

      Thank you for making this. By chance, how did you come up with the default values? It feels like they should come from some function that might be easier to tweak than a table.

    • @BennyTygohome
      @BennyTygohome 7 หลายเดือนก่อน

      Appreciate you and your contribution. This is great

    • @alexandert-moss7187
      @alexandert-moss7187 7 หลายเดือนก่อน +8

      @@maxconser9930 At it's core, the model uses (cubic spline) interpolation. This is the actual mathsy bit behind joining all the flow model points together, there are specific tools to show the result of this type of interpolation, but they are nowhere near as user friendly as a simpler chart in a spreadsheet. The default values were actually taken from the initial approach used for the flow model, which was to use an equation for the model line and not interpolation of points, in the end interpolation was favoured as is more intuitive to change than an arbitrary equation (you'll notice the lengths of the points in the default model are at "nice" values, then the flow rate % was what the original equation model produced at those lengths)

    • @TeachingTech
      @TeachingTech  7 หลายเดือนก่อน +6

      Thanks for your great work!

  • @thewebmachine
    @thewebmachine 7 หลายเดือนก่อน +22

    OMG your timing with this video is *spot on!* I just started playing with my first 0.8mm nozzle and this small area flow issue is so much more pronounced with larger nozzles! I have been trying to tweak for weeks now and couldn't find a balance between long runs and smaller areas. This might have been the solution I didn't know I needed!
    Thank you for all that you and the community, at large, does for the evolution of 3D printing! 💙

  • @danielbilodeau4701
    @danielbilodeau4701 7 หลายเดือนก่อน +5

    This is am issue i've had for years and never knew what caused my top layers of small parts to be overextrudes. I kept changing the flow rate to no avail. This is a great fix, will definitly give it a try. Thanks for the video and thanks to the community :)

  • @TheOfficialOriginalChad
    @TheOfficialOriginalChad 7 หลายเดือนก่อน +1

    I appreciate that you covered all the slicers and the script version too. I use Orca, so it was a tad annoying, but you still did the internet a service.

  • @SkateSoup
    @SkateSoup 7 หลายเดือนก่อน +2

    You absolute psychic magician. I'm in the process of tuning my Magneto X and this was something I noticed in a test print last night after EM calibration and some top layer quantity and speed tweaks. I was going to test print the same model facing 4 different ways to see the impact, and probably still will, but it looks like this may be what I need to get top surface quality all the way across the finish line. Love your timing, and adore this community and how these open source contributions make life better for everyone.

  • @Donorcyclist
    @Donorcyclist 7 หลายเดือนก่อน +1

    An amazingly giving community, that allows the non-initiated, like myself, to benefit from these improvements so that I can focus on making better quality designs to share!

  • @bonovoxel7527
    @bonovoxel7527 7 หลายเดือนก่อน

    This is finally something new after weeks, for us retail consumers! Thanks!
    Having a Bambu I'm pretty ok with surfaces in general. Wonder if this will solve uneven surfaces in my case since it might be this lil tweak but it looks like more the color of the material changing when slowing to shorter paths, in an infill. How it reflects light, like broad surfaces shine while short track corners are matte, dull. Indeed it's a game changer on objects with many upper surfaces like the first one, because overextrusion in corners is still slightly a thing even on Bambu machines and calibrated flowrate.

  • @802Garage
    @802Garage 7 หลายเดือนก่อน +2

    Great! I hadn't looked into it much and I understood the basic principles, but this made the feature extremely clear.

  • @MarlosB
    @MarlosB 7 หลายเดือนก่อน +2

    There is config to set % of overlap between infill and perimeters on PrusaSlicer (probably something similar on other slicer). This config may help you close the gaps on your final results. As usual, great video, thanks for sharing!

  • @danielnordstrand6443
    @danielnordstrand6443 หลายเดือนก่อน

    Thank you! This indeed helped me squeeze a noticeable improvement out of my prints :D. And thank you for your contributions too! This isn't the first one that has helped me.

  • @DrZylvon
    @DrZylvon 7 หลายเดือนก่อน +2

    I like the format : focus on a setting, understanding and applying. Thanks !!!

  • @K3NnY_G
    @K3NnY_G 4 หลายเดือนก่อน

    I can't believe I missed this one; I've been using this sense day 1; googled around for the first week trying to figure out what these gibberish numbers meant cause' it works awesome except in the smallest points.
    2 of your prints later with the spreadsheet and thing's as flat as if I'd run ironing on it after; thanks loads man.

  • @jasoncline2226
    @jasoncline2226 6 หลายเดือนก่อน

    It's about time. This was the whole key to getting Bambu machines to iron properly

  • @watchingwatches7863
    @watchingwatches7863 7 หลายเดือนก่อน +1

    Great video I like postprocessing scripts, because they enable us to come up with ideas to modify gcode. This way we have a proof of concept and it will eventually be implemented in the slicer, which is quite complex to implement if you aren't experienced and familiar with the code. It's also possible to write some code specific to one project and add a specific use case , which isn't available in the slicer. I've done some work to the gradient infill script of CNC kitchen to adopt to prusa and orca slicer. I also added a maximum volumetric flow. My first project was the implementation for a maximum amount of retractions in an extrusion interval which was already implemented in Cura. This way I was able to add this function to any slicers gcode.

  • @DonnyDonnMendoza
    @DonnyDonnMendoza 7 หลายเดือนก่อน

    That’s absolutely mahussive!!! I have problems with my corners and around holes since I typically print with an 0.8mm nozzle. My situation won’t be perfect but this will fix the worst of my printing problems for sure!

  • @thebrelon
    @thebrelon 7 หลายเดือนก่อน +7

    I recently moved from superslicer to orcaslicer, first being a little sceptical because of all the hype, and eventually love it a lot (i also moved from marlin to klipper at the same time 😅) even if I'm not an expert at 3d printer. Thanks for showcasing this feature!

    • @CharlieBaes
      @CharlieBaes 7 หลายเดือนก่อน

      Did you convert and Ender to Klipper using a Pi?

    • @thebrelon
      @thebrelon 7 หลายเดือนก่อน

      @@CharlieBaes not an ender, not a pi, sorry

    • @CharlieBaes
      @CharlieBaes 7 หลายเดือนก่อน

      Well what was it then kid? 🤣

    • @thebrelon
      @thebrelon 7 หลายเดือนก่อน

      @@CharlieBaes I3 clone with btt cb1 on a btt manta board

  • @philipashley3139
    @philipashley3139 7 หลายเดือนก่อน

    I had already turned this on in orca slicer but it is great to now know how to tune it. Thanks so much for this!

  • @robvandelinder6452
    @robvandelinder6452 7 หลายเดือนก่อน

    Just started using some Rapid PETG and having this EXACT problem, can't wait to try out the script, thanks for sharing it with us!

  • @mxlje
    @mxlje 7 หลายเดือนก่อน

    I actually red this in the release notes for 2.0 and thought it was a much bigger deal (for me personally) than scarf joins, but then promptly forgot about it. Thank you for the reminder!

  • @crashingsux
    @crashingsux 7 หลายเดือนก่อน

    This was so helpful. I was struggling to tune in my top surfaces and it turned out that while I needed small area compensation, I needed much lower amounts of compensation than the default model provided.

  • @AnthonyDeChiaro
    @AnthonyDeChiaro 7 หลายเดือนก่อน

    A big thanks to the people who created this and to you for sharing this. Definitely interested to see how this works!

  • @josephpk4878
    @josephpk4878 7 หลายเดือนก่อน

    People's skills and willingness to share and improve on common subjects is a truly incredible means of perfecting an idea. No amount of tuning has ever dealt with the amount of overextrusion and plowing that happens in those corners and my preferred solution was setting a perpendicular top layer at about 10mms - ironing, if patient enough. I'm torn about whether I feel like implementing this and going through another 100 hours of experimenting and perfecting. Would like to see Prusa integrate it.

  • @nuy6n6nn
    @nuy6n6nn 7 หลายเดือนก่อน

    this actually improved print quality on my ender 3 pro quite a bit. thanks, very helpful

  • @itaialter
    @itaialter 7 หลายเดือนก่อน +2

    Thanks for explaining the OrcaSlicer settings. Gonna try it now.

  • @edumaker-alexgibson
    @edumaker-alexgibson 7 หลายเดือนก่อน +2

    Now this is something I am going to need to test!

  • @dylanlasky2389
    @dylanlasky2389 7 หลายเดือนก่อน

    I have always noticed this on prints, but never payed any thought to it. This is awesome gonna try it now.

  • @ThatsPety
    @ThatsPety 7 หลายเดือนก่อน +2

    I would love to look at various examples with and without ironing to see how the two features interact. Great video

  • @sargkookie3118
    @sargkookie3118 7 หลายเดือนก่อน +1

    What perfect timing.
    I just had this issue pop up after moving from .4 to .6 nozzle

  • @3dPrintingMillennial
    @3dPrintingMillennial 7 หลายเดือนก่อน +1

    Wow so this will be the video that pushes me to finally download Orca Slicer. Thanks!

  • @radish6691
    @radish6691 7 หลายเดือนก่อน

    I’ve been using this feature since it appeared in a nightly build and it works a treat! I’ve been very dissatisfied with how large flat areas turn out using modern slicers (Bambu Studio and Orca Slicer) and printers (X1C and P1P). My very old Wanhao Duplicator i3 Plus with Simplify3D v4 did a much better job in corners and around holes or protrusions, SAFC is definitely a step in the right direction.

  • @BennyTygohome
    @BennyTygohome 7 หลายเดือนก่อน

    You are very good at explaining/wording the ideas and concepts in each of your videos. Thank you.

  • @bareabarea3449
    @bareabarea3449 7 หลายเดือนก่อน +1

    Great work sharing this, thank u, and great work from the developers!

  • @silencedfrost901
    @silencedfrost901 7 หลายเดือนก่อน

    Just did this a week ago, the default orca profile got over extrusion for me, had to do tuning but then it worked great!

  • @Yavorh55
    @Yavorh55 7 หลายเดือนก่อน +1

    The amazing thing about 3D printing is that it's just physics in practice - which means that with enough understanding of math, physics and logic you can continue to improve on and on with just software changes!

    • @urgamecshk
      @urgamecshk 7 หลายเดือนก่อน

      Unfortunately most of the user base has a smooth brain

  • @smorris12
    @smorris12 7 หลายเดือนก่อน +3

    I had this problem with a run of items which needed a mating face finish. I was using a 1.2mm nozzle so the lumps are significant round small features. It's a run of 80 so finish filing would have been tedious. Since I use Cura I found the best way to solve it was to write a script that excised the top skin from the last couple of layers in the gCode and just left the walls.
    I need to look at these Slic3r variants.

  • @majorzbzzn
    @majorzbzzn 7 หลายเดือนก่อน +3

    On Windows you can copy a filename by holding Shift and right clicking the file in Explorer. You will have a hidden option (revealed by the Shift) of Copy Path.

  • @luke.perkin.online
    @luke.perkin.online 7 หลายเดือนก่อน +1

    I wish we'd had this 5 years ago. My old delta with a huge bowden would have become awesome!

  • @MCsCreations
    @MCsCreations 7 หลายเดือนก่อน

    Fascinating! Thanks, Michael! 😊
    Stay safe there with your family! 🖖😊

  • @Jesus6000
    @Jesus6000 7 หลายเดือนก่อน +1

    Thank you muchly for the explanation and the coverage. Test print looks good!

  • @zodak9999b
    @zodak9999b 7 หลายเดือนก่อน

    Thanks, Michael! This is an amazing contribution.

  • @TheOneAndOnlySatan
    @TheOneAndOnlySatan 7 หลายเดือนก่อน +1

    What a perfect timing ! Im having a weird problem with a fresh roll abs black. I have runned flow calibration 3 times in the last 24h starting to doubt myself as i didnt print in 2 weeks wich is waaay to long

  • @MakeKasprzak
    @MakeKasprzak 7 หลายเดือนก่อน

    Tuning this could be simpler, but again thank you for publicizing this awesome new feature

  • @seangholland3055
    @seangholland3055 7 หลายเดือนก่อน

    fantastic bit of work and thanks for sharing with the community

  • @avejst
    @avejst 7 หลายเดือนก่อน

    Impressive feature
    Thanks for sharing your experiences with all of us :-)

  • @dcchillin4687
    @dcchillin4687 7 หลายเดือนก่อน

    I've been using this but wasn't sure how to tune, thanks for the explanation

  • @ediposantos6574
    @ediposantos6574 7 หลายเดือนก่อน +1

    you could use a parametric exponential curve, and adjust only a single value, reflecting in all extrusion lenghts while maintaining the curve smooth

    • @ediposantos6574
      @ediposantos6574 7 หลายเดือนก่อน

      docs.google.com/spreadsheets/d/1Rv1aXhaP_OuGJEjUB59luggX0_8VCEHpCYnVCULFAN4/edit?usp=sharing

  • @RandoTechNerd
    @RandoTechNerd 4 หลายเดือนก่อน

    How was I not subscribed to your channel on my tech channel you're the OG!!

  • @daveh7720
    @daveh7720 7 หลายเดือนก่อน

    Nice work on that spreadsheet!

  • @oasntet
    @oasntet 7 หลายเดือนก่อน +1

    This is really handy. I've been deliberately setting non-perimeters to underextrude to avoid this issue, just accepting that I'll get small gaps as a result. I accepted that because it's better than the little bulges getting hit by the nozzle and either knocking the print loose or causing a layer shift, both of which have only gotten worse as I've increased my printing speed with the help of resonance compensation and linear advance...
    I've never used Orca; hopefully there's nothing I'm using in Cura that I would miss... I guess I could also try post-processing it myself, or see if there's a way to add post-processing directly to klipper, now that I'm running it.

    • @ALittleSlowest
      @ALittleSlowest 7 หลายเดือนก่อน

      I was curious if linear advance could fix this issue on its own, but you experience seems to indicate otherwise.

    • @oasntet
      @oasntet 7 หลายเดือนก่อน

      @@ALittleSlowest It helped a little, but didn't solve it outright. It was better at preventing over-extrusion on corners, resulting in actual 90° corners instead of columns protruding from the corner.

  • @ChronOJohn2
    @ChronOJohn2 7 หลายเดือนก่อน

    I think this interacts/influences preassure advance.
    May be a thing to look into for an upcoming video

  • @grahamcoster8333
    @grahamcoster8333 7 หลายเดือนก่อน

    Fantastic! Thanks mate, that’s incredibly helpful. I really appreciate you going through it step by step.

  • @AI-Idiot
    @AI-Idiot 7 หลายเดือนก่อน +1

    This turned the hot mess that were my 1.2mm nozzle prints into actually good prints that are fast, strong, efficient and now decent-looking (1.22mm walls 0.45mm layers, no-brand cheap transparent pla, I use it for quick functional parts, but use a 0.4mm or 0.2mm for detailed ones)

  • @thaejsooriya3313
    @thaejsooriya3313 7 หลายเดือนก่อน +1

    This is great, I know you focused on the top layer, but I find my printers could realllyyy use this on the first layer with sharp corners. Every now and then it creates that lumpy texture and there’s a chance that it touches the side of the nozzle on the next movements and drags the print away.

  • @justinpedersen9174
    @justinpedersen9174 7 หลายเดือนก่อน

    This would be really cool to have on your website. Something that spits out multiple of these in a range that can all be printed at once and compared

  • @LeonMcAtee
    @LeonMcAtee 7 หลายเดือนก่อน +1

    Rather than modify the points manually extract the trend line formula in Excel, or the open source equivalent, and modify the variables there.
    This lets us modify the curve in any non-linear way we may need without having to guess at the points values for a smooth line. Using this method the curve can also be broken up into more divisions which should reduce the errors from interpolation.

    • @dannybloe
      @dannybloe 7 หลายเดือนก่อน

      Or define a bezier curve of some sorts.

  • @vickington
    @vickington 7 หลายเดือนก่อน

    Wow what a great feature!

  • @troncooo409
    @troncooo409 7 หลายเดือนก่อน +2

    That curve looks like exponential curve. F(d)=1-exp(-d/t). In that case you only have to guess one value t. The d is the distance. Maybe a few value to put in your sheet with that.
    Thank you for explaining.

    • @ivantrail702
      @ivantrail702 5 หลายเดือนก่อน

      I was thinking it looked like log base d of (x-1).

  • @floodo1
    @floodo1 7 หลายเดือนก่อน

    Wow this is gonna be huge!

  • @ChannelRejss
    @ChannelRejss 7 หลายเดือนก่อน

    Oh man, we neeeeed this feature in Prusa Slicer too!!! I have particularly noticed this inconsistency on my Prusa XL printing with a 0.6mm nozzle.

  • @username9774
    @username9774 7 หลายเดือนก่อน +5

    If only orca would propperly work with toolchangers, then I wouldn't need to use Prusaslicer for my Voron Stealthchanger. Great video, thank you for your service to the community.

  • @natereinhold6180
    @natereinhold6180 7 หลายเดือนก่อน +1

    I think this is way better than scarf joints. My z seams are fantastic and barely noticeable anyway. This is huge and addresses the only problem I haven't been able to tune out. I have to balance underextrusion vs correct extrusion, but has bits overextruded and able to catch on the nozzle causing a layer shift in the y axis (300x300 bed running 8k accels on travel moves, that little bit of resistance overcomes my 85mm nema17 w/1.09nm torque) or it pops a peice off of the bed when it hangs up.

    • @tylon_stuff
      @tylon_stuff 6 หลายเดือนก่อน

      this has nothing to with scarf joints

  • @StephenBoyd21
    @StephenBoyd21 7 หลายเดือนก่อน

    I’ll be giving this a go. Hopefully it’ll become native in bambu slicer soon.

  • @luisfloriano8643
    @luisfloriano8643 7 หลายเดือนก่อน

    I think the same techniques ..
    will be helpful to control temperature..
    when printing into small areas then large areas
    I can see the filament .. being cooked to much- comes out black etc.

  • @Dewclaws
    @Dewclaws 7 หลายเดือนก่อน

    I would love to see that oversized part reprinted with this and appended to this video. Again, thank you for your dedication to the subject and hobby. 👍

  • @rossk7927
    @rossk7927 7 หลายเดือนก่อน

    I'll have to give this a try. I designed and use a, what I call, skinning plane to shave off surface bumps.
    Bring on the Hilbert Curves 🎉

  • @TS_Mind_Swept
    @TS_Mind_Swept 7 หลายเดือนก่อน

    Didn't know what this feature was for, but I'll definitely be enabling it, even if I don't play around with it a bunch.
    I just wish that wherever the tiny white gap filling poop command came from would disappear..it ends up just making the surfaces look worse then having tiny gaps, but despite looking over every single variable feild, I can't figure out which variable turns that off..

  • @1dismantler
    @1dismantler 2 หลายเดือนก่อน

    There's currently a bug in ORCA. If you change the 10.0 extrusion length from 1.0, to say .9, it will cause the script not to run. That being said, I think this is a fantastic new feature and has a clear impact on the quality of the print.

    • @anguismemes1666
      @anguismemes1666 หลายเดือนก่อน

      Is the bug still there?

  • @ptegler
    @ptegler 6 หลายเดือนก่อน

    that Nth degree of tuning further effects clumping of fiber filed filaments. loved it, ...then turned, when you mentioned it performs these adjustments thought the file. After the first layer, except perhaps zits and holes 'thoughout' the printing, why would you not just use ironing on that single last top layer? (much quicker)
    ...perhaps I'll stack processes. :-)

  • @McRootbeer
    @McRootbeer 7 หลายเดือนก่อน

    Sounds like this might improve tolerance test results and i bet it would help print in place models like Sunshine's print in place engines 😁

  • @analogdesigner-Jay
    @analogdesigner-Jay 6 หลายเดือนก่อน

    Nicely done, thanks!

  • @bybarbaros
    @bybarbaros 2 วันที่ผ่านมา

    thank you very much for the information you have given. i will try as soon as possible... i will have a warning to the people watching this video from here. at least make a like and a comment to our friends who spend time and effort to share and convey this important information. it is very sad and embarrassing that 77 thousand people watch and 4 thousand people like it.

  • @Viking8888
    @Viking8888 7 หลายเดือนก่อน

    That is so cool. Thank you so much for sharing that!

  • @xgeko2
    @xgeko2 7 หลายเดือนก่อน +5

    that's pretty cool but shouldn't pressure advance/Linear advance take care of this?

    • @SianaGearz
      @SianaGearz 7 หลายเดือนก่อน +2

      Not really, no, that just changes when the extrusion pulses are given, advancing them by a certain pressure dependent time, to account for pressure lag in the hotend. If you have inconsistent extrusion depending on speed, that fast prints extrude less than slow ones, there's nothing it can do about that, it only corrects the transition from fast to slow extrusion or vice versa.
      But something still rubs me wrong about this. It's a good first step to figure out a more pointed more physically based solution though.

  • @mgruber4
    @mgruber4 6 หลายเดือนก่อน

    Note that the copy paste feature of the spreadsheet may use localized separators for values, not the US format. This causes a real mess with the result, since many languages uses the ',' instead of the decimal '.'. I don't know how locale settings affects this parameter in Orca. Supposedly US English, because initial values uses it. Regardless from what values I write (or locale) I don't see any changes in the flow view.

  • @lam_xyz
    @lam_xyz 7 หลายเดือนก่อน +5

    Hey Michael, thanks a lot for your work, great as always. I wonder though if it's worth going through each value separately or better to just define a function? With a little reverse engineering I found that the original values seem to follow f(x)=0.25/(x-0.25) except for x>=10 where f(x) is simply fixed at 1. So I would suggest using the function f(x)=1-a/(x-a) starting with a=0.25 and then adjusting the value of a to tune the model. Increasing a means lowering the values in the model, which makes the reduction stronger. What do you think?

    • @tastyratz
      @tastyratz 6 หลายเดือนก่อน

      Could this be translated into a spreadsheet formula in excel/google?

  • @OZtwo
    @OZtwo 7 หลายเดือนก่อน

    very very cool and needed!

  • @erkkijaakkopetteri
    @erkkijaakkopetteri 7 หลายเดือนก่อน

    I've had similar problems but it's not exactly small areas, but rather the edges of areas (like shown around the borders and middle holes at 1:29 ). SAFC didn't help when I tried it with the OrcaSlicer beta a while ago. Increasing pressure advance helps a fair amount but that produces underextrusion in other areas. Any ideas?

  • @badger9641
    @badger9641 7 หลายเดือนก่อน

    Damn... I think i'm going thrue the rabbit hole this afternoon...

  • @AndroidA258
    @AndroidA258 7 หลายเดือนก่อน

    when this was in beta, this had an issue with my printer using CAN, the flow changes were so detailed and gradient, it would cap out the CAN line data, because of the multiple different extruder commands, i will try again and see if that has been fixed

  • @enriqueramos9410
    @enriqueramos9410 5 หลายเดือนก่อน

    Holy monkey slinger! this works. Its also helped with my prints knocking over tree supports. Wish I could post a photo of real world prints. Many thanks dude.

  • @saintawful7127
    @saintawful7127 7 หลายเดือนก่อน

    Great explanation! Thanks

  • @mohammedshafiul6522
    @mohammedshafiul6522 7 หลายเดือนก่อน +1

    where can i get that fan duct model at 6:00 ?

  • @radiotbo4646
    @radiotbo4646 7 หลายเดือนก่อน +1

    should you print the test with 100% infilll?

  • @Nkkdxn45j
    @Nkkdxn45j 5 หลายเดือนก่อน

    Interesting, but I'm not sure why it would be required to reduce flow on short lines? What is the underlying mechanism that makes this necessary?
    I would suspect it would be caused by the continual oozing that occurs all the time at print temperature between print movements. Ie the average ooze quantity between lines is a bigger proportion of the line extrusion as lines get shorter, so reducing flow compensates a bit. If that is so, then the underlying problem to attack is the oozing.

  • @generic13372
    @generic13372 6 หลายเดือนก่อน

    I wish Prusa Slicer would adopt features at the speed at which Orca Slicer does.
    I am just not able to tune my printer as well in Orca as I did in Prusa for some reason (even if the settings are all the same).

    • @TeachingTech
      @TeachingTech  6 หลายเดือนก่อน +1

      I wish PS would add the calibration tests of the others, and I wish orcaslicer would add support for multi extrusion.

    • @generic13372
      @generic13372 6 หลายเดือนก่อน +1

      @@TeachingTech Yes, the only reason I want to use OrcaSlicer are the calibration test because it makes it so fast and easy to tune for a new filament, nozzle, extruder, etc.

  • @slayer666321
    @slayer666321 7 หลายเดือนก่อน +1

    is there a limit on the number of points on the graph? and do they need to be spaced equally? like having more data points at shorter extrusion lengths where the difference is bigger

  • @VolkanTaninmis
    @VolkanTaninmis 7 หลายเดือนก่อน +1

    Some should work on extrusion releated to speed. Intead of constant value

  • @freedomofmotion
    @freedomofmotion 7 หลายเดือนก่อน

    Looks like I'm going to try orca slicer again 😂

  • @espenskeys
    @espenskeys 7 หลายเดือนก่อน

    That CR10Max doesn't look like mine. And I have never gotten mine to work. Could you make a video going over your modifications and tuning of your machine? Did you change the main board? If you did, how did you handle the proprietary ribbon connector? Any ways, love your channel, keep up the great work!

  • @Gambinaceo
    @Gambinaceo 7 หลายเดือนก่อน

    Waiting for an option to reduce the flow rate before reaching the edges...like the coasting option in Simplify3d

  • @supercurioTube
    @supercurioTube 7 หลายเดือนก่อน

    That's a really cool contribution, however it feels like its a high level workaround for something that needs more like a low level solution.
    Wouldn't an accurate model for pressure advance address pretty much this already?

  • @vim55k
    @vim55k 5 หลายเดือนก่อน

    game changer

  • @DJMitch117
    @DJMitch117 6 หลายเดือนก่อน

    Any changes to make if using a 0.4mm nozzle? Maybe scale down the part?

  • @mvadu
    @mvadu 7 หลายเดือนก่อน

    Hope this gets merged with upstream Prusa Slicer too

  • @peterirving8036
    @peterirving8036 4 หลายเดือนก่อน

    A nice video as usual and well explained, but my edition did not work until I added quotes around the address as suggested on an online help. How did yours work with no quotes. This in Prusa.

  • @Yash-c3v
    @Yash-c3v 6 หลายเดือนก่อน

    Is it possoble that the reason supports get hard to remove with larger nozzles is because of overextrusion at the interface layers? 😮

  • @The3DPrintingGrandad
    @The3DPrintingGrandad 6 หลายเดือนก่อน

    I was just talking about how tuning the extruder while not under load will not give optimal result. And with 35 years of process control experience, I have seen that not all autotune algorithms are the same. Some just do not produce good real world results.
    This is a topic I have been rolling around in my brain. How do you put the extruder under a normal load without dumping copious quantities of filament into the air?

  • @MWE-693
    @MWE-693 5 หลายเดือนก่อน

    Will the small area flow compensation be coming to Bambu Studio, I did not see it in v1.9.3.50? Great video as always, thanks!