ENH: add more creatity printer

Thanks OrcaSlicer. Also fix wrong
setting id in orca profile

Add one py file to check whether has duplicated setting_id

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I8461a1ae754253d8265ae5239fe91cc7ec775564
This commit is contained in:
salt.wei 2023-06-13 17:34:51 +08:00 committed by Lane.Wei
parent 50aa952f3a
commit f84d38bea1
119 changed files with 3926 additions and 148 deletions

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM003",
"setting_id": "GM_Anycubic_000",
"name": "Anycubic 4Max Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_001",
"name": "Anycubic 4Max Pro 2 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_002",
"name": "Anycubic Chiron 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_004",
"name": "Anycubic Kobra Max 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_005",
"name": "Anycubic Vyper 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "machine",
"setting_id": "GM001",
"setting_id": "GM_Anycubic_003",
"name": "Anycubic i3 Mega S 0.4 nozzle",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_000",
"name": "0.15mm Optimal @Anycubic 4MaxPro2",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_001",
"name": "0.15mm Optimal @Anycubic Chiron",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_003",
"name": "0.15mm Optimal @Anycubic KobraMax",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_005",
"name": "0.15mm Optimal @Anycubic Vyper",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_002",
"name": "0.15mm Optimal @Anycubic i3MegaS",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_006",
"name": "0.20mm Standard @Anycubic 4MaxPro",
"from": "system",
"instantiation": "true",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_007",
"name": "0.20mm Standard @Anycubic 4MaxPro2",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_008",
"name": "0.20mm Standard @Anycubic Chiron",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_010",
"name": "0.20mm Standard @Anycubic KobraMax",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_011",
"name": "0.20mm Standard @Anycubic Vyper",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_009",
"name": "0.20mm Standard @Anycubic i3MegaS",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_012",
"name": "0.30mm Draft @Anycubic 4MaxPro2",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_013",
"name": "0.30mm Draft @Anycubic Chiron",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_015",
"name": "0.30mm Draft @Anycubic KobraMax",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_016",
"name": "0.30mm Draft @Anycubic Vyper",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,6 +1,6 @@
{
"type": "process",
"setting_id": "GP004",
"setting_id": "GP_Anycubic_014",
"name": "0.30mm Draft @Anycubic i3MegaS",
"from": "system",
"inherits": "fdm_process_common",

View File

@ -1,12 +1,48 @@
{
"name": "Creality",
"version": "01.06.00.00",
"version": "01.06.00.01",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [
{
"name": "Creality CR-10 V2",
"sub_path": "machine/Creality CR-10 V2.json"
},
{
"name": "Creality CR-10 Max",
"sub_path": "machine/Creality CR-10 Max.json"
},
{
"name": "Creality Ender-3 V2",
"sub_path": "machine/Creality Ender-3 V2.json"
},
{
"name": "Creality Ender-3 S1",
"sub_path": "machine/Creality Ender-3 S1.json"
},
{
"name": "Creality Ender-3 S1 Pro",
"sub_path": "machine/Creality Ender-3 S1 Pro.json"
},
{
"name": "Creality Ender-5",
"sub_path": "machine/Creality Ender-5.json"
},
{
"name": "Creality Ender-5 Plus",
"sub_path": "machine/Creality Ender-5 Plus.json"
},
{
"name": "Creality Ender-5S",
"sub_path": "machine/Creality Ender-5S.json"
},
{
"name": "Creality Ender-5 S1",
"sub_path": "machine/Creality Ender-5 S1.json"
},
{
"name": "Creality Ender-6",
"sub_path": "machine/Creality Ender-6.json"
}
],
"process_list": [
@ -19,20 +55,100 @@
"sub_path": "process/fdm_process_creality_common.json"
},
{
"name": "0.12mm Fine @Creality",
"sub_path": "process/0.12mm Fine @Creality.json"
"name": "0.12mm Fine @Creality CR10Max",
"sub_path": "process/0.12mm Fine @Creality CR10Max.json"
},
{
"name": "0.15mm Optimal @Creality",
"sub_path": "process/0.15mm Optimal @Creality.json"
"name": "0.12mm Fine @Creality Ender3V2",
"sub_path": "process/0.12mm Fine @Creality Ender3V2.json"
},
{
"name": "0.20mm Standard @Creality",
"sub_path": "process/0.20mm Standard @Creality.json"
"name": "0.16mm Optimal @Creality CR10V2",
"sub_path": "process/0.16mm Optimal @Creality CR10V2.json"
},
{
"name": "0.24mm Draft @Creality",
"sub_path": "process/0.24mm Draft @Creality.json"
"name": "0.15mm Optimal @Creality CR10Max",
"sub_path": "process/0.15mm Optimal @Creality CR10Max.json"
},
{
"name": "0.15mm Optimal @Creality Ender3V2",
"sub_path": "process/0.15mm Optimal @Creality Ender3V2.json"
},
{
"name": "0.16mm Optimal @Creality Ender3S1",
"sub_path": "process/0.16mm Optimal @Creality Ender3S1.json"
},
{
"name": "0.16mm Optimal @Creality Ender3S1Pro",
"sub_path": "process/0.16mm Optimal @Creality Ender3S1Pro.json"
},
{
"name": "0.16mm Optimal @Creality Ender5",
"sub_path": "process/0.16mm Optimal @Creality Ender5.json"
},
{
"name": "0.16mm Optimal @Creality Ender5Plus",
"sub_path": "process/0.16mm Optimal @Creality Ender5Plus.json"
},
{
"name": "0.16mm Optimal @Creality Ender5S",
"sub_path": "process/0.16mm Optimal @Creality Ender5S.json"
},
{
"name": "0.16mm Optimal @Creality Ender5S1",
"sub_path": "process/0.16mm Optimal @Creality Ender5S1.json"
},
{
"name": "0.16mm Optimal @Creality Ender6",
"sub_path": "process/0.16mm Optimal @Creality Ender6.json"
},
{
"name": "0.20mm Standard @Creality CR10V2",
"sub_path": "process/0.20mm Standard @Creality CR10V2.json"
},
{
"name": "0.20mm Standard @Creality CR10Max",
"sub_path": "process/0.20mm Standard @Creality CR10Max.json"
},
{
"name": "0.20mm Standard @Creality Ender3V2",
"sub_path": "process/0.20mm Standard @Creality Ender3V2.json"
},
{
"name": "0.20mm Standard @Creality Ender3S1",
"sub_path": "process/0.20mm Standard @Creality Ender3S1.json"
},
{
"name": "0.20mm Standard @Creality Ender3S1Pro",
"sub_path": "process/0.20mm Standard @Creality Ender3S1Pro.json"
},
{
"name": "0.20mm Standard @Creality Ender5",
"sub_path": "process/0.20mm Standard @Creality Ender5.json"
},
{
"name": "0.20mm Standard @Creality Ender5Plus",
"sub_path": "process/0.20mm Standard @Creality Ender5Plus.json"
},
{
"name": "0.20mm Standard @Creality Ender5S",
"sub_path": "process/0.20mm Standard @Creality Ender5S.json"
},
{
"name": "0.20mm Standard @Creality Ender5S1",
"sub_path": "process/0.20mm Standard @Creality Ender5S1.json"
},
{
"name": "0.20mm Standard @Creality Ender6",
"sub_path": "process/0.20mm Standard @Creality Ender6.json"
},
{
"name": "0.24mm Draft @Creality CR10Max",
"sub_path": "process/0.24mm Draft @Creality CR10Max.json"
},
{
"name": "0.24mm Draft @Creality Ender3V2",
"sub_path": "process/0.24mm Draft @Creality Ender3V2.json"
}
],
"filament_list": [
@ -53,16 +169,16 @@
"sub_path": "filament/fdm_filament_abs.json"
},
{
"name": "Generic PLA @Creality",
"sub_path": "filament/Generic PLA @Creality.json"
"name": "Creality Generic PLA",
"sub_path": "filament/Creality Generic PLA.json"
},
{
"name": "Generic PETG @Creality",
"sub_path": "filament/Generic PETG @Creality.json"
"name": "Creality Generic PETG",
"sub_path": "filament/Creality Generic PETG.json"
},
{
"name": "Generic ABS @Creality",
"sub_path": "filament/Generic ABS @Creality.json"
"name": "Creality Generic ABS",
"sub_path": "filament/Creality Generic ABS.json"
}
],
"machine_list": [
@ -74,9 +190,45 @@
"name": "fdm_creality_common",
"sub_path": "machine/fdm_creality_common.json"
},
{
"name": "Creality CR-10 V2 0.4 nozzle",
"sub_path": "machine/Creality CR-10 V2 0.4 nozzle.json"
},
{
"name": "Creality CR-10 Max 0.4 nozzle",
"sub_path": "machine/Creality CR-10 Max 0.4 nozzle.json"
},
{
"name": "Creality Ender-3 V2 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 V2 0.4 nozzle.json"
},
{
"name": "Creality Ender-3 S1 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 S1 0.4 nozzle.json"
},
{
"name": "Creality Ender-3 S1 Pro 0.4 nozzle",
"sub_path": "machine/Creality Ender-3 S1 Pro 0.4 nozzle.json"
},
{
"name": "Creality Ender-5 0.4 nozzle",
"sub_path": "machine/Creality Ender-5 0.4 nozzle.json"
},
{
"name": "Creality Ender-5 Plus 0.4 nozzle",
"sub_path": "machine/Creality Ender-5 Plus 0.4 nozzle.json"
},
{
"name": "Creality Ender-5S 0.4 nozzle",
"sub_path": "machine/Creality Ender-5S 0.4 nozzle.json"
},
{
"name": "Creality Ender-5 S1 0.4 nozzle",
"sub_path": "machine/Creality Ender-5 S1 0.4 nozzle.json"
},
{
"name": "Creality Ender-6 0.4 nozzle",
"sub_path": "machine/Creality Ender-6 0.4 nozzle.json"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -0,0 +1,27 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSB99_Creality_00",
"name": "Creality Generic ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"Creality CR-10 V2 0.4 nozzle",
"Creality CR-10 Max 0.4 nozzle",
"Creality Ender-3 V2 0.4 nozzle",
"Creality Ender-3 S1 0.4 nozzle",
"Creality Ender-3 S1 Pro 0.4 nozzle",
"Creality Ender-5 0.4 nozzle",
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle"
]
}

