Skip Navigation
If this seems exaggerated to you then you haven't worked in IT long enough
  • And when everything is working perfectly complain about IT department existing.

  • Jellyfin over the internet
  • Someone mentioned above that cloudflare will ban you for streaming through their tunnel. Just be warned.

  • Dystopika - Exclusive Anniversary Update Launch Trailer (Cyberpunk City-Builder)
  • Great game. So calming and destressing to just build and listen to the ambient sounds. More than worth the price. I highly recommend it.

  • Ants laying eggs in greenhouse walls
  • Just a reminder, If they are invasive, they will kill off native species. This could be bad or good depending on if you have other insect issues, but often it's bad. I would suggest fixing the greenhouse siding as see if the move elsewhere or if you want to be kind to all the other native species in your area, would recommend some ant bait to kill off the queen(s). In USA we have an ant bait that is a mix of sugar and borox which is spread around the colony before it kills them. Takes about 2-3 weeks but you will start seeing less and less ants.

    At the rate they are growing, Im worried you will be overrun with them. Im hoping they dont sting or bite as they could harm any animals you have.

  • Ants laying eggs in greenhouse walls
  • Interesting. Yeah glad it all resolved itself. Sucks they are invasive but either case i agree it is fun to watch them. Glad i could assist.

  • Linux Mint Xfce 22.1 won't properly install in Lenovo x130e
  • You sure the drive isnt fried? Sounds like a bad drive to me.

  • Anyone have any ideas for a short python program they would like to have made for them?
  • Give me lotto numbers.

    Edit: to be more specific USA mega millions lotto numbers.

    five random numbers from 1 to 70 (the white balls) and one random number from 1 to 24 (the Mega Ball).

  • Why wont my personal teams let me record?
  • Either its a paid/premium feature OR the people you are on calls with have controls in place to prevent recordibg like admin policy restrictions.

    A work around is use obs. It's free and easy to setup.

  • Linux is Destroying Windows in Gaming Performance
  • Kernel level anti-cheats are the only thing holding me back. Need to keep wife happy and no room for another computer desk yet.

  • Long Island prankster arrested in bizarre series of incidents posted to social media
  • This isnt a prank if you are the only person laughing, idiot.

  • [kde] catppuccin mocha
  • So... how much have you suffered?

  • Klipper from marlin, tons of issues

    I am finally reaching out as I am at my wits end and need experienced people to help me resolve my printing issue.

    I have a Voxelabs Aquila (Ender 3 v2) formerly running marlin with small but manageable annoyances like overhang and manual bed leveling and thus began my journey after a year of using Aquila to start modding/upgrading the thing.

    First thing i did was upgrade the fans and shroud, this improved prints slightly but was still not satisfied.

    Moved to Klipper and added BLTouch and this is where all my problems started. After hours of following guides and troubleshooting of setting them both up, i still get very little bed adhesion and layers are not smooth together (gaps) with the same 3d slicing software i have been using before the switch (yes changed it to Klipper firmware in slicer)

    As you can see in the picture this is after a manual bed level. Where do i go from here?

    Edit 2: fully cleaned nozzle, hotend, and bed without any other changes with same results.

    Edit 1: forgot to add my printer.cfg ``` [include mainsail.cfg]

    [stepper_x] step_pin: PC2 dir_pin: PB9 enable_pin: !PC3 microsteps: 16 rotation_distance: 40 endstop_pin: ^PA5 position_endstop: 3 position_max: 235 homing_speed: 50

    [stepper_y] step_pin: PB8 dir_pin: PB7 enable_pin: !PC3 microsteps: 16 rotation_distance: 40 endstop_pin: ^PA6 position_endstop: -17 position_max: 228 position_min: -17 homing_speed: 50

    [stepper_z] step_pin: PB6 dir_pin: !PB5 enable_pin: !PC3 microsteps: 16 rotation_distance: 8 endstop_pin: probe:z_virtual_endstop #position_endstop: 0.0 position_max: 250 position_min: -6

    [extruder] max_extrude_only_distance: 100.0 step_pin: PB4 dir_pin: PB3 enable_pin: !PC3 microsteps: 16 rotation_distance: 34.406 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PA1 sensor_type: EPCOS 100K B57560G104F sensor_pin: PC5 #control: pid

    tuned for stock hardware with 200 degree Celsius target

    #pid_Kp: 21.527 #pid_Ki: 1.063 #pid_Kd: 108.982 min_temp: 0 max_temp: 250

    [bltouch]

    Can't move this configuration to include because of z-offset adjustment

    sensor_pin: ^PB1 control_pin: PB0 x_offset: -28 y_offset: -15 #z_offset = 0 samples: 2 speed: 2 #pin_move_time: 0.500 #probe_with_touch_mode: False #pin_up_reports_not_triggered: True #pin_up_touch_mode_reports_triggered: True #stow_on_each_sample: False

    [safe_z_home] home_xy_position: 125,125 #this should be the center of your bed speed: 50 z_hop: 10 z_hop_speed: 5

    [bed_mesh] speed: 80 horizontal_move_z: 5 mesh_min: 3, 33 #!!min and max co-ords are based on the probes location not the nozzle!! mesh_max: 207, 213 #needs to be calibrated for your individual printer probe_count: 5,5 #this is the number of probing points on X then Y axis mesh_pps: 2,2 fade_start: 1 fade_end: 10 fade_target: 0

    [bed_screws] screw1: 25, 25 screw2: 195, 25 screw3: 195, 195 screw4: 25, 195

    [heater_bed] heater_pin: PA2 sensor_type: EPCOS 100K B57560G104F sensor_pin: PC4 #control: pid

    tuned for stock hardware with 50 degree Celsius target

    #pid_Kp: 54.027 #pid_Ki: 0.770 #pid_Kd: 948.182 min_temp: 0 max_temp: 130

    [fan] pin: PA0

    [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 restart_method: command

    [printer] kinematics: cartesian max_velocity: 300 max_accel: 3000 max_z_velocity: 5 max_z_accel: 100

    ## <---------------------- SAVE_CONFIG ----------------------> ## DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. ## ## [extruder] ## control = pid ## pid_kp = 31.251 ## pid_ki = 2.510 ## pid_kd = 97.268 ## ## [heater_bed] ## control = pid ## pid_kp = 69.577 ## pid_ki = 1.022 ## pid_kd = 1184.541 ## ## [bltouch] #*# z_offset = 3.609 ```

    22
    Wifi relay board + usbc trigger boards + Home Assistant

    Looking to combine:

    ESP8266 1/2/4/8/16 Channel Way Wireless WIFI Relay Module AC/DC 5V/7-28V/5-80V + Usbc trigger 12v modules + 12v 10A (possibly more or 2 split between half of relays) power supply connected in parallel across all relays + Buck converter to drop 12v to 5v to power relays

    Purpose? Want to migrate all my power for my devices for my network equipment that support 12v to usbc. I will probably get the 16 relay and split up 4 sections to the usbc specs (5v,9v,12v,20v) for all my device power needs.

    Thoughts? Suggestions? Has anyone tried this?

    2
    StopSpazzing Spaz @lemmy.world

    Just a bored techie surfing around for new news and tech.

    Posts 2
    Comments 247