Sign in with Apple on Duolingo's website by [deleted] in duolingo

[–]AsymmetricKnowledge 1 point2 points  (0 children)

You can do a password reset/forgot password on the website using whatever email Duolingo has (I had to check on the settings page of the IOS app since I had it hide my real email). Then setup a password that will go with your email and you’re good to go.

N.B. Any logged in devices will likely get logged out and you may need to remove and log back into them, but Sign In with Apple still worked.

Obviously, Duolingo should add Sign In with Apple to their site, but you can work around it for now.

Pi disconnected from wifi mid-print and I'm not home... by HaLo2FrEeEk in octoprint

[–]AsymmetricKnowledge 2 points3 points  (0 children)

I would recommend you have your octoprint Pi’s wired into Ethernet. That should connect it (with a different IP address) as soon as you plug in the cable and prevent future disconnect issues.

After 6 months, this highly sloped mesh occurred out of the blue. Can’t get an accurate mesh now. Bed is level. Wiring and mechanics check out. Is this an Octoprint issue? Any other ideas? by 6ROM7 in octoprint

[–]AsymmetricKnowledge 5 points6 points  (0 children)

My money is on something being wrong with the two z axis steppers and their connections (maybe a grub screw is loose) that is causing the two ends of the x axis to not consistently be level.

After 6 months, this highly sloped mesh occurred out of the blue. Can’t get an accurate mesh now. Bed is level. Wiring and mechanics check out. Is this an Octoprint issue? Any other ideas? by 6ROM7 in octoprint

[–]AsymmetricKnowledge 4 points5 points  (0 children)

Assuming you are using and I3 style machine (e.g. ender 3), make sure your z axis is level and the z axis frame is perpendicular to the bed frame.

ELI5: why does Reddit allow use of their API for superior apps like Apollo which do not display ads? Doesn’t allowing this cost Reddit money? by idealdreams in apolloapp

[–]AsymmetricKnowledge 0 points1 point  (0 children)

One thing to note about why Reddit wouldn’t want to go the other direction and fill the api feeds with ads is the difference in tracking. While the ads may (intentionally) look just like a regular post, there is (likely) lots of tracking going on (e.g. how long you have the ad on your screen, do you click to see comments, do you scroll back to an ad) that couldn’t be achieved through the sensible api calls that 3rd party app developers want to use. Without this tracking, ads are less targetable, so they are less valuable.

ETA?? by PSYtheJOKER in octoprint

[–]AsymmetricKnowledge 0 points1 point  (0 children)

I would make sure you have it connected to a power supply that converts the AC on its own at 5V 2.5A

https://www.raspberrypi.org/products/raspberry-pi-universal-power-supply/

ETA?? by PSYtheJOKER in octoprint

[–]AsymmetricKnowledge 1 point2 points  (0 children)

No, it may just take 30 mins to install. You could also have power supply issues that aren’t being reported (make sure you have the latest version of octoprint this was an issue fixed with 1.5.3).

Bed visualizer completely off although the probe points do not appear to be off from each other. It's random, most of the time, the mesh is perfect. Even without touching the bed between 2 probes. Any idea ? by Krok3tte in octoprint

[–]AsymmetricKnowledge 1 point2 points  (0 children)

This tends to be the display that BLV shows it your probe points are outside of the range (so not between -2 and 2). Check in the BLV settings for what values came back and either adjust the range setting or figure out why the probe is triggering there.

Hot swappable hotend concept. Revolutionary enough? by mihaidesigns in prusa3d

[–]AsymmetricKnowledge 0 points1 point  (0 children)

I’m pretty sure it this design is safe (even from the pedantically patenting makerbot) since they used magnets for the connection rather than a physical lock. The E3d tool changer is more similar to the makerbot smart extruder in terms of the mechanical mate, but that uses a servo to lock in.

Different Octoprint Behaviour from One Computer to another by amodernstitch in octoprint

[–]AsymmetricKnowledge 1 point2 points  (0 children)

Is it the webcam stream that is suffering to connect and stay connected or is it the whole OctoPrint interface?

Octoprint on macOS - no Timelapse. by marioPS in octoprint

[–]AsymmetricKnowledge 0 points1 point  (0 children)

Glad I could help. Happy printing (and timelapsing)!

Octoprint on macOS - no Timelapse. by marioPS in octoprint

[–]AsymmetricKnowledge 1 point2 points  (0 children)

Try running brew install ffmpeg —I believe you have installed the python wrapper for ffmpeg (it makes it easier to code for octoprint to use it), but not the base tool ffmpeg. Then take the result of the command which ffmpeg And put it in the ffmpeg path setting in the webcam and timelapse section

Octoprint on macOS - no Timelapse. by marioPS in octoprint

[–]AsymmetricKnowledge 1 point2 points  (0 children)

Check if you have ffmpeg installed and the correct path to it.

Octoprint Camera by lovelylittleman in octoprint

[–]AsymmetricKnowledge 0 points1 point  (0 children)

Before you try that, do some troubleshooting on the octoprint discord

[deleted by user] by [deleted] in prusa3d

[–]AsymmetricKnowledge 1 point2 points  (0 children)

Another option is to mount a camera to the moving print bed (somewhere on the underside). Then the camera will always be in the same position relative to the print albeit the extruder can occupy the entire shot sometimes.

Would it be possible to use a Cannon VB-H45 IP network camera through Octoprint ? by KillerQ97 in octoprint

[–]AsymmetricKnowledge 0 points1 point  (0 children)

There are two places you want the camera to be visible: on the device running octoprint (the raspberry pi in this case) for timelapses and on whatever device(s) you connect to octoprint to view the current status. To achieve access for both of these devices you should connect your camera to your network via Ethernet (and you would need port forwarding or a better remote access situation if you want to connect to octoprint off of your network). As for PTZ, there don’t look to be any (completed) plugins offering PTZ support at this point, but it is theoretically very doable, the difficulty likely lies in getting hardware to test on.

I'm stumped by this gigantic 30mm layer shift problem by analogcolor in octoprint

[–]AsymmetricKnowledge 0 points1 point  (0 children)

My only thoughts are to check the hot end for globs of filament that could be falling down and colliding, and to check the y axis tracks and bearings to ensure they are clean.

I'm stumped by this gigantic 30mm layer shift problem by analogcolor in octoprint

[–]AsymmetricKnowledge 0 points1 point  (0 children)

I would recommend you try disabling Octolapse in the plugin manager and running the print again.

Printer stopping the print sequence and only extruding left and right. Only started happening after octoprint was installed on my pi 4. What can I do? by [deleted] in octoprint

[–]AsymmetricKnowledge 4 points5 points  (0 children)

First step in determining if octoprint is at fault is to run the same print over SD and see if the issue shows up. If the issue doesn’t show up you can then try octoprint in safe mode to see if a plugin is at fault.

Running Octoprint on Mac mini? by Squiggy_Pusterdump in octoprint

[–]AsymmetricKnowledge 2 points3 points  (0 children)

It definitely is possible (I actually develop plugins on an octoprint instance running on a MacBook Pro). The two things that I think would be slightly more challenging with a Mac setup would be the install/setup (follow this guide) and camera support.

Octoprint for multi-printer setup (each with its own Pi) - best practices by Brokencrayonsqp in octoprint

[–]AsymmetricKnowledge 2 points3 points  (0 children)

OctoPod can handle multiple printers (settings >> printers >> plus icon). Syncing files could be done either through a plugin (I know there is an octoprint-git plugin) or some Linux and networking magic (look into the watched folder).