mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Improved Z-Bolt Profiles (#13240)
# Description - Changing the filament name from Z-Bolt PLA (ABS, ABS HT, PETG, PA) to Generic PLA @Z-Bolt (etc); - Increased size of g-code thumbnails for S800 Dual and S1000/S1000 Dual; - The profile structure has been optimized to reduce the variety of profiles for each printer model; - Extruder temperatures for all filaments have been increased for hardened steel nozzles; - New process profiles have been added for the 0.6mm nozzle (0.16mm High Quality and 0.20mm High Quality); - Disabling multicolor printing for single-head printers; - The "_BEFORE_LAYER_CHANGE" and "_AFTER_LAYER_CHANGE" macros have been added to printer profiles. <!-- > Please provide a summary of the changes made in this PR. Include details such as: > * What issue does this PR address or fix? > * What new features or enhancements does this PR introduce? > * Are there any breaking changes or dependencies that need to be considered? --> # Screenshots/Recordings/Graphs <img width="762" height="257" alt="изображение" src="https://github.com/user-attachments/assets/b5c2ef09-343f-47e8-adb5-fcf682866882" /> <img width="731" height="361" alt="изображение" src="https://github.com/user-attachments/assets/b3259fed-7698-4ab2-89d7-b6b00d974b02" /> <img width="736" height="889" alt="изображение" src="https://github.com/user-attachments/assets/be79822a-da82-4715-a5c0-c393f0cb98b7" /> <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests OrcaSlicer_profile_validator.py <img width="1053" height="84" alt="изображение" src="https://github.com/user-attachments/assets/a3427a51-e77f-40f3-a7b4-efbd62992290" /> check_profiles.yml <img width="2203" height="681" alt="изображение" src="https://github.com/user-attachments/assets/994d0423-660a-4e0e-be4f-4b1c72b653f3" /> orca_extra_profile_check.py <img width="1024" height="142" alt="изображение" src="https://github.com/user-attachments/assets/ddd8e3bf-b845-48fc-b736-ca80c138ce64" /> <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.08mm Extra Fine @Z-Bolt S300;0.08mm Extra Fine @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP001",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP101",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.08mm High Quality @Z-Bolt S300;0.08mm High Quality @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP003",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "210",
|
||||
"inner_wall_speed": "120",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "150",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP003",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "210",
|
||||
"inner_wall_speed": "120",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "150",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP103",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "210",
|
||||
"inner_wall_speed": "120",
|
||||
"internal_solid_infill_speed": "150",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "150",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.12mm Fine @Z-Bolt S300;0.12mm Fine @Z-Bolt S400;0.12mm Fine @Z-Bolt S600;0.12mm Fine @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP005",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP005",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP105",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP205",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP305",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.12mm High Quality @Z-Bolt S300;0.12mm High Quality @Z-Bolt S400;0.12mm High Quality @Z-Bolt S600;0.12mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "230",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "180",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP006",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "230",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "180",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP106",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "230",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "180",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP206",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "230",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "180",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP306",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "230",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "180",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "180",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.16mm High Quality @Z-Bolt S300;0.16mm High Quality @Z-Bolt S400;0.16mm High Quality @Z-Bolt S600;0.16mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP008",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "250",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010H",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "100",
|
||||
"top_surface_speed": "100",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP008",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "250",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP108",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "250",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP208",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "250",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP308",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": "4000",
|
||||
"gap_infill_speed": "250",
|
||||
"inner_wall_speed": "150",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": "200",
|
||||
"top_surface_speed": "150",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.16mm Optimal @Z-Bolt S300;0.16mm Optimal @Z-Bolt S400;0.16mm Optimal @Z-Bolt S600;0.16mm Optimal @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP009",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP009",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP109",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP209",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Optimal @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP309",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.16mm Standard @Z-Bolt S300 0.6 nozzle;0.16mm Standard @Z-Bolt S400 0.6 nozzle;0.16mm Standard @Z-Bolt S600 0.6 nozzle;0.16mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP010",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP110",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP110",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP210",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP210",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP310",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.16_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP310",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm High Quality @Z-Bolt 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024H",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"outer_wall_speed": "40",
|
||||
"inner_wall_speed": "100",
|
||||
"internal_solid_infill_speed": "100",
|
||||
"top_surface_speed": "100",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.20mm Standard @Z-Bolt S300;0.20mm Standard @Z-Bolt S400;0.20mm Standard @Z-Bolt S600;0.20mm Standard @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP011",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.20mm Standard @Z-Bolt S300 0.6 nozzle;0.20mm Standard @Z-Bolt S400 0.6 nozzle;0.20mm Standard @Z-Bolt S600 0.6 nozzle;0.20mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP024",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP011",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP124",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP124",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP111",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP224",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP224",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP211",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP324",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.20_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP324",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP311",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.20mm Strength @Z-Bolt S300;0.20mm Strength @Z-Bolt S400;0.20mm Strength @Z-Bolt S600;0.20mm Strength @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP012",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_density": "25%",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP012",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_density": "25%",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP112",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_density": "25%",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP212",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_density": "25%",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Strength @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP312",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"outer_wall_speed": "60",
|
||||
"sparse_infill_density": "25%",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.24mm Draft @Z-Bolt S300;0.24mm Draft @Z-Bolt S400;0.24mm Draft @Z-Bolt S600;0.24mm Draft @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP013",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP013",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP113",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP213",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP313",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.24mm Standard @Z-Bolt S300 0.6 nozzle;0.24mm Standard @Z-Bolt S400 0.6 nozzle;0.24mm Standard @Z-Bolt S600 0.6 nozzle;0.24mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP014",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt 0.8 nozzle",
|
||||
"renamed_from": "0.24mm Standard @Z-Bolt S300 0.8 nozzle;0.24mm Standard @Z-Bolt S400 0.8 nozzle;0.24mm Standard @Z-Bolt S600 0.8 nozzle;0.24mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP015",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle",
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle",
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S800 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP014",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP014",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP015",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP015",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP114",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP114",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP115",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP115",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP214",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP214",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP215",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP215",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP314",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP314",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP315",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP315",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Z-Bolt 0.4 nozzle",
|
||||
"renamed_from": "0.28mm Extra Draft @Z-Bolt S300;0.28mm Extra Draft @Z-Bolt S400;0.28mm Extra Draft @Z-Bolt S600;0.28mm Extra Draft @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.28",
|
||||
"from": "system",
|
||||
"setting_id": "GP016",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle",
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle",
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S800 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Z-Bolt S300",
|
||||
"inherits": "fdm_process_zbolt_0.28",
|
||||
"from": "system",
|
||||
"setting_id": "GP016",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.4 nozzle",
|
||||
"Z-Bolt S300 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Z-Bolt S400",
|
||||
"inherits": "fdm_process_zbolt_0.28",
|
||||
"from": "system",
|
||||
"setting_id": "GP116",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.4 nozzle",
|
||||
"Z-Bolt S400 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Z-Bolt S600",
|
||||
"inherits": "fdm_process_zbolt_0.28",
|
||||
"from": "system",
|
||||
"setting_id": "GP216",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.4 nozzle",
|
||||
"Z-Bolt S600 Dual 0.4 nozzle",
|
||||
"Z-Bolt S1000 0.4 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.28mm Extra Draft @Z-Bolt S800",
|
||||
"inherits": "fdm_process_zbolt_0.28",
|
||||
"from": "system",
|
||||
"setting_id": "GP316",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.30mm Standard @Z-Bolt S300 0.6 nozzle;0.30mm Standard @Z-Bolt S400 0.6 nozzle;0.30mm Standard @Z-Bolt S600 0.6 nozzle;0.30mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP017",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP017",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP017",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP117",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP117",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP217",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP217",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP317",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP317",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.30mm Strength @Z-Bolt S300 0.6 nozzle;0.30mm Strength @Z-Bolt S400 0.6 nozzle;0.30mm Strength @Z-Bolt S600 0.6 nozzle;0.30mm Strength @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP018",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP018",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP018",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP118",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP118",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP218",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP218",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP318",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.30mm Strength @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP318",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"sparse_infill_density": "25%",
|
||||
"wall_loops": "4",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt 0.8 nozzle",
|
||||
"renamed_from": "0.32mm Standard @Z-Bolt S300 0.8 nozzle;0.32mm Standard @Z-Bolt S400 0.8 nozzle;0.32mm Standard @Z-Bolt S600 0.8 nozzle;0.32mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP019",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle",
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle",
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S800 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP019",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP019",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP119",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP119",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP219",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP219",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP319",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.32mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP319",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.36mm Standard @Z-Bolt S300 0.6 nozzle;0.36mm Standard @Z-Bolt S400 0.6 nozzle;0.36mm Standard @Z-Bolt S600 0.6 nozzle;0.36mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP020",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP020",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP020",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP120",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP120",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP220",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP220",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP320",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.36mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.36_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP320",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt 0.8 nozzle",
|
||||
"renamed_from": "0.40mm Standard @Z-Bolt S300 0.8 nozzle;0.40mm Standard @Z-Bolt S400 0.8 nozzle;0.40mm Standard @Z-Bolt S600 0.8 nozzle;0.40mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP021",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle",
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle",
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S800 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP021",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP021",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP121",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S400 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP121",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP221",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S600 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP221",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP321",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP321",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt 0.6 nozzle",
|
||||
"renamed_from": "0.42mm Standard @Z-Bolt S300 0.6 nozzle;0.42mm Standard @Z-Bolt S400 0.6 nozzle;0.42mm Standard @Z-Bolt S600 0.6 nozzle;0.42mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP022",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle",
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle",
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S800 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP022",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S300 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP022",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.6 nozzle",
|
||||
"Z-Bolt S300 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP122",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S400 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP122",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S400 0.6 nozzle",
|
||||
"Z-Bolt S400 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP222",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S600 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP222",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S600 0.6 nozzle",
|
||||
"Z-Bolt S600 Dual 0.6 nozzle",
|
||||
"Z-Bolt S1000 0.6 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP322",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.42mm Standard @Z-Bolt S800 0.6 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.42_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP322",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S800 Dual 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.48mm Standard @Z-Bolt 0.8 nozzle",
|
||||
"renamed_from": "0.48mm Standard @Z-Bolt S300 0.8 nozzle;0.48mm Standard @Z-Bolt S400 0.8 nozzle;0.48mm Standard @Z-Bolt S600 0.8 nozzle;0.48mm Standard @Z-Bolt S800 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP023",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle",
|
||||
"Z-Bolt S400 0.8 nozzle",
|
||||
"Z-Bolt S400 Dual 0.8 nozzle",
|
||||
"Z-Bolt S600 0.8 nozzle",
|
||||
"Z-Bolt S600 Dual 0.8 nozzle",
|
||||
"Z-Bolt S800 Dual 0.8 nozzle",
|
||||
"Z-Bolt S1000 0.8 nozzle",
|
||||
"Z-Bolt S1000 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.48mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP023",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "0.48mm Standard @Z-Bolt S300 0.8 nozzle",
|
||||
"inherits": "fdm_process_zbolt_0.48_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP023",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"smooth_coefficient": "150",
|
||||
"overhang_totally_speed": "50",
|
||||
"compatible_printers": [
|
||||
"Z-Bolt S300 0.8 nozzle",
|
||||
"Z-Bolt S300 Dual 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user