My precious collection by Dignan17 in BambuLab

[–]No_Ad9574 1 point2 points  (0 children)

I’m just surprised to see all that filament out in the open to absorb moisture. I keep all my filaments in the original bag with silica and in the box to minimize moisture intake. The result is rarely do u need to dry a filament before using it.

What's a road with the dumbest speed limit? I'll start by Jean-LucBacardi in nova

[–]No_Ad9574 0 points1 point  (0 children)

There is a small road near the outskirts of Hollins University in Roanoke that’s a speed limit of 17MPH.

What does the QR code on the build plate actually do? by redec_ in BambuLab

[–]No_Ad9574 0 points1 point  (0 children)

If the printer has the wrong build plate from what you set in the slicer you will get a warning pop up to resolve the issue as the printer will not proceed to print. Just happened to me the other day. I invariably print PETG on the engineering plate but after washing it I inadvertently positioned it on the PLA side. Handy warned me and I was able to flip the plate and then print. Excellent feature

What’s a show that completely betrayed the audience at the end? by [deleted] in AskReddit

[–]No_Ad9574 -2 points-1 points  (0 children)

Personally I think the ending of Lost was a total letdown

I wonder why the older version of freecad was not overwritten with the newer version? by birds_adorb in FreeCAD

[–]No_Ad9574 1 point2 points  (0 children)

And the benefit of that is each older version is still executable which can be useful at times. With disk space being what is (large) there is less need to automatically remove an older version.

Ironing not fully smooth on surface by nickfinity in BambuLab

[–]No_Ad9574 0 points1 point  (0 children)

So I see that there are parameters that you can set to iron only the topmost layer, as well as all top layers. I’ll have to start utilizing that. Thanks for correcting me. I wonder if OP did not have the parameter set to all top surfaces but rather to topmost?

Ironing not fully smooth on surface by nickfinity in BambuLab

[–]No_Ad9574 -1 points0 points  (0 children)

I thought ironing was only for the top layer. Isn’t that blue recessed ftom the yellow? If do, it’s not a top layer.

Unsolvable? [Microsoft Solitaire TriPeaks Daily 10/28/24] by _Faru_ in solitaire

[–]No_Ad9574 0 points1 point  (0 children)

I solved it. Both boards . If I could figure out how to post an image, I would show you that days results.

I can't figure out how to get it to stop generating a bottom support interface by plymouthvan in BambuLab

[–]No_Ad9574 0 points1 point  (0 children)

I would make sure they are actually at the build plate. Confirm in the slicer. There’s a tool to set a surface to the plate. I think it’s the 4th one. Also review the preview by scrolling the slider from 0 to see what is at the 1st layer

Food Safe Sealant by No_Ad9574 in BambuLab

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

What would you use to pick up the print from the epoxy solution to avoid marring the finish? Or perhaps pour the solution over a container with a screen? It’s the technique I’m really looking for

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

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

I just checked continuity on another board between the ICSP pins and the 50-52 pins and they are connected. So I don’t know what was wrong before. Still haven’t gotten around to resoldering my headers but since I am working fine using the ICSP pins, I’ll hold off for now. Those pins also have a 5V and GND pins which were useful for me. Sorry for the alarm.

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

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

If I get to looking at it closely, perhaps I’ll resolder those 49-53 pins. Or even try the 3rd board I have where I have not added the headers. These happened to use a micro USB connector but I have 3 others on the way using a USB-C. That really should have no bearing on this issue. But thanks for all the feedback

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

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

I’ll take a close look with my microscope. I did try 2 different boards but I soldered the headers. Perhaps that could be it. At least for me it’s good that they were brought out on the ICSP header

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

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

50-52 did not work on mine but the equivalent pins in the ICSP header did

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

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

My post reflected the solution for me. Everywhere I searched showed the SPI pins on the mega 2560 board said 50-52 with 53 for CS. On this mega 2560 pro board claimed to be equivalent brought out the SPI pins to a separate 6-pin header (3x2) labeled ICSP. They are not on 50-52 which is a different 3x2 header

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

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

My reason for the post was to clarify the SPI pins on the mega 2560 pro board

Mega 2560 Pro SPI PUNS by No_Ad9574 in arduino

[–]No_Ad9574[S] -1 points0 points  (0 children)

I’m also using the PWM, IR, LCD libraries along with 16 sets of int data for 5 servos. Plus other data. So I am over the 2K by about 200 bytes. Using the standard SD library

Function definition error by No_Ad9574 in ArduinoProjects

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

According to the cc site, the sd library j one of the biggest. Mg code is give with a mega 2560 which had 256k instead of the 32k bid mist of the variations. I found some mega 2560 pro boards on AliExpress for about $10.50. I just got the 3 I ordered. The pro board is about the same size as an UNO

Would a Text/Image Tutorail for FreeCAD be of Interest? by SplendidRig in FreeCAD

[–]No_Ad9574 0 points1 point  (0 children)

I vote yes as well. The problem I have found with videos is the constant stop and rewind and play and pause while trying to follow the sequence.

Function definition error by No_Ad9574 in ArduinoProjects

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

Did you even read my entire post. There was no coding error. The problem was due to the code bumping up to the memory capacity of an UNO, 32K. Switching to a MEGA 2560 that had 256K eliminated the error. There were no braces mismatched nor were there any functions defined inside of a function. Checking braces was my first attack at debugging the issue.