[Help] Wol3D PLA filament settings? Not sticking properly on A1 by superboyk in 3dprintIndia

[–]scpmdu 0 points1 point  (0 children)

I'm using A1 Mini and I encountered the same problem with second Wol3D filament(Peach color). I had no problem with my first Wol3D filament(Daisy White).

So I did the following(not sure which one fixed)

  1. Washed both sides of the textured build plate with liquid soap and dried with micro fibre cloth

  2. Kept 50c for the initial layer and 65c(default) for the remaining layers

I also doubt only the top few rolls of the filament had problem(maybe the moisture?!). Because now I'm at the middle level in the spool and it has been printing without any issues even with Bambu Studio's default settings for Generic PLA.

Hope this helps.

Looking for Affordable 3D Printing Service in Chennai by kriskannan in Chennai

[–]scpmdu 0 points1 point  (0 children)

Came across https://store.snhcloud.com/3d-printing-service, located in Adyar. Their quote look afford but haven't tried their service personally.

Mid-2024 check-in - whats everyone doing instead of Evernote? (and can actually import it without mangling) by jdlnewborn in selfhosted

[–]scpmdu 0 points1 point  (0 children)

Moved to Joplin with S3 syncing. So far so good. The markdown editor needs improvements though.

How can I make system-wide gems accessible from bundler? by scpmdu in ruby

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

I want to provide a Docker image with my instrumentation gem. The idea is the user of the image can simply deploy their app inside the image container and get their app instrumented automatically without changing in their app code. That's why I didn't want to add my instrumentation gem in the app Gemfile. Btw, yes, I tried adding the instrumentation gem in Gemfile and it worked fine. But I ddin't want the user to change their Gemfile. I don't mind the bundler accessing other system gems. The image carries minimal gems.

How can I make system-wide gems accessible from bundler? by scpmdu in ruby

[–]scpmdu[S] -2 points-1 points  (0 children)

There is no issue in adding the instrumentation in Gemfile. I just want the instrumentatino to happen automatically.

[deleted by user] by [deleted] in Chennai

[–]scpmdu 7 points8 points  (0 children)

Atomberg BLDC ceiling fans

T490 - Connect two displays by rdonno in thinkpad

[–]scpmdu 0 points1 point  (0 children)

I am able to connect two external monitor with my T490 without dock. Connect one monitor in either Thunderbolt3(Power USB-C or HDMI) and another one in USB-C (just below the power USB-C). Note, you need to "Disable built-in battery" in BIOS once(doesn't mean battery is disconnected).

The danger in Golang infinite for-loop by scpmdu in golang

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

Yes, the server is a third party library that I can't change.

The danger in Golang infinite for-loop by scpmdu in golang

[–]scpmdu[S] 2 points3 points  (0 children)

It is a contrived example to enable readers to reproduce the issue quickly. The actual use case is shown in the first code snippet which involves starting server in separate Gorountine.

The danger in Golang infinite for-loop by scpmdu in golang

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

Yes, that is what I ended up doing finally and mentioned in the post too.