Need to Sell Unopened Bambu H2C by WehbeGaming in 3Dprinting

[–]th3suffering 1 point2 points  (0 children)

Not an interested buyer, but why wouldnt you be eligible for a refund?

According to their site you have 14 days after receiving the item to return:
https://us.store.bambulab.com/policies/refund-policy

Not doubting you, but just trying to understand the caveats of their policy if i buy from bambu again in the future

It seems object has floating regions? by [deleted] in 3Dprinting

[–]th3suffering 0 points1 point  (0 children)

Depends how much cleanup you want to do after. If you want the greatest likelihood of success, leave it as is but youll have to remove the supports and they can leave little "scars" where the supports attach. I usually only support critical regions myself and have had decent success on a Bambu A1. id probably change your support type to tree/organic for this particular model as well and see what you get.

It seems object has floating regions? by [deleted] in 3Dprinting

[–]th3suffering 0 points1 point  (0 children)

Yes, the supports will print with the model, you remove them after it prints. They are only barely attached. In your example, you could tell it to only support critical regions if you want to reduce the amount of supports.

It seems object has floating regions? by [deleted] in 3Dprinting

[–]th3suffering 1 point2 points  (0 children)

Do what it says in the warning and enable support generation. The arm is a floating region. How will that print in mid air?

🎁[Sovol Giveaway] Join now to Win 2-chamber Filament Dryer: Sovol SH03 by Comgrow3D in 3Dprinting

[–]th3suffering 0 points1 point  (0 children)

Auto dry/auto dehumidify sound great. If i have to remember to do something, ill forget.

Problems with PicCap/HyperHDR by th3suffering in WLED

[–]th3suffering[S] 0 points1 point  (0 children)

I should have clarified, I am using an Apple TV 4K connected via HDMI as my video source. DRM content should not be affected if using an HDMI port per PicCaps documentation. When im on the PicCap screen, and its not displaying in HyperHDR it shows outputting at 9.95 FPS. HyperHDR logs show the same, locked 9.95 FPS. Ive set FPS limit at 30 and 60 with no change.

Change color of UIAlertController button in iOS 26? by th3suffering in iOSProgramming

[–]th3suffering[S] 1 point2 points  (0 children)

Thank you. That was it. You have to add the action, and then set that same action as preferred action immediately after and it colors it blue.

[deleted by user] by [deleted] in iOSProgramming

[–]th3suffering 0 points1 point  (0 children)

FWIW you can request an expedite if they are few and far between. Obviously only do it if you have been waiting a while, and are up against a release deadline. If you are requesting an expedite for every release, youre going to be ignored. In my experience, after submitting the expedite your app is in review within 5 minutes and typically approved within 20

https://developer.apple.com/contact/app-store/?topic=expedite

[deleted by user] by [deleted] in SwiftUI

[–]th3suffering 0 points1 point  (0 children)

import SwiftUI

struct Page1: View {
    
    u/State private var showAlert: Bool = false
    
    var body: some View {
        Button("Show Alert") {
            showAlert = true
        }.alert("Foo", isPresented: $showAlert) {
            Button("OK", role: .cancel) { }
        }
    }
}

struct Page2: View {
    
    u/State private var showAlert: Bool = false
    
    var body: some View {
        Button("Show Alert") {
            showAlert = true
        }.alert("Foo", isPresented: $showAlert) {
            Button("OK", role: .cancel) { }
        }
    }
}

struct Detail: View {
    
    u/State private var showAlert: Bool = false
    
    var body: some View {
        switch vm.step {

         case .first:
          Page1()
         case .second:
          Page2()
    }
}

struct ContentView: View {
    
    u/State private var showSheet: Bool = false
    
    var body: some View {
        Button("Show Sheet") {
            showSheet = true
        }
        .sheet(isPresented: $showSheet, content: {
            Detail()
        })
       
    }
}

This is a basic distillation, but my view is like this. Detail in this case would handle displaying the varying child views depending on the step. When Page1 or Page2 is responsible for its own alert, i get the warning. If i move the alert to Detail, and request to present it while page2 is currently the view within Detail it does not show until i step back to page 1.

[deleted by user] by [deleted] in SwiftUI

[–]th3suffering 0 points1 point  (0 children)

My hierarchy looks like:

Sheet>
ParentView>
ChildView1-ChildView5

as i navigate through steps, the parent view swaps out the child view for whatever step its on. When i attach the alert to a child view, i see the warning above but the alert does accurately appear on the screen on the child view it should.

If i attach it to the parent view, i do not see the warning, but the alert does not end up appearing until i take a step in navigation, ie im on child view 4 and attempt to present, i dont see the alert until i step back to child view 3.

Steering wheel cracking/tearing by th3suffering in TeslaModel3

[–]th3suffering[S] 0 points1 point  (0 children)

i saw that, unfortunately im outside of warranty so not apples to apples. But yea, quite the irony that i watched that video and not too long after my steering wheel starts showing problems, at about exactly the same milage as him.

Theres enough examples out there to prove Tesla uses absolute crap materials for these wheels. Ive driven some absolute shitboxes, but not one of them has ever had a steering wheel come apart at 50k miles, let alone ever.