Releases: FracktalWorks/ControlCenter
Releases · FracktalWorks/ControlCenter
1.0.51: Update printer config parameters for Dragon 400 and TwinDragon 600 V2
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
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
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
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
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
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
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
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
Raised the max_temp parameter from 280 to 310 in TOOLHEAD0 and TOOLHEAD1 configuration files to support higher temperature operation.