View File

@ -1,8 +1,8 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99_CREALITY_00",
"name": "Generic PETG @Creality",
"setting_id": "GFSG99_Creality_00",
"name": "Creality Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
@ -28,7 +28,7 @@
"40"
],
"slow_down_min_speed": [
"20"
"10"
],
"slow_down_layer_time": [
"8"
@ -42,7 +42,16 @@
"filament_start_gcode": [
"; filament start gcode\n"
],
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
"compatible_printers": [
"Creality CR-10 V2 0.4 nozzle",
"Creality CR-10 Max 0.4 nozzle",
"Creality Ender-3 V2 0.4 nozzle",
"Creality Ender-3 S1 0.4 nozzle",
"Creality Ender-3 S1 Pro 0.4 nozzle",
"Creality Ender-5 0.4 nozzle",
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle"
]
}

View File

@ -0,0 +1,30 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSL99_Creality_00",
"name": "Creality Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"Creality CR-10 V2 0.4 nozzle",
"Creality CR-10 Max 0.4 nozzle",
"Creality Ender-3 V2 0.4 nozzle",
"Creality Ender-3 S1 0.4 nozzle",
"Creality Ender-3 S1 Pro 0.4 nozzle",
"Creality Ender-5 0.4 nozzle",
"Creality Ender-5 Plus 0.4 nozzle",
"Creality Ender-5S 0.4 nozzle",
"Creality Ender-5 S1 0.4 nozzle",
"Creality Ender-6 0.4 nozzle"
]
}

