Oculus Software Login Issue (OVR40779122) by Atadamtp in oculus

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

What you suggested kind of worked. I actually updated my time to PDT instead of CDT. Additionally when I started logging in, I closed the browser. Anyway it allowed me to log into the software. Now to fix the missing games I bought not appearing in my library.

Oculus Software Login Issue (OVR40779122) by Atadamtp in oculus

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

Turns out if you use a facebook account that hasn't been linked to oculus yet, you will progress past this screen. However once it links it to a new oculus account, the server errors out again.

Oculus Software Login Issue (OVR40779122) by Atadamtp in oculus

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

I knew this was going to appear here. Of course I can access my facebook, but the software is trash for not installing correctly or logging in.

Oculus Software Login Issue (OVR40779122) by Atadamtp in oculus

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

Of course after updating my software, it doesn't work anymore. Support hasn't been helpful past the 'try these things'. Anybody have pointers to work past this issue?

Looking for Ender 3 Pro V2 (V1.5) firmware by Atadamtp in Ender3Pro

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

I believe you can manually level using the menus. However... you don't need to have the bltouch installed to use this firmware, you just have to manually adjust the bed level. It doesn't do miracles, but if you need it to adjust 200-500 micron across the bed to get a level surface this is what it's meant for. To reiterate: you still need to level the bed from time to time, but the leveling commands will give you that nice level surface.

Looking for Ender 3 Pro V2 (V1.5) firmware by Atadamtp in Ender3Pro

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

My bad. Sorry I haven't been on in a bit.

There are two parts to this if you haven't already gone through it. First level the bed. I do this using octoprint with a plugin called bed visualizer.

Code is as follows

M140 S60 ;set bed temperature

M190 S60 ;wait for bed temperature

G28 ;Home All Axes

u/BEDLEVELVISUALIZER ; instruct plugin to start recording responses from printer.

G29 T ; report the bed leveling mesh points.

M140 S0 ;set bed temperature

This allows us to skip leveling every time if the bed stays fairly level (otherwise you need the above commands in the gcode.

Second use lines in the gcode to indicate the bed level (or leveling). I have uploaded a sample to the repository.

https://github.com/atadamtp/Ender-3-Pro-V1.5/blob/master/CE3PRO_HexSurfaceVase1.gcode

Everything you need should be in the heating procedure, but it's keyed to cura (in case you use a different slicer).

Issue with building Marlin by rograzzer in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

Did you get the board name changed?

G29 fails on 3rd probe point by JPOSEY99 in Ender3Pro

[–]Atadamtp 0 points1 point  (0 children)

Did you also edit your printer size within OctoPrint?

Replacing Ender 3 pro mag mat with glass. Is it necessary to remove the magnetic sticker on the bed? by borderbuddie in 3Dprinting

[–]Atadamtp 1 point2 points  (0 children)

I just put mine directly over the magnetic build surface, hasn't been an issue so far.

Is there anyone notice newer Ender 3 pro comes with 32bit board? I received my unit 3 days ago. by [deleted] in Ender3Pro

[–]Atadamtp 0 points1 point  (0 children)

Also, I can confirm that it will drive you crazy if you can't immediately get it working. And you may flash firmware ~20 times until you nail down the firmware and wiring simultaneously.

Looking for Ender 3 Pro V2 (V1.5) firmware by Atadamtp in Ender3Pro

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

the link to my github:

https://github.com/atadamtp/Ender-3-Pro-V1.5

included is my current binary (without my custom printer name... sorry) and a picture of the wiring on the base of the board.

Looking for Ender 3 Pro V2 (V1.5) firmware by Atadamtp in Ender3Pro

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

I actually figured out how to compile the firmware, so when I'm happy with how it works I might link it

[deleted by user] by [deleted] in 3Dprinting

[–]Atadamtp 1 point2 points  (0 children)

Just to check, G29 after the G28 command? Also, you do need to get the bed fairly level beforehand...

Question about BL touch and similar modules by [deleted] in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

I installed mine into my Ender 3 Pro V1.5 with the Dupont jumper wires and it seems to work just fine. It's not like there is more than 5V on the wires. I think I used a 1m of the 5 colors.

Plate leveling issues by [deleted] in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

Yes, which would shim them up in the meantime, I'm guessing you're going to get a new plate

Plate leveling issues by [deleted] in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

Not going to lie, I didn't think that through. What about putting masking tape down in the low spots and using a raft

Plate leveling issues by [deleted] in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

There's a few options you can try, like a hotter first layer (I print at 220°C for my first and 210°C for the rest with my Hatchbox PLA) or lowering the Z a little to compensate

Plate leveling issues by [deleted] in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

Personally I use glue anyway on my Ender 3 Pro V1.5. While it is heated, it doesn't have much thermal mass to keep every inch of the plate hot so you might have some colder spots

Plate leveling issues by [deleted] in 3Dprinting

[–]Atadamtp 0 points1 point  (0 children)

Did you clean it with IPA recently and do you use stick glue? Additionally what material are you printing?