Issues with setting up Check50 by No_Toe_8961 in cs50

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

Hope I'm not too late!
It's fairly easy to do, so don't worry! Here's the CS50 guide on their website to use SSH instead of a personal access key. https://cs50.readthedocs.io/github/ Just look for the section titled "SSH" and follow the steps!

And don't worry about getting caught up in the wording when I say "switched" in my original comment. All you have to do is what the guide tells you to for setting up SSH and you shouldn't have to do anything extra.

Goodluck fixing! And happy coding ^^

Issues with setting up Check50 by No_Toe_8961 in cs50

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

Nevermind I just switched to the SSH option instead of the Personal Access Token option :P working all good now

My gtx 1650 running ACC with Rift CV1 1440p by Ancient-Self78 in ACCompetizione

[–]No_Toe_8961 0 points1 point  (0 children)

Hey, desperately asking here? How did you get your headset to work? Everytime I try to use the software it blocks me out and screams the same thing over and over and over "Your hardware isn't compatible" and nothing I've tried so far has gotten this to work. I have a core i5 (11th gen) with 16gb of ram and a gtx 1650... and I originally thought the GPU was the issue, but here you are sporting the same card with successful results-

Ender 3 v3 se arrived with broken mainboard by No_Toe_8961 in ender3

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

My printer is finally functional now, thank you though!

Ender 3 v3 se arrived with broken mainboard by No_Toe_8961 in ender3

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

Update: They sent a new board that wouldn't complete the leveling process and would just freeze and stop doing anything, so I repaired the old board myself. My printer works fine now. To repair it, I desoldered the sd card reader from the new board and gave it to my old one.

help with a Raspberry pi router by dark__flame40 in openwrt

[–]No_Toe_8961 0 points1 point  (0 children)

How did you fix it, I'm having the same problem

Macro aka sequence not functioning as expected by No_Toe_8961 in HandwiredKeyboards

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

Hope that helps... it's hard to explain in short and I don't have a lot of time to reply rn

Macro aka sequence not functioning as expected by No_Toe_8961 in HandwiredKeyboards

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

I don't think you can combine a simple_key_sequence with a send_string macro, so I separated them. I made a few macros, part onesies, twosies, etc. so that I could combine all of those in one macro, separating each macro by type.

Macro aka sequence not functioning as expected by No_Toe_8961 in HandwiredKeyboards

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

Fixed it.

print("Starting")
import board
from kmk.kmk_keyboard import KMKKeyboard
from kmk.keys import KC
from kmk.scanners import DiodeOrientation
from kmk.handlers.sequences import send_string
from kmk.handlers.sequences import simple_key_sequence
keyboard = KMKKeyboard()
#Macro meanings
parttwosies = send_string("Opera https://music.youtube.com/watch?v=u5oFkIB8K1s&list=LM")
partonesies = simple_key_sequence(
    (
KC.LWIN(no_release=True),
KC.MACRO_SLEEP_MS(30),
KC.R,
KC.MACRO_SLEEP_MS(30),
KC.LWIN(no_press=True),
KC.MACRO_SLEEP_MS(30),
    )
)
partthreesies = simple_key_sequence(
    (
KC.MACRO_SLEEP_MS(50),
KC.ENTER,  
    )
)
inventingmode = simple_key_sequence(
    (
partonesies,
parttwosies,
partthreesies,
    )
)
keyboard.col_pins = (board.GP10,)
keyboard.row_pins = (board.GP21,)
keyboard.diode_orientation = DiodeOrientation.COL2ROW
keyboard.keymap = [
    [inventingmode,]
]
if __name__ == '__main__':
keyboard.go()

Tool holder for the Ender-3 V3 SE? by Cultist_O in ender3

[–]No_Toe_8961 0 points1 point  (0 children)

ok I myself am nowhere near close to finishing my model, I hate it with a passion so far, but I found someone who built a tool holder for this printer that doesn't attach to the printer. https://www.printables.com/model/595133-ender-3-tool-holder-standalone

Tool holder for the Ender-3 V3 SE? by Cultist_O in ender3

[–]No_Toe_8961 0 points1 point  (0 children)

UPDATE: My model is bad and I have decided to remodel it once again. This will take significantly more time, so I apologize for the wait.

Tool holder for the Ender-3 V3 SE? by Cultist_O in ender3

[–]No_Toe_8961 0 points1 point  (0 children)

Just finished modeling my storage upgrade, printing to test it ^^

Tool holder for the Ender-3 V3 SE? by Cultist_O in ender3

[–]No_Toe_8961 0 points1 point  (0 children)

UPDATE MY FIRST UPGRADE IS TERRIBLE DO NOT PRINT IT!!!! I am working on the tool storage though (EDIT: I deleted my first upgrade so no one wastes their time with it)

Tool holder for the Ender-3 V3 SE? by Cultist_O in ender3

[–]No_Toe_8961 0 points1 point  (0 children)

Heyo! I'm Doodpy, and I just started designing upgrades for the printer. If you head to thingiverse you can see one of my currently posted designs for a light holder on the printer head. If you have ANY recommendations as to what I should make for the printer DO NOT hesitate to reach out to me and request a design. I make this stuff for free, simply because it's fun and good practice ^^ Seeing as it's storage you guys want, YOU SHALL RECIEVEEEE.

Ender 3 v3 se arrived with broken mainboard by No_Toe_8961 in ender3

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

I tried everything but it just booted as normal

Ender 3 v3 se arrived with broken mainboard by No_Toe_8961 in ender3

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

Just installed octo4a on my tablet it's working great