├── .gitignore ├── Examples ├── Alex.cfg ├── Lexo.cfg ├── Qteb.cfg ├── Qteb2.cfg ├── Ruslan.cfg ├── Vladimir.cfg ├── generic-bigtreetech-skr-mini-e3-v1.2.cfg ├── generic-bigtreetech-skr-mini-e3-v2.0.cfg ├── generic-bigtreetech-skr-v1.3.cfg ├── generic-bigtreetech-skr-v1.4.cfg └── sample-lcd.cfg ├── PrusaSlicer_ULTI_Klipper-fast.ini ├── PrusaSlicer_ULTI_Klipper.ini ├── README.md ├── STL ├── PA_calibration_v1.0.stl ├── PA_calibration_v1.1.stl └── PA_calibration_v1.2.stl ├── archived_configs ├── PrusaSlicer_ULTI_Klipper.ini ├── printer-basic-experimental.cfg ├── printer-basic.cfg └── printer.cfg ├── archived_macros ├── bedScrewMenu.cfg ├── display_sound.cfg ├── experimental.cfg ├── fluidd.cfg └── start_stop.cfg ├── klipper_17012021.bin ├── macros ├── bedScrewMenu.cfg ├── display_sound.cfg ├── experimental.cfg ├── fluidd.cfg └── start_stop.cfg ├── printer-BMG-interpolate.cfg ├── printer-BMG-performance.cfg ├── printer-rocker_feeder-classic.cfg └── printer-rocker_feeder-performance.cfg /.gitignore: -------------------------------------------------------------------------------- 1 | Ignore/ 2 | -------------------------------------------------------------------------------- /Examples/Alex.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/Alex.cfg -------------------------------------------------------------------------------- /Examples/Lexo.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/Lexo.cfg -------------------------------------------------------------------------------- /Examples/Qteb.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/Qteb.cfg -------------------------------------------------------------------------------- /Examples/Qteb2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/Qteb2.cfg -------------------------------------------------------------------------------- /Examples/Ruslan.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/Ruslan.cfg -------------------------------------------------------------------------------- /Examples/Vladimir.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/Vladimir.cfg -------------------------------------------------------------------------------- /Examples/generic-bigtreetech-skr-mini-e3-v1.2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/generic-bigtreetech-skr-mini-e3-v1.2.cfg -------------------------------------------------------------------------------- /Examples/generic-bigtreetech-skr-mini-e3-v2.0.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/generic-bigtreetech-skr-mini-e3-v2.0.cfg -------------------------------------------------------------------------------- /Examples/generic-bigtreetech-skr-v1.3.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/generic-bigtreetech-skr-v1.3.cfg -------------------------------------------------------------------------------- /Examples/generic-bigtreetech-skr-v1.4.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/generic-bigtreetech-skr-v1.4.cfg -------------------------------------------------------------------------------- /Examples/sample-lcd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/Examples/sample-lcd.cfg -------------------------------------------------------------------------------- /PrusaSlicer_ULTI_Klipper-fast.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/PrusaSlicer_ULTI_Klipper-fast.ini -------------------------------------------------------------------------------- /PrusaSlicer_ULTI_Klipper.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/PrusaSlicer_ULTI_Klipper.ini -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/README.md -------------------------------------------------------------------------------- /STL/PA_calibration_v1.0.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/STL/PA_calibration_v1.0.stl -------------------------------------------------------------------------------- /STL/PA_calibration_v1.1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/STL/PA_calibration_v1.1.stl -------------------------------------------------------------------------------- /STL/PA_calibration_v1.2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/STL/PA_calibration_v1.2.stl -------------------------------------------------------------------------------- /archived_configs/PrusaSlicer_ULTI_Klipper.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_configs/PrusaSlicer_ULTI_Klipper.ini -------------------------------------------------------------------------------- /archived_configs/printer-basic-experimental.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_configs/printer-basic-experimental.cfg -------------------------------------------------------------------------------- /archived_configs/printer-basic.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_configs/printer-basic.cfg -------------------------------------------------------------------------------- /archived_configs/printer.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_configs/printer.cfg -------------------------------------------------------------------------------- /archived_macros/bedScrewMenu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_macros/bedScrewMenu.cfg -------------------------------------------------------------------------------- /archived_macros/display_sound.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_macros/display_sound.cfg -------------------------------------------------------------------------------- /archived_macros/experimental.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_macros/experimental.cfg -------------------------------------------------------------------------------- /archived_macros/fluidd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_macros/fluidd.cfg -------------------------------------------------------------------------------- /archived_macros/start_stop.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/archived_macros/start_stop.cfg -------------------------------------------------------------------------------- /klipper_17012021.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/klipper_17012021.bin -------------------------------------------------------------------------------- /macros/bedScrewMenu.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/macros/bedScrewMenu.cfg -------------------------------------------------------------------------------- /macros/display_sound.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/macros/display_sound.cfg -------------------------------------------------------------------------------- /macros/experimental.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/macros/experimental.cfg -------------------------------------------------------------------------------- /macros/fluidd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/macros/fluidd.cfg -------------------------------------------------------------------------------- /macros/start_stop.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/macros/start_stop.cfg -------------------------------------------------------------------------------- /printer-BMG-interpolate.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/printer-BMG-interpolate.cfg -------------------------------------------------------------------------------- /printer-BMG-performance.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/printer-BMG-performance.cfg -------------------------------------------------------------------------------- /printer-rocker_feeder-classic.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/printer-rocker_feeder-classic.cfg -------------------------------------------------------------------------------- /printer-rocker_feeder-performance.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeZepTup/ULTI_Klipper_config/HEAD/printer-rocker_feeder-performance.cfg --------------------------------------------------------------------------------