Skip to content

Releases: FracktalWorks/ControlCenter

1.0.51: Update printer config parameters for Dragon 400 and TwinDragon 600 V2

31 Jan 10:53

Choose a tag to compare

Increased PTFE tube length for PRINTER_DRAGON_400 from 1500 to 2270. Adjusted Z stepper position_min from -6 to -8 in PRINTER_TWINDRAGON_600_V2. These changes reflect updated hardware or calibration requirements.

1.0.50: Add new carbon fiber filaments and update author

29 Jan 09:01

Choose a tag to compare

Added ABS Carbon Fiber, Nylon 12 Carbon Fiber, and PC Carbon Fiber to the filaments list in config.py.

1.0.49: Update default temperatures for filament types

22 Jan 06:22

Choose a tag to compare

Adjusted the default temperatures for ABS, PETG, TPU, Nylon, PC, and MetalFill filaments to reflect more accurate printing values.

1.0.48: Add utility to restart Klipper and suppress MCU errors

12 Jan 09:44

Choose a tag to compare

Introduces a reusable restart_klipper_and_wait() utility in MainController to restart Klipper and wait for it to become ready, suppressing transient MCU error dialogs during intentional restarts. Updates ZProbeOffsetWizard and NozzleOffsetPage to use this utility instead of direct RESTART calls, improving user experience during calibration and settings changes.

1.0.47: Add dual material bay support for Dragon 400 V2

09 Jan 05:21

Choose a tag to compare

Implements dual material bay (Y-splitter) support for the Dragon 400 V2 printer, including new firmware configs, GCode macros, and extensive Python UI and logic changes. Adds new configuration variables, persistent state handling, UI elements for Bay B, validation logic, and updated filament change workflows. Documentation and test cases are included to ensure correct operation and backward compatibility with single-bay printers.

1.0.46: Adjust Z stepper endstop and max positions

23 Dec 06:16

Choose a tag to compare

Updated the Z axis 'position_endstop' and 'position_max' values from 415 to 413 to refine printer calibration for the TwinDragon 400 V2.

1.0.45: Sync tool state after homing axes

15 Dec 09:29

Choose a tag to compare

Replaced direct homeXY and homeZ button connections with new methods that home the respective axes and then sync the tool state to T0 for dual nozzle printers. Added delay-based synchronization to ensure the UI reflects the correct active extruder after homing.

1.0.44: Update firmware configs and printer version

26 Nov 10:04

Choose a tag to compare

Added comments to max_temp in toolhead configs for clarification and updated printer.cfg version from 3.7 to 3.8.

1.0.43: Increase max_temp for both toolhead configs

26 Nov 08:01

Choose a tag to compare

Raised the max_temp parameter from 280 to 310 in TOOLHEAD0 and TOOLHEAD1 configuration files to support higher temperature operation.

1.0.42

25 Nov 10:41

Choose a tag to compare

Added robust camera control