View File

@ -1,18 +0,0 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSB99_CREALITY_00",
"name": "Generic ABS @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
}

View File

@ -1,21 +0,0 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSL99_CREALITY_00",
"name": "Generic PLA @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
}

View File

@ -80,7 +80,7 @@
"270"
],
"slow_down_min_speed": [
"20"
"10"
],
"slow_down_layer_time": [
"3"

View File

@ -111,9 +111,6 @@
"filament_wipe_distance": [
"nil"
],
"bed_type": [
"Cool Plate"
],
"nozzle_temperature_initial_layer": [
"200"
],

View File

@ -80,7 +80,7 @@
"230"
],
"slow_down_min_speed": [
"20"
"10"
],
"slow_down_layer_time": [
"4"

View File

@ -0,0 +1,25 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_000",
"name": "Creality CR-10 Max 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-10 Max",
"default_filament_profile": [
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality CR10Max",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"450x0",
"450x450",
"0x450"
],
"printable_height": "470",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality CR-10 Max",
"model_id": "Creality_CR-10_Max",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_cr10max_buildplate_model.stl",
"bed_texture": "creality_cr10max_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,109 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_002",
"name": "Creality CR-10 V2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality CR-10 V2",
"default_print_profile": "0.20mm Standard @Creality CR10V2",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"10",
"10"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.36"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"40"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nG28 ; home all\nG1 Z2 F240\nG1 X2 Y10 F3000\nG1 Z0.28 F240\nG92 E0\nG1 Y190 E15 F1500 ; intro line\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E15 F1200 ; intro line\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600{endif} ; Move print head further up\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality CR-10 V2",
"model_id": "Creality-CR10-V2",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_cr10v2_buildplate_model.stl",
"bed_texture": "creality_cr10v2_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,109 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_003",
"name": "Creality Ender-3 S1 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3 S1",
"default_print_profile": "0.20mm Standard @Creality Ender3S1",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "270",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"10",
"10"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.36"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"40"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M25",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,112 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_004",
"name": "Creality Ender-3 S1 Pro 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3 S1 Pro",
"default_print_profile": "0.20mm Standard @Creality Ender3S1Pro",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "270",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1000",
"1000"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"10",
"10"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.36"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"0%"
],
"retraction_length": [
"0.8"
],
"retract_length_toolchange": [
"1"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M25",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-3 S1 Pro",
"model_id": "Creality-Ender3-S1-Pro",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender3s1pro_buildplate_model.stl",
"bed_texture": "creality_ender3s1pro_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-3 S1",
"model_id": "Creality-Ender3-S1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender3s1_buildplate_model.stl",
"bed_texture": "creality_ender3s1_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -7,9 +7,9 @@
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3 V2",
"default_filament_profile": [
"Generic PLA @Creality"
"Creality Generic PLA"
],
"default_print_profile": "0.20mm Standard @Creality",
"default_print_profile": "0.20mm Standard @Creality Ender3V2",
"nozzle_diameter": [
"0.4"
],

View File

@ -4,9 +4,9 @@
"model_id": "Creality_Ender_3_V2",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "ENDER",
"bed_model": "",
"bed_texture": "ender3v2.svg",
"hotend_model": "hotend.stl",
"default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;"
"family": "Creality",
"bed_model": "creality_ender3v2_buildplate_model.stl",
"bed_texture": "creality_ender3v2_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,109 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_005",
"name": "Creality Ender-5 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-5",
"default_print_profile": "0.20mm Standard @Creality Ender5",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "300",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"5",
"5"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.28"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"6"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"40"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,112 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_006",
"name": "Creality Ender-5 Plus 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-5 Plus",
"default_print_profile": "0.20mm Standard @Creality Ender5Plus",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_e": [
"1000"
],
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"300",
"300"
],
"machine_max_speed_y": [
"300",
"300"
],
"machine_max_speed_z": [
"5",
"5"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.28"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"40"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < printable_height-10}G1 Z{z_offset+ printable_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-5 Plus",
"model_id": "Creality-Ender5-Plus",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender5plus_buildplate_model.stl",
"bed_texture": "creality_ender5plus_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,109 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_007",
"name": "Creality Ender-5 S1 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-5 S1",
"default_print_profile": "0.20mm Standard @Creality Ender5S1",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "300",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"5",
"5"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.28"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"2"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"30"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M25",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S30 ; allow partial nozzle warmup\nG28 ; home all axis and restore leveling\nG1 Z50 F240\nG1 X2.0 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 X2.0 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 Y140 F5000\nG92 E0\nG1 X2.3 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-5 S1",
"model_id": "Creality-Ender5-S1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender5s1_buildplate_model.stl",
"bed_texture": "creality_ender5s1_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-5",
"model_id": "Creality-Ender5",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender5_buildplate_model.stl",
"bed_texture": "creality_ender5_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,109 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_008",
"name": "Creality Ender-5S 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-5S",
"default_print_profile": "0.20mm Standard @Creality Ender5S",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "300",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"5",
"5"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.28"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"2"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"40"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-5S",
"model_id": "Creality-Ender5S",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender5s_buildplate_model.stl",
"bed_texture": "creality_ender5s_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -0,0 +1,109 @@
{
"type": "machine",
"setting_id": "GM_CREALITY_009",
"name": "Creality Ender-6 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-6",
"default_print_profile": "0.20mm Standard @Creality Ender6",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "400",
"nozzle_type": "undefine",
"auxiliary_fan": "0",
"machine_max_acceleration_extruding": [
"500",
"500"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1500",
"1250"
],
"machine_max_acceleration_x": [
"500",
"500"
],
"machine_max_acceleration_y": [
"500",
"500"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
],
"machine_max_speed_x": [
"500",
"500"
],
"machine_max_speed_y": [
"500",
"500"
],
"machine_max_speed_z": [
"10",
"10"
],
"machine_max_jerk_e": [
"5",
"5"
],
"machine_max_jerk_x": [
"8",
"8"
],
"machine_max_jerk_y": [
"8",
"8"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
],
"max_layer_height": [
"0.28"
],
"min_layer_height": [
"0.08"
],
"printer_settings_id": "Creality",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retraction_length": [
"5"
],
"retract_length_toolchange": [
"1"
],
"deretraction_speed": [
"40"
],
"single_extruder_multi_material": "0",
"change_filament_gcode": "M600",
"machine_pause_gcode": "M0",
"default_filament_profile": [
"Creality Generic PLA"
],
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
"machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < printable_height-10}G1 Z{z_offset+ printable_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors",
"scan_first_layer": "0"
}

