Printer Model: Modded X5SA Z+Z1
MCU / Printerboard: SKIPR
Host / SBC includes by SKIPR
klippy.log not needed
Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
… No issue. I would like to know how i can setup the z_tilt Z_speed or in which cfg_part it is readout the data. Whlie z_tilt is running hotbed moves up with 5 or more mm/s and slow down with 2mm/s. I’d like the bed to move up slowly. Is there a way to configure this?
It is documented indirectly here: G-Codes - Klipper documentation. The documentation is slightly cryptic as [<probe_parameter>=<value>]. I have not tried it, so your mileage may vary.
I think only via calling the actual Z_TILT_ADJUST command.
If you take a look at config reference: Configuration reference - Klipper documentation
Specifically to the [probe] section.
You will notice that speed is the speed of Z axis.
Also, you may notice that there is no such parameter as the probe_speed, but just only speed.
So, if you want to specify PROBE_SPEED in the config. You should use just speed in [probe] section.
That in the end, will look like the config example I set above.