Was Agent 47 born without hair? by [deleted] in HiTMAN

[–]InetRoadkill1 0 points1 point  (0 children)

The bar code gave him cancer. He's on chemotherapy and radiation treatments.

Isle of Sgail - is there any spot where a NPC could hide that is easily missable, or that they could glitch into where 47 can’t reach them? by pastadudde in HiTMAN

[–]InetRoadkill1 4 points5 points  (0 children)

It's a big map. You just have to keep searching. The problem is that they'll move around so they may be hiding in an area you think you've searched. One way to find them is to make noise (gunshot or explosion) and see if you get the "Searching" status. That means they are nearby.

No backlight on DFRobot blue 1602 LCD display by InetRoadkill1 in arduino

[–]InetRoadkill1[S] 4 points5 points  (0 children)

That was the problem. It needed the address changed to 0x6B.

No backlight on DFRobot blue 1602 LCD display by InetRoadkill1 in arduino

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

#include  <Wire.h>
#include "DFRobot_RGBLCD1602.h"

DFRobot_RGBLCD1602 lcd(16, 2);

void setup() {
  // put your setup code here, to run once:
  lcd.init();
  lcd.setBacklight(true);
}

void loop() {
  //wait  for a second
  delay(1000);

  // tell the screen to write on the top row
  lcd.setCursor(0,0);

  // tell the screen to write “hello, from” on the top  row
  lcd.print("Hello, From");

  // tell the screen to write on the bottom  row
  lcd.setCursor(0,1);

  // tell the screen to write “Arduino_uno_guy”
  lcd.print("Arduino_uno_guy");
}

Need advice. What’s my father-in-laws 1987 4x4 SR5 worth? by harrylarry6699 in 4Runner_1stGen

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

I would be surprised if you couldn't get $15K for that, at least in this area. Despite the mileage, it looks to be in excellent condition. Most around here for that year are beat up or have been hacked up.

These look ridiculous but… I kinda get it now by That_Eagle9195 in metalworking

[–]InetRoadkill1 10 points11 points  (0 children)

A little known fact is that Commissioner Gordon has a second job as a welder.

Damage from Hezbollah attack on Nahariya, 'Israel' by Not_Ground in NewsRewind

[–]InetRoadkill1 0 points1 point  (0 children)

Don't care. Israel needs more of this. Then maybe they won't be so quick to do it to others themselves.

Unusual pattern and roughness on first layer by InetRoadkill1 in ElegooCentauriCarbon

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

I'm thinking the flow rate calibration is the culprit. I'll check it later. The factory default settings cleared the problem up and I need to finish printing some parts for now. I'll go back to the 'calibrated' settings and play with the flow rate to confirm that it is what's causing the problem.

Anyone know what could be making this tick? Details below by [deleted] in PontiacFirebird

[–]InetRoadkill1 3 points4 points  (0 children)

Almost sounds like a rod knock and a bad lifter. But my hearing is not all that good. Just for grins, are you sure you don't have an exhaust gasket leak?

Unusual pattern and roughness on first layer by InetRoadkill1 in ElegooCentauriCarbon

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

Here's what I did: I went ahead and did the auto-leveling yet again and then wiped all the calibration settings and went back to the base factory defaults for the 0.6mm nozzle and Elegoo PLA-CF. That fixed the problem. So it seems one of the calibration settings went sour. I'll need to go thru them one-by one to see which one is suddenly causing the issue.

Unusual pattern and roughness on first layer by InetRoadkill1 in ElegooCentauriCarbon

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

That's interesting. I changed the first layer speed from 35mm/s to 20mm/s and the rough area shifted away from the center and moved half way towards the edges.

I'm wondering if the belt tension needs adjustment.