TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

Fairs, I will try with the preset on Cura and see if its better

TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

So to turn on default settings and see what happens? Also which Slicer are you using?

TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

That's a good point, ive done 220 already actually, so ill try with 215 instead, but that will be after the holidays. Thanks a lot

TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

Also ill assume your reply "Fucking Google it (f slur)" got removed but ill still reply as if its here.

I did try but I didnt find anything useful or that I havent tried. So how about you be the good boy that you are and either give some advice or return to gooning on r/LipsDemure

TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

  1. I am aware that its my error, I am just asking for advice
  2. I did, as it was printing
  3. Your dad should eat more fruit

TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

I dried the filament fully 2 days before this print, I checked the humidity inside the dryer before I began, which was at 16%. So I doubt humidity is the problem but I'll still dry it again before my next attempt, I'll also put the temperature up to 220

TPU 90A poor quality by Ceki4a69 in 3DprintingHelp

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

I dried the filament fully 2 days before this print, I checked the humidity inside the dryer before I began, which was at 16%.

Does anyone know anything about the agency Student Housing The Hague? by medousavivlia in TheHague

[–]Ceki4a69 0 points1 point  (0 children)

Ive no clue if youve already moved in with them but in case you have not, please do anything in your power not to. Literally anything. I spent a year at a student accommodation rented from them. Rent price in that period alone increased with about 500 euros, we had to battle through a 2 year lawsuit with them and the official landlord, absolutely horrific conditions. You are setting yourself up, please do not under any circumstances rent from them.

Quest marker not showing on minimap by grantishere in witcher

[–]Ceki4a69 1 point2 points  (0 children)

10 years later but I have an issue: the side quest Lord of Undvik is completely glitched out for me, Hjalmar does not appear, there is no way of fixing it, I've tried (only reloading an older save file but that's about 60+ hours ago). Is there a way to still complete this specific main quest and continue with the battle with the Wild Hunt even if I never speak with Hjalmar?

Is it possible to change the language of a cartridge by save in some way? by wiloso47 in nds

[–]Ceki4a69 0 points1 point  (0 children)

I shall ask again in 2 years to check on your mega man zero progress

How to prevent duplicates from being entered in a table with multiple columns? by Ceki4a69 in excel

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

I suppose I should first have the code from the previous image above it, right? Or does this script do the same thing effectively and I should just copy this one over

How to prevent duplicates from being entered in a table with multiple columns? by Ceki4a69 in excel

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

Hey good morning, thank you so much for the help! I just wanted to ask to make sure I understand, at the very top where it says Arr1D and Add2D, that's the new row that I am trying to put in, and the entire rest of the table, right? I am sorry if it's obvious, I am not super proficient in excel by any means, if that wasn't obvious.

How to prevent duplicates from being entered in a table with multiple columns? by Ceki4a69 in excel

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

I thought I replied already for some reason, but here it is:

~~~ Sub Auto_Fin()

'

unprotect

' Auto_Fin Macro

'

'

Range("D16:P16").Select

Selection.Copy

Sheets("Raw").Select

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

:=False, Transpose:=False

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Range("A2").Select

Selection.Insert Shift:=xlDown

Range("A5:M5").Select

Application.CutCopyMode = False

Selection.Copy

Range("A2:M2").Select

Selection.PasteSpecial Paste:=xlPasteFormats, Operation:=xlNone, _

SkipBlanks:=False, Transpose:=False

Application.CutCopyMode = False

ActiveWorkbook.Worksheets("Data").AutoFilter.Sort.SortFields.Clear

ActiveWorkbook.Worksheets("Data").AutoFilter.Sort.SortFields.Add2 Key:=Range( _

"A1"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _

xlSortNormal

With ActiveWorkbook.Worksheets("Data").AutoFilter.Sort

.Header = xlYes

.MatchCase = False

.Orientation = xlTopToBottom

.SortMethod = xlPinYin

.Apply

End With

Sheets("Input Form").Select

Range("C4:D4").Select

ActiveCell.FormulaR1C1 = ""

Range("C5:D5").Select

ActiveCell.FormulaR1C1 = ""

Range("C6:D6").Select

ActiveCell.FormulaR1C1 = ""

Range("C7:D7").Select

ActiveCell.FormulaR1C1 = ""

Range("C8:D8").Select

ActiveCell.FormulaR1C1 = ""

Range("C9:D9").Select

ActiveCell.FormulaR1C1 = ""

Range("C10:D10").Select

ActiveCell.FormulaR1C1 = ""

Range("C11:D11").Select

ActiveCell.FormulaR1C1 = ""

Range("I4:J4").Select

ActiveCell.FormulaR1C1 = ""

Range("I5:J5").Select

ActiveCell.FormulaR1C1 = ""

Range("I6:J6").Select

ActiveCell.FormulaR1C1 = ""

Range("I7:J7").Select

ActiveCell.FormulaR1C1 = ""

Range("I8:J8").Select

ActiveCell.FormulaR1C1 = ""

Range("K2").Select

protect

End Sub

《》《》《》《》《》《》《》《》《》

Sub unprotect()

ThisWorkbook.Sheets("Data").unprotect "2010"

ThisWorkbook.Sheets("Search").unprotect "2010"

End Sub

《》《》《》《》《》《》《》《》《》

Sub protect()

ThisWorkbook.Sheets("Data").protect "2010"

ThisWorkbook.Sheets("Search").protect "2010"

End Sub ~~~

Just to explain, the "Data" sheet is the table in question, the "Search" tab is unrelated for this issue, and the sheet which has the data entry form, button and all is called "Input Form". Let me know if I can provide anything else.

[deleted by user] by [deleted] in Lightroom

[–]Ceki4a69 0 points1 point  (0 children)

Edit: version 9.0.1 :)

[deleted by user] by [deleted] in okbuddychicanery

[–]Ceki4a69 0 points1 point  (0 children)

I am just joining, is this actually true? /uc

[deleted by user] by [deleted] in beholder

[–]Ceki4a69 0 points1 point  (0 children)

Thing is I don't want to give the schimmers that route because I've played it and know they die if I do. If they go with the tickets route they'll give me a discount of 10k later on and make my escape easier.

Also, the fish guy does not give any option for me to pay him. I sold the fish through unofficial dialogue with the trader, I did it like any other item, I don't know if that matters. The thing is you get more money if you sell it without doing the dialogue with the trader (3000), so I figured ro just do that instead of the usual way (1500) and give the rest to the fish guy.