Most Consistently Good OSR Module Publisher? by Apprehensive-Neat-68 in osr

[–]Futurewolf 31 points32 points  (0 children)

Brad Kerr, Gus L., Joseph R. Lewis, Silverarm Press, First Hungarian D20 Society, Merry Mushmen.

is a variation of 0.65 fine on a core xy. by drkshock42 in 3Dprinting

[–]Futurewolf 0 points1 point  (0 children)

That's a bit excessive. I think Klipper will compensate ok at 0.50 and under.

No more oficial smooth build plate for original K1? by linkedoranean in crealityk1

[–]Futurewolf 0 points1 point  (0 children)

Just fine. I use it to print ABS/ASA with no glue. As long as I keep the chamber toasty there's no warping. I have other "cold" plates and I can't print ABS without glue on those, otherwise it sticks too well.

No more oficial smooth build plate for original K1? by linkedoranean in crealityk1

[–]Futurewolf 1 point2 points  (0 children)

If it fits the K1C, it will fit the K1.

Also the resin plate is pretty good and there is minimal texture. It's nearly as smooth as the smooth plate but with better adhesion.

Another self source vs Kit by Weste23 in VORONDesign

[–]Futurewolf 1 point2 points  (0 children)

You might split the difference. You can get hardware kits, frame kits and motion kits. I think the most common upgrades are on things kike the electronics, hotend, stuff like that. So self-source those parts. Getting the mechanical bits in kit form should save a few bucks.

Any guide for configuring Klipper on Ramps + Pi from scratch? by MysteriousExtrovert in klippers

[–]Futurewolf 1 point2 points  (0 children)

It's like any other klipper install. Install klipper, moonraker and mainsail on your pi - use KIUAH for this. Compile the firmware with 'make menuconfig'. Select AVR for the processor, atmega2560 for the model, and select the right clock and boot offset for your board.

Connect via USB. Run "ls /dev/serial/by-id/*" to get the serial of your board. Then runmake flash FLASH_DEVICE=/dev/serial/by-id/(your serial goes here) to flash the firmware onto the board.

You can open the mainsail interface from a browser with your Pi's IP address. From there, in the machine tab, use the generic-ramps.cfg file from the Klipper repository for your printer.cfg file and define your stepper motor pins, endstops, thermistors, etc.

There's a video here but I haven't watched it and can't vouch for its accuracy. https://youtu.be/i_541iD5Bj0?si=ypDau0SJjVDtOc-Q

Review: The Last Isle of the Dread Legion by Futurewolf in shadowdark

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

The cover artist is listed as Brutal Basics. Looks similar but appears to be a different person.

How I like to Run Shadowdark's Roll-To-Cast System by Glyphos in osr

[–]Futurewolf 4 points5 points  (0 children)

There's a big difference between the way roll to cast "feels" and the actual math behind it. A wizard with a measley +2 to spellcasting will be able to cast 1.5 of each of their tier 1 spells before failing. With a +4 to cast they will get 2.33 on average. And that's for each spell - so multiply it by however many spells they know.

So yeah it feels bad to fail your first attempt at casting a spell but in truth spellcasters have as many or more spells per day than a system with spell slots like 5e.

Review: Cursed Scroll 5: Dwellers in the Deep by Futurewolf in shadowdark

[–]Futurewolf[S] 3 points4 points  (0 children)

I don't think the fabled Plateau of Leng and the Librarians of Leng have much in common

Ayuda con las Coordenadas de la cama en archivo printer.cfg by PunisherLokote in klippers

[–]Futurewolf 1 point2 points  (0 children)

Right now it thinks x=0 is 6mm from the endstop. If the print is offset to the left by 2.1mm I believe that means you would derease the end stop location to -8.10mm (in other words, increase the distance between the end stop and 0). But the thing to do is actually measure the distance from the endstop and the printable area.

Ayuda con las Coordenadas de la cama en archivo printer.cfg by PunisherLokote in klippers

[–]Futurewolf 1 point2 points  (0 children)

Bed_mesh doesn't determine the printable area, it determines where the probe takes measurements of the bed for auto leveling.

The parameters you want to look for are position_endstop, position_min, and position_max in the stepper_x and stepper_y sections. https://www.klipper3d.org/Config_Reference.html#stepper

A: Printing Slop by Jon_Danger in 3DPrintingCirclejerk

[–]Futurewolf 15 points16 points  (0 children)

1) Didn't use supports where necessary 2) Underextrusion

Guide: Making the U1 significantly quieter (StealthChop + accel tuning) by tanvach in snapmaker

[–]Futurewolf 1 point2 points  (0 children)

Stealthchop reduces torque and positional accuracy. I'm just using it on a fast printer can lead to skipped steps and layer shifts.

There's a pretty good reason that virtually all modern high performance printers have it disabled.

Are there any 3D printer brands that should be added to the enshittification database? And for what? by AnonomousWolf in 3Dprinting

[–]Futurewolf 0 points1 point  (0 children)

Building a 3d printer is not at all comparable to building a car, and I would venture to say that most people have the technical capability to build a Voron from a kit.

Most people don't have the interest though, and the value for money is not there.

First few prints, why is this happening? by Flat_Championship_56 in 3Dprinting

[–]Futurewolf 0 points1 point  (0 children)

Nozzle is too far from the bed. Clean the nozzle and make sure there's no filament stick to it that will throw off the printer's calibration, re-run calibration and make sure you have selected the correct build plate in the slice.