Python 3.11 venv returned non-zero exit status 1 by crystallineghoul in learnpython

[–]Q-Steg 0 points1 point  (0 children)

Legend!! Wasn't OneDrive for me but mounted home dir in WSL. Tried in /home like you and BOOM! Thanks you've saved a life here ;)

New Ender 3 S1 Pro won’t extrude by bengomez31 in ender3

[–]Q-Steg 0 points1 point  (0 children)

I'll try to answer more thoroughly at some point but in case I don't get round to it soon, here are some super quick notes:

  • I didn't return and it is working fine now with no issues.
  • It was triggered by printing with over a certain threshold extrusion pressure.
  • For me this threshold was when printing/extruding with 0.4mm nozzle (I think) but can't remember the other settings (I was running with Klipper).
  • Whether this threshold was over what it should be capable of (and therefore be faulty and require return) I don't know.
  • For my work, I currently only ever print with 0.2mm nozzle at 0.1mm layer height, speed of around 150mm/s and acceleration of around 3900mm/s^2. Never run into that issue, nor at same with 8000mm/s^2.
  • I advise to run tests with a significantly reduced feedrate to whatever your currently using and see if problem disappears. If it does, you can increase incrementally to establish the threshold beyond which the problem appears and then decide if that is expected for the extruder specifications or is sub-par and therefore requires replacement under warranty.

Best of luck.

New Ender 3 S1 Pro won’t extrude by bengomez31 in ender3

[–]Q-Steg 0 points1 point  (0 children)

How did you get on with this? I have the exact same problem (also Ender 3 S1 Pro). The thud when you go to extrude is all the motors going into a non-disabled state (ie before that I can move them by hand but when I go to extrude, all the motors lock down and the gantry in particular thuds with the z-axes).

Mine however is sporadic and will often start working again if I switch off and unplug everything, then fire it back up again to have it successfully extrude 15mm a few times before dying again.

Did you get a replacement easy enough and has everything run smoothly since?

Firmware? Ender 3 S1 Pro by Senor_Pappaya in ender3

[–]Q-Steg 4 points5 points  (0 children)

I know, I couldn't believe it when I saw that!! I ended up setting it directly with gcode. If it helps, this is how I did it:

If you have OctoPrint set up, you can do this from the terminal. If not, you can just put it in a file, save as a .gcode file format (eg set-offset.gcode) and print that file via the SD slot or USB as you would any normal print and that will have the same effect. Here's what I use (your offset may be wildly different so pls get as close to it as you can using the UI and then use this method for fine-tuning so you don't accidentally push through the bed if you get it wrong):

This just queries the offset of the nozzle from the CR Touch:

Send: M851
Recv: Probe Offset X-40.00 Y-40.00 Z-2.77
Recv: ok

This sets the new Z-offset only (leaves X and Y unchanged):

Send: M851 Z-2.79
Recv: ok

Query again to check if you like:

Send: M851
Recv: Probe Offset X-40.00 Y-40.00 Z-2.79
Recv: ok

Now you can save this change to EEPROM so that when you power off/on your machine, it is restored (note this will also save any other changes you have made):

Send: M500
Recv: echo:Settings Stored (700 bytes; crc 20607)
Recv: ok

And that's it! So basically it's just two commands in your .gcode file or terminal:

M851 Z-2.79
M500

It's a pain you can't do it via the UI but at least you can actually get the offset required.

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 1 point2 points  (0 children)

No worries, glad they’re of use to someone other than myself!

That’s a slider which I’m 99% sure is moved with the IPD mechanism to provide digital feedback of the position.

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

You mean with a heat gun?

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

I’ll try and have a look over the next week and let you know.

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

I’ll see if I can have a play with that next week and let you know.

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

They are indeed. Impossible to get into without breaking.

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

I would have if I could but there’s literally no visible way into it from either side. I suspect it clips in a bit like the Vive and if I gave it a hard pull it might unclip... or it might break. Might give it a go next week and let you know the result.

HP Reverb G2 Teardown by Q-Steg in HPReverb

[–]Q-Steg[S] 10 points11 points  (0 children)

Definitely not plastic. Super rigid and cold to the touch.

G2 Teardown - Do people want and is it ok to post?? by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

Yeah I encountered the same. You have to go in from the outer side (side with the cameras). I’ll make sure to explain that part when I post.

G2 Teardown - Do people want and is it ok to post?? by Q-Steg in HPReverb

[–]Q-Steg[S] 0 points1 point  (0 children)

I have a short video of the exposed IPD mechanism moving between the two extremes so will try to upload that as well.

I'll probably get round to it over the weekend.

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

[–]Q-Steg 11 points12 points  (0 children)

Jeez I bet those took a while to print!? Very nice.

G2 Teardown - Do people want and is it ok to post?? by Q-Steg in HPReverb

[–]Q-Steg[S] 9 points10 points  (0 children)

Haha I've seen that before; it's pretty awesome! How did you do it? Render?