View File

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-6",
"model_id": "Creality-Ender6",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender6_buildplate_model.stl",
"bed_texture": "creality_ender6_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}

View File

@ -102,7 +102,7 @@
"2"
],
"z_hop": [
"0"
"0.4"
],
"retract_restart_extra": [
"0"
@ -126,7 +126,7 @@
"default_filament_profile": [
"Generic PLA @Creality"
],
"default_print_profile": "0.20mm Standard @Creality",
"default_print_profile": "0.20mm Standard @Creality Ender3V2",
"bed_exclude_area": [
"0x0"
],

View File

@ -110,6 +110,7 @@
"wipe": [
"1"
],
"z_hop_types": "Normal Lift",
"default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle",
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end"

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_004",
"name": "0.12mm Fine @Creality CR10Max",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "500",
"top_surface_acceleration": "500",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "23%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"layer_height": "0.12",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"internal_solid_infill_line_width": "0.4",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
"support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "150",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "6",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "50",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality CR-10 Max 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_000",
"name": "0.12mm Fine @Creality Ender3V2",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "500",
"top_surface_acceleration": "500",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "23%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"layer_height": "0.12",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"internal_solid_infill_line_width": "0.4",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
"support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "150",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "6",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "50",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
}

View File

@ -1,11 +0,0 @@
{
"type": "process",
"setting_id": "GP_CREALITY_002",
"name": "0.12mm Fine @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6"
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_005",
"name": "0.15mm Optimal @Creality CR10Max",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "500",
"top_surface_acceleration": "500",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "23%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"layer_height": "0.15",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"internal_solid_infill_line_width": "0.4",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
"support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "150",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "50",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality CR-10 Max 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_001",
"name": "0.15mm Optimal @Creality Ender3V2",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "4",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "500",
"top_surface_acceleration": "500",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "23%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"layer_height": "0.15",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"internal_solid_infill_line_width": "0.4",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
"support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "150",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "5",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "50",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-3 V2 0.4 nozzle"
]
}

