prusa3d / Prusa-Firmware-Buddy

Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research.
Other
1.17k stars 229 forks source link

[FEATURE REQUEST] Use empty tool if available for bed level calibration #4182

Open dzwiedziu-nkg opened 2 months ago

dzwiedziu-nkg commented 2 months ago

Printer model

XL/Multi tool

Describe the feature

Bed level calibration cause filaments dots on plate. I have XL with 5 tools. In most cases one or more tool are empty.

Expected functionality

Use empty tool if available for bed level calibration before printing instead tool used for printing.

ClaGre commented 2 months ago

This is a good analysis, I also found this thing and even if it did not prejudice the prints it seems right to me to avoid contaminating the printing plan with these points of contact. Good idea 👍🏻

dzwiedziu-nkg commented 2 months ago

I just discovered that I can use in start g-code in Prusa Slicer:

; select tool that will be used to home & MBL T4 S1 L0 D0

instead

T{initial_tool} S1 L0 D0

Then the fifth tool will be used.