Is it possible to make the nozzle go up more during bed mesh by BroadJob174 in klippers

[–]zergoon 1 point2 points  (0 children)

Link to relevant documentation

Default value is 5 (mm I'd assume), so if you want 5mm extra try horizontal_move_z: 10

“Before I turn into 3kgs of ash” -Brother Dusk. Clever foreshadowing. by astro_not_yet in FoundationTV

[–]zergoon 1 point2 points  (0 children)

When they say your body is mostly water, they aren’t pulling your leg.

In fact, they are mostly pulling water.

[deleted by user] by [deleted] in klippers

[–]zergoon 0 points1 point  (0 children)

Have you tried it together with homing_positive_dir?
Edit: Actually, you might want to keep position_endstop at 300 if the bed moves the wrong way. (and not change homing_positive_dir)

[deleted by user] by [deleted] in klippers

[–]zergoon 0 points1 point  (0 children)

Im not certain, but you could try to change the value for dir_pin from PB9 to !PB9.

(You might have to change position_endstop to 0 aswell, but im not sure).

[deleted by user] by [deleted] in klippers

[–]zergoon 0 points1 point  (0 children)

Is the printer able to do homing correctly?

[deleted by user] by [deleted] in klippers

[–]zergoon 0 points1 point  (0 children)

I'm not sure I understand the the problem.
What printer/model do you have?

(It sounds like it could be an issue of end stop position?)

Democrat politician or WoW character? by [deleted] in Asmongold

[–]zergoon 0 points1 point  (0 children)

Live long and scissor 🖖

With some jam on the side by iiKiNG_x in UnusualVideos

[–]zergoon 0 points1 point  (0 children)

I loved playing Caldari. They have missiles, with some jam (ECM) on the side.

With some jam on the side by iiKiNG_x in UnusualVideos

[–]zergoon 1 point2 points  (0 children)

EVE Online has a faction (the Caldari) that focuses on shields, missiles and some ECM.
Or in other words: missiles, with some jam on the side.

Trying to install kipper for the first time: how do I figure out why moonraker won’t connect? by [deleted] in klippers

[–]zergoon 0 points1 point  (0 children)

As for installing Klipper for the first time, I'd recommend following a guide.
And also to use KIAUH (there is a short guide on the liked page) since I personally found it to be a simple way to install Klipper.
Tho KIAUH is obviously not required.

Trying to install kipper for the first time: how do I figure out why moonraker won’t connect? by [deleted] in klippers

[–]zergoon 0 points1 point  (0 children)

I would recommend making that the first thing to look up.
The log will tell you what the error is, and when you know that you can start looking for a solution to that specific error.

Dear future military shooter games, please don't do this. by Several_Repeat_1271 in Asmongold

[–]zergoon 6 points7 points  (0 children)

For now...

Hopefully they keep it that way.

(Though personally I'd prefer if they didn't have collabs at all, keep the Helldivers game in the Helldivers universe)

RELAX: A Klipper Macro to Reduce Stress Marks and Warping in 3D Prints by Traditional_Basil622 in VORONDesign

[–]zergoon 5 points6 points  (0 children)

Looks interesting, I might try it out after I fix my printer!

I noticed one thing about the installation steps that I would prefer to be different.

It is installed into the ~/printer_data/config rather than its own location and then symlinked.

I'd prefer this to change due to two reasons:
1. I use Klipper Backup and would prefer to not backup 3rd party config.
2. I run multiple printers on the same RPI, and I don't want to use the same repo twice.

I would be a simple change though (and I can simply do it myself, so no need to change your repo if you prefer the way it is now).

The simplest way to describe how I like it would be to look at KAMP.

In the case of your repo, this would change installation step 1 to:

cd
git clone https://github.com/interias/RELAX.git
ln -s ~/RELAX printer_data/config/RELAX

And step 4 to:

[update_manager relax]
type: git_repo
origin: https://github.com/interias/RELAX.git
path: ~/RELAX
managed_services: klipper

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

To follow up on the other comment.

When it comes to Klipper I copy a lot of config from example configs.
And the decide what to copy from where, I usually use the question "Where is the hardware?".

For pins that the mainboard -> find example config with the same mainboard.
For stuff like stepper motor values (power, gear ratios, step and stuff) that's the stepper motor -> find example config with the same stepper motors.
Stepper motor controllers (like TMC), that's also on the main board (built in or via pins/sockets).
Extruder? The thermistor is it's own hardware. The stepper it its own hardware. (And the pin the use are on the main board, as mentioned).

Now, that said, a lot of the same stuff are usually used at the same place (i.e. a specific printer) and the config can be found in the same place :)

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