View File

@ -1,11 +0,0 @@
{
"type": "process",
"setting_id": "GP_CREALITY_003",
"name": "0.15mm Optimal @Creality",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_creality_common",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"layer_height": "0.15"
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_008",
"name": "0.16mm Optimal @Creality CR10V2",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality CR-10 V2 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_010",
"name": "0.16mm Optimal @Creality Ender3S1",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-3 S1 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_012",
"name": "0.16mm Optimal @Creality Ender3S1Pro",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-3 S1 Pro 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_014",
"name": "0.16mm Optimal @Creality Ender5",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-5 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_016",
"name": "0.16mm Optimal @Creality Ender5Plus",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-5 Plus 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_018",
"name": "0.16mm Optimal @Creality Ender5S",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-5S 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_020",
"name": "0.16mm Optimal @Creality Ender5S1",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-5 S1 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_022",
"name": "0.16mm Optimal @Creality Ender6",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "1",
"reduce_crossing_wall": "0",
"layer_height": "0.16",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "0",
"brim_object_gap": "0",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "0",
"top_surface_acceleration": "0",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.1",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.45",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.45",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "0",
"travel_acceleration": "0",
"inner_wall_acceleration": "0",
"initial_layer_line_width": "0.42",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "25%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "top",
"reduce_infill_retraction": "1",
"filename_format": "[input_filename_base].gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "2",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "2",
"skirt_loops": "2",
"minimum_sparse_infill_area": "10",
"internal_solid_infill_line_width": "0",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "grid",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.15",
"support_filament": "0",
"support_line_width": "0.38",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "3",
"support_interface_bottom_layers": "-1",
"support_interface_spacing": "0.2",
"support_interface_speed": "100%",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "0.2",
"support_speed": "40",
"support_threshold_angle": "45",
"support_object_xy_distance": "60%",
"tree_support_branch_angle": "40",
"tree_support_wall_count": "0",
"detect_thin_wall": "1",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "7",
"top_shell_thickness": "0.8",
"initial_layer_speed": "35%",
"initial_layer_infill_speed": "35%",
"outer_wall_speed": "40",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "50",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "60",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality Ender-6 0.4 nozzle"
]
}

