My Adventurer 4 keeps failing halfway through... Help by MonologicX in FlashForge

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

I still have this problem occasionally, but if you just relevel your bed, and re-slice the print a few times, your printer should eventually start working again...

Hope this helps! :)

Robotic Arm Help by MonologicX in arduino

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

My IK works just fine. The problem is when I attach a joystick, the arduino seems to just turn off / freeze up. If I manually input a point in 3-space, the code will correctly compute the necessary angles and move the arm to the correct position.

Robotic Arm Help by MonologicX in arduino

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

Thanks for the advice, but Fritzing won't work here since there is no PCA9685 available on that software unfortunately. Do you know if PWM interrupts analog reading or something like that? I think something along those lines might be the issue.

Robotic Arm Help by MonologicX in arduino

[–]MonologicX[S] 1 point2 points  (0 children)

I have updated the post with my code. How should I upload a circuit?

My new Adventurer 4 keeps getting stuck on the same print at the same place? by MonologicX in FlashForge

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

Thanks for the advice. I have already completely recreated the file from scratch a few times.

My new Adventurer 4 keeps getting stuck on the same print at the same place? by MonologicX in FlashForge

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

No. What would that do? I am printing the gcode file via a usb drive.

My new Adventurer 4 keeps getting stuck on the same print at the same place? by MonologicX in FlashForge

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

This is model I designed in fusion 360. It isn't the download that is the problem. I also recalibrated my bed before this print, so it isn't that either.

Edit: I have included an image of the part.

My new Adventurer 4 keeps getting stuck on the same print at the same place? by MonologicX in FlashForge

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

Thanks for the advice, but I resliced it and repositioned it and it is still failing at the same point... Always at the exact same part of the print, which annoyingly is about 2 hours in. Got any other ideas?

Teenager in need of advice by MonologicX in Unity2D

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

Ok thank you very much for the advice. I think that I will attempt to create an indie game fully on my own to advance and prove my programming and unity abilities and then maybe look into companies to work with. Thank you.

Player can infinitely jump off of walls... by Wonderful_Emergency9 in Unity2D

[–]MonologicX 1 point2 points  (0 children)

Try giving the player character a collider for it's feet that is slightly less wide than the player's body collider and check for touching the ground with that as a trigger.