June 24, 2025
Description
Simple nozzle brush designed for the Creality K1 Max 3D printer, allowing the printer to wipe itself. Especially useful when using the Cartographer probe.
This mod is ONLY compatible with the Creality K1 Max. -It will not work on the K1, K1C, K1 SE.
- The K1 does not have sufficient nozzle clearance from the outside of the print area to be able to install a wiper like this.
SimpleAF firmware by pellcorp. - This ensures a simple macro installation.
OR
Rooted stock Creality firmware (Helper Script) [NEW!]
-Quick, single part print
-No supports
-Simple macro install (in less than 30 seconds, for SimpleAF)
A1 Silicone Nozzle brush, specific ones I bought:
Open the file, and paste the following code:
[gcode_macro WIPE_NOZZLE] {% for i in range(5) %} #Wipe 3 times then 1 more fast wipe, 4 total {action_respond_info("Done.")} [gcode_macro _SAF_NOZZLE_WIPE] |
Click the “SAVE & RESTART” button in the top right of the editor.
Download appropriate macro files for your printer by downloading the appropriate custom_macro.cfg file for your setup, in the K1 Max Silicone Brush folder found here:
https://github.com/Calin65/K1-Max-Brush-and-Wipe-System/tree/main/Macros%20%5BK1%20Max%20Silicone%20Brush%5D
With KAMP:
Copy the contents of the custom_macro.cfg file that was downloaded, and paste the contents onto the bottom of the custom_macro.cfg file on the printer, which can be accessed using Fluidd / Mainsail.
Because KAMP comments out the start print macro, and places their own into a locked file, we must disable this locked file. This can be done by simply commenting out the [include Start_Print.cfg] line in the KAMP_Settings.cfg. This file can be found in the #/Helper-Script/KAMP folder.
Note: If for some reason your start print macro was already uncommented after installing KAMP, make sure to either replace it with the new start print macro, or comment out the old one.
Without KAMP:
Copy the contents of the custom_macro.cfg file that was downloaded, and replace the original start print macro with the new, copied one. The start print macro can be found around line 382.
If you encounter any problems, or have any questions, feel free message me through:
Discord: calin_o
Email: [email protected]
Boost MeIf this project was a help to you, and you want to show some support, feel free to leave a boost!
License:
Standard Digital File License
878