OrcaSlicer/resources/profiles/Creality/machine/Creality K1 (0.6 nozzle).json
Thomas 25447877c6
Config changes for Creality K1/K1 Max (#2380)
* Update 0.16mm Optimal @Creality K1 (0.4 nozzle).json

Improved K1 0.16mm profile

* Improved 0.20mm Standard @Creality K1 (0.4 nozzle).json

* Improved 0.24mm Draft @Creality K1 (0.4 nozzle).json

* Create Creality High Flow Hotend PLA.json

* Create fdm_filament_tpu.json

* Create fdm_filament_asa.json

* Create Creality Generic ASA.json

* Update Creality Generic PLA.json

* Create Creality Generic Speed PLA.cfg

* Rename Creality High Flow Hotend PLA.json to Creality High Flow Hotend Generic PLA.json

* Rename Creality Generic Speed PLA.cfg to Creality High Flow Hotend Generic Speed PLA.cfg

* Update Creality Generic ASA.json

* Update Creality K1 (0.4 nozzle).json

* Update Creality K1 (0.6 nozzle).json

* Update Creality K1 (0.8 nozzle).json

* Update Creality Generic ASA.json

* Rename Creality High Flow Hotend Generic PLA.json to Creality HF Generic PLA.json

* Rename Creality High Flow Hotend Generic Speed PLA.cfg to Creality HF Generic Speed PLA.cfg

* Update Creality Generic PLA.json

* Update 0.24mm Draft @Creality K1 (0.4 nozzle).json

* Update Creality HF Generic PLA.json

* Update Creality HF Generic Speed PLA.cfg
2023-10-14 10:59:51 +08:00

49 lines
1.8 KiB
JSON

{
"type": "machine",
"setting_id": "GM001",
"name": "Creality K1 (0.6 nozzle)",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality K1",
"gcode_flavor": "klipper",
"default_print_profile": "0.30mm Standard @Creality K1 (0.6 nozzle)",
"nozzle_diameter": ["0.6"],
"printer_variant": "0.6",
"printable_area": ["0x0", "220x0", "220x220", "0x220"],
"printable_height": "250",
"nozzle_type": "brass",
"auxiliary_fan": "1",
"machine_max_acceleration_e": ["5000", "5000"],
"machine_max_acceleration_extruding": ["20000", "20000"],
"machine_max_acceleration_retracting": ["5000", "5000"],
"machine_max_acceleration_travel": ["9000", "9000"],
"machine_max_acceleration_x": ["20000", "20000"],
"machine_max_acceleration_y": ["20000", "20000"],
"machine_max_acceleration_z": ["500", "500"],
"machine_max_speed_e": ["100", "100"],
"machine_max_speed_x": ["1000", "1000"],
"machine_max_speed_y": ["1000", "1000"],
"machine_max_speed_z": ["30", "30"],
"machine_max_jerk_e": ["2.5", "2.5"],
"machine_max_jerk_x": ["5", "5"],
"machine_max_jerk_y": ["5", "5"],
"machine_max_jerk_z": ["2", "2"],
"max_layer_height": ["0.4"],
"min_layer_height": ["0.08"],
"printer_settings_id": "Creality",
"retraction_minimum_travel": ["2"],
"retract_before_wipe": ["70%"],
"retraction_length": ["0.5"],
"retract_length_toolchange": ["1"],
"retraction_speed": ["40"],
"deretraction_speed": ["40"],
"z_hop": ["0.4"],
"single_extruder_multi_material": "0",
"change_filament_gcode": "",
"machine_pause_gcode": "PAUSE",
"default_filament_profile": ["Creality Generic PLA"],
"machine_start_gcode": "M140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
"machine_end_gcode": "END_PRINT",
"scan_first_layer": "0"
}