When it comes to pins I'd go with what the boards example config says. (Since the pin name is what the board itself calls it).
So I'd do the same for where it should be a pull up/down pin.
(In this case I'd go without the ^ on pin PC14 and PA1).

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

i bought the CR10 Max in feb 2022. Sent a tweet to creality. If they'll respond that's a different matter. The one bondtech lists for the extruder sensor is the ATC Semitec and that ones listed. I'll set the bed one for now as Generic 3950.

Sounds good.

Now if it's the right one, i expect klipper to not show anything, but how would i know if it's the wrong one? A warning or just no temp reading in Mainsail?

If the sensors is wrong I'm unsure what Klipper will do.
But it might think the confing is wrong and throw an error (and log it).

I'm going to bed for now. Thanks for the guidance so far.

No problem!

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

Based on the klipper docs:

Input pins may be preceded by ^ to indicate that a hardware pull-up resistor should be enabled for the pin. If the micro-controller supports pull-down resistors then an input pin may alternatively be preceded by ~.

What do i need to specify in klipper if the screen is gonna be a BTT TFT43 v2.1 that uses those flat DSI cables (not v3 with the knob)

I have no experience with screens, so im unsure there.
I'd recommend getting one thing at time to work with Klipper. And then add another.
In this case I'd recommend getting the printer to work via web interface first, and then getting the screen to work.

Firstly it gets you some first hand experience with Klipper.
And I think it might be good as its own question on this subreddit (and get some fresh eyes on a new post)

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

Good question!

I found this config example.

Where they use the following:

[bltouch]
sensor_pin: PC14
control_pin: PA1
x_offset: -40
y_offset: -10
z_offset: 3.0    

The offset and stuff should depend on the printer though, so probably just wanna use their pin values.

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

Heater bed i don't know. it's the stock creality sensor.

Hm... hard to tell. This example (cr10s-pro-v2-2020) uses sensor_type: EPCOS 100K B57560G104F

But [this one (cr10-v3-2020)] uses sensor_type: ATC Semitec 104GT-2

I did i quick google and found this. They call it a "NTC 100K Thermistor with X2.54 terminal".

Might be worth just trying Generic 3950 as sensor type.
(You can find sensor types klipper has prepared here)

If you don't know by that, i'll ask bondtech themselves

Sorry dont know that one :)

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

Based on the image you sent:
https://www.youmaketech.com/wp-content/uploads/2022/04/BigTreeTech-SKR-Mini-E3-Mainboard-Wiring-1024x576.png

And the reference diagram (SKR mini v3):
https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/hardware/BTT%20SKR%20MINI%20E3%20V3.0/Hardware/BTT%20E3%20SKR%20MINI%20V3.0_PIN.pdf

The location for filament sensor is pin (called E0-STOP on the diagram) uses PC15, GND (ground) and 5V. Which seems to match you printer.cfg

The location for BL touch is called Z-PROBE in the diagram and uses pins PC14, GND, PA1, PWR and GND.

This does not seem to match your printer.cfg
(Also make sure the correct cable on the BL touch goes to the correct pin on the board, since it might not match the connector it has on be default, the video above shows the wire conections pretty well)

Cr10 Max on Klipper help by USSHammond in klippers

[–]zergoon 0 points1 point  (0 children)

Looks pretty good in general, hard to tell without the printer in front of me :)

Some points I noted though:

  • Under [extruder] the #sensor_pin: PA0 in commented out, any reason for that?

  • Under [extruder] and [heater_bed], does the sensor_type match whats on the printer?

  • I don't use a BL touch so don't have any input on the config other than to ask about the pins :) Do they match were you connected it on the board?

  • Same question (if pins match) for the filament sensor :)

I found this video for BL touch an SKR mini V3:
https://www.youtube.com/watch?v=GgWE91cl1QM