# Any way to skip the clean nozzle & bed leveling when it starts printing?

**URL:** https://forum.sovol3d.com/t/any-way-to-skip-the-clean-nozzle-bed-leveling-when-it-starts-printing/6651
**Category:** Sovol SV06 ACE
**Created:** [January 22, 2025, 5:58pm UTC](https://forum.sovol3d.com/t/any-way-to-skip-the-clean-nozzle-bed-leveling-when-it-starts-printing/6651 "2025-01-22T17:58:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![voidfoo](https://avatars.discourse-cdn.com/v4/letter/v/ed8c4c/32.png) [@voidfoo](https://forum.sovol3d.com/u/voidfoo)
#### Post date: [January 22, 2025, 5:58pm UTC](https://forum.sovol3d.com/t/any-way-to-skip-the-clean-nozzle-bed-leveling-when-it-starts-printing/6651/1 "2025-01-22T17:58:07Z")

</div>

As the title says. Every time I print, it cleans the nozzle and levels the bed. I want to know how to skip this when I need to.

Don’t get me wrong, the process is great for good quality prints, but sometimes I just want to quickly iterate on a print. Waiting for this whole startup then becomes annoying, especially when the print itself is small. It was easier when I had my original SV06 (not the ACE), I could just print and test / modify and then print again and again, especially when the bed was kept warm.

I don’t always need a perfect first layer or perfectly clean nozzle, especially when prototyping. Is there any way to skip the startup with the ACE?

---

<div class="post-metadata">

### Author: ![mich0111](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.sovol3d.com/mich0111/32/1176_2.png) [@mich0111](https://forum.sovol3d.com/u/mich0111)
#### Post date: [January 22, 2025, 6:00pm UTC](https://forum.sovol3d.com/t/any-way-to-skip-the-clean-nozzle-bed-leveling-when-it-starts-printing/6651/2 "2025-01-22T18:00:29Z")

</div>

## @sovol3d

---

<div class="post-metadata">

### Author: ![bcat](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.sovol3d.com/bcat/32/2863_2.png) [@bcat](https://forum.sovol3d.com/u/bcat)
#### Post date: [January 25, 2025, 4:57am UTC](https://forum.sovol3d.com/t/any-way-to-skip-the-clean-nozzle-bed-leveling-when-it-starts-printing/6651/3 "2025-01-25T04:57:13Z")

</div>

This happens via the`START_PRINT` Klipper macro, which you can modify through the Mainsail Web UI. For example, I added a Z\_TILT\_ADJUST here since otherwise I tend to get a tilted bed mesh (I guess the gantry gets slightly out of alignment when the motors are off):

 ![Slightly tweaked START_PRINT macro](https://canada1.discourse-cdn.com/flex030/uploads/sovolforum/original/2X/7/70fef8a944781853468de58178cb1f96af12a593.png)

This macro gets called from your slicer’s start G-code. I’m not super familiar with Klipper, but I am guessing you could add a `START_PRINT_FAST` macro that skips the parts of the sequence you don’t want, then make different profiles in your slicer: one that calls `START_PRINT` and the other that calls `START_PRINT_FAST`. Then when you want a super quick print, just slice using the `START_PRINT_FAST` profile.
