Make Your Hueforge calibration more efficent - Batch TD/BD Calibration Guide
This guide is there to help you to save time and filament by calibrating all your filaments at once. This is a work in progress project, so your feedback is highly appreciated. I will try to be responsive to any question or comment that comes in, so don’t hold back please.
I developed this for my Prusa MK4 with Prusa slicer. I believe it should work with other Printers and potentially other slicers, although I have no way of testing that. If the demand is high enough and changes are needed I might try to come up with a specific version for Bamboo lab printers.
I am using the “complete individual objects” output option, but with a twist. Basically first it will print all the bases, and then proceed with a second pass in the same order printing the steps of the filaments that are supposed to be calibrated. This cuts the amount of filaments swaps in half, eliminates the need to heat up/cool down the nozzle, avoids revealing the bed every time and should save you roughly half of your time.
This is achieved by a python post processing script.
Please be mindful this is an advanced technique that is recommended to experts only. I assume no liability for any damages that might happen to you or your 3D Printer.
Always preview modified Gcode, before sending it to your printer!
-Download the instructions PDF File
-python3 installed on PC
-download python script
-Prusa Slicer (other Slicers untested as of now)
-enable expert settings
The guide is an ongoing project; I welcome your feedback to make it even better!
Download the guide now and take your hueforge to the next level!
instructions Hueforge batch TD_BD calibration v1.0
The author remixed this model.
I am taking the test from Xavier Faraudo and automate it using the “complete individual objects” output option, but with a twist. Basically first it will print all the bases, and then proceed with a second pass in the same order printing the steps of the filaments that are supposed to be calibrated. This cuts the amount of filaments swaps in half, eliminates the need to heat up/cool down the nozzle, avoids revealing the bed every time and should save you roughly half of your time.
This is achieved by a python post processing script.