Skip to content

Releases: FracktalWorks/ControlCenter

1.1

02 May 09:41

Choose a tag to compare

Full Changelog: 1.0.54...1.1

1.0.54

07 Apr 13:05

Choose a tag to compare

Full Changelog: 1.0.53...1.0.54

1.0.53

18 Mar 08:11
e8916db

Choose a tag to compare

Merge pull request #33 from FracktalWorks/main

Main

1.0.52

18 Mar 07:05

Choose a tag to compare

Full Changelog: 1.0.50...1.0.52

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.