View File

@ -0,0 +1,108 @@
{
"type": "process",
"setting_id": "GP_CREALITY_006",
"name": "0.20mm Standard @Creality CR10Max",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"bridge_flow": "0.95",
"bridge_speed": "25",
"brim_width": "5",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"print_sequence": "by layer",
"default_acceleration": "500",
"top_surface_acceleration": "500",
"bridge_no_support": "0",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"outer_wall_line_width": "0.4",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"infill_direction": "45",
"sparse_infill_density": "15%",
"sparse_infill_pattern": "grid",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"initial_layer_print_height": "0.2",
"infill_combination": "0",
"sparse_infill_line_width": "0.45",
"infill_wall_overlap": "23%",
"interface_shells": "0",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"layer_height": "0.2",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"inner_wall_line_width": "0.45",
"wall_loops": "3",
"print_settings_id": "",
"raft_layers": "0",
"seam_position": "aligned",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"internal_solid_infill_line_width": "0.4",
"spiral_mode": "0",
"standby_temperature_delta": "-5",
"enable_support": "0",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_on_build_plate_only": "0",
"support_top_z_distance": "0.2",
"support_filament": "0",
"support_line_width": "0.4",
"support_interface_loop_pattern": "0",
"support_interface_filament": "0",
"support_interface_top_layers": "2",
"support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5",
"support_interface_speed": "80",
"support_base_pattern": "rectilinear",
"support_base_pattern_spacing": "2.5",
"support_speed": "150",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"detect_thin_wall": "0",
"top_surface_pattern": "monotonic",
"top_surface_line_width": "0.4",
"top_shell_layers": "4",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"inner_wall_speed": "40",
"internal_solid_infill_speed": "40",
"top_surface_speed": "30",
"gap_infill_speed": "30",
"sparse_infill_speed": "50",
"travel_speed": "150",
"enable_prime_tower": "0",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Creality CR-10 Max 0.4 nozzle"
]
}

Some files were not shown because too many files have changed in this diff Show More