Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e2fbf781d | ||
|
|
b535a81064 | ||
|
|
434ff3011f | ||
|
|
2b602943a5 | ||
|
|
d51ad889fd | ||
|
|
edc2f8bf90 |
@@ -76,9 +76,10 @@ and the count of errors the original parse hit.
|
|||||||
|
|
||||||
Each entry is one preset **in source form**: what its JSON sub-file states and nothing
|
Each entry is one preset **in source form**: what its JSON sub-file states and nothing
|
||||||
that resolving it derives — the preset's own config diff, the name of the preset it
|
that resolving it derives — the preset's own config diff, the name of the preset it
|
||||||
inherits, and the parse metadata (name, sub-path, description, instantiation, setting
|
inherits, the names of the presets it includes, and the parse metadata (name, sub-path,
|
||||||
and filament ids, renames). Non-instantiated base presets are stored too; the children
|
description, instantiation, setting and filament ids, renames). Non-instantiated base
|
||||||
that inherit from them cannot resolve without them.
|
presets are stored too; the children that inherit from or include them cannot resolve
|
||||||
|
without them.
|
||||||
|
|
||||||
**The payload names its own keys.** The dictionary holds the distinct `opt_key`s the
|
**The payload names its own keys.** The dictionary holds the distinct `opt_key`s the
|
||||||
file uses, the `ConfigOptionType` each was written as, and the distinct enum *value
|
file uses, the `ConfigOptionType` each was written as, and the distinct enum *value
|
||||||
@@ -161,9 +162,9 @@ cache nothing can invalidate is worse than no cache.
|
|||||||
|
|
||||||
Vendors load in a fixed order, because filament inheritance crosses exactly one
|
Vendors load in a fixed order, because filament inheritance crosses exactly one
|
||||||
boundary: any vendor's filament may inherit from the shared Orca filament library,
|
boundary: any vendor's filament may inherit from the shared Orca filament library,
|
||||||
and nothing else reaches across vendors. The library therefore goes first, alone;
|
and nothing else reaches across vendors — an `include` is always vendor-local. The
|
||||||
every other vendor follows in parallel, resolving against it; and the results are
|
library therefore goes first, alone; every other vendor follows in parallel, resolving
|
||||||
merged in a stable order:
|
against it; and the results are merged in a stable order:
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
@@ -211,13 +212,16 @@ and its cache was never written back.
|
|||||||
|
|
||||||
Serving from a cache is not a memory-image restore. The entries are deserialized and
|
Serving from a cache is not a memory-image restore. The entries are deserialized and
|
||||||
then installed one by one — inheritance resolved against the presets installed before
|
then installed one by one — inheritance resolved against the presets installed before
|
||||||
them and the currently loaded filament library, configs flattened onto the collection
|
them and the currently loaded filament library, includes layered in, configs flattened
|
||||||
defaults, validated and registered — by the same function the JSON path calls straight
|
onto the collection defaults, validated and registered — by the same function the JSON
|
||||||
after parsing a sub-file. The two paths share everything below the parse, which is what
|
path calls straight after parsing a sub-file. An `include` layers what the included
|
||||||
makes a cache-loaded bundle indistinguishable from a JSON-loaded one by construction
|
base states, between the parent and the preset's own keys: the base's diff against the
|
||||||
rather than by test coverage. Installation also rebuilds each preset's file path from
|
default, taken when the base itself was installed and before the per-variant padding
|
||||||
the local data directory, so a shipped cache never carries the generating machine's
|
`inherits` sees, so only what a template sets reaches the presets including it. The two
|
||||||
paths.
|
paths share everything below the parse, which is what makes a cache-loaded bundle
|
||||||
|
indistinguishable from a JSON-loaded one by construction rather than by test coverage.
|
||||||
|
Installation also rebuilds each preset's file path from the local data directory, so a
|
||||||
|
shipped cache never carries the generating machine's paths.
|
||||||
|
|
||||||
App upgrades work because a cache normally survives one. Only a deliberate
|
App upgrades work because a cache normally survives one. Only a deliberate
|
||||||
`CACHE_VERSION` bump makes an installed cache unreadable, and that is handled at
|
`CACHE_VERSION` bump makes an installed cache unreadable, and that is handled at
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 30 KiB |
@@ -1,41 +1,41 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL A1 0.2 nozzle",
|
"name": "Bambu ABS @BBL A1 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_08",
|
"setting_id": "GFSB00_08",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"hot_plate_temp": [
|
"hot_plate_temp": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"hot_plate_temp_initial_layer": [
|
"hot_plate_temp_initial_layer": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"reduce_fan_stop_start_freq": [
|
"reduce_fan_stop_start_freq": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
"textured_plate_temp": [
|
"textured_plate_temp": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.2 nozzle"
|
"Bambu Lab A1 0.2 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,43 +1,46 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL A1",
|
"name": "Bambu ABS @BBL A1",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_07",
|
"setting_id": "GFSB00_07",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"16"
|
"16"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"hot_plate_temp": [
|
"filament_retraction_length": [
|
||||||
"100"
|
"0.4"
|
||||||
],
|
],
|
||||||
"hot_plate_temp_initial_layer": [
|
"hot_plate_temp": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"reduce_fan_stop_start_freq": [
|
"hot_plate_temp_initial_layer": [
|
||||||
"0"
|
"100"
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"reduce_fan_stop_start_freq": [
|
||||||
"12"
|
"0"
|
||||||
],
|
],
|
||||||
"textured_plate_temp": [
|
"slow_down_layer_time": [
|
||||||
"100"
|
"12"
|
||||||
],
|
],
|
||||||
"textured_plate_temp_initial_layer": [
|
"textured_plate_temp": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"Bambu Lab A1 0.4 nozzle",
|
"100"
|
||||||
"Bambu Lab A1 0.6 nozzle",
|
],
|
||||||
"Bambu Lab A1 0.8 nozzle"
|
"compatible_printers": [
|
||||||
]
|
"Bambu Lab A1 0.4 nozzle",
|
||||||
}
|
"Bambu Lab A1 0.6 nozzle",
|
||||||
|
"Bambu Lab A1 0.8 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,210 +1,113 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2C 0.2 nozzle",
|
"name": "Bambu ABS @BBL H2C 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_23",
|
"setting_id": "GFSB00_23",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0124"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"0.0241"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_max": [
|
||||||
"0.3341"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"0.0241"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"40"
|
"40"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_change_length": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"filament_cooling_before_tower": [
|
||||||
"10",
|
"10",
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
"filament_prime_volume": [
|
"filament_prime_volume": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_prime_volume_nc": [
|
"filament_prime_volume_nc": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"filament_ramming_travel_time_nc": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"first_x_layer_fan_speed": [
|
"first_x_layer_fan_speed": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_change_length_nc": [
|
"filament_change_length_nc": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"hole_coef_2": [
|
"hole_coef_2": [
|
||||||
"-0.0008"
|
"-0.0008"
|
||||||
],
|
],
|
||||||
"hole_coef_3": [
|
"hole_coef_3": [
|
||||||
"0.1319"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"hole_limit_max": [
|
"hole_limit_max": [
|
||||||
"0.1319"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"hole_limit_min": [
|
"hole_limit_min": [
|
||||||
"0.1119"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_preheat_temperature_delta": [
|
"filament_preheat_temperature_delta": [
|
||||||
"20",
|
"20",
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_deretraction_speed": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_extruder_variant": [
|
"260",
|
||||||
"Direct Drive Standard",
|
"260"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"overhang_fan_speed": [
|
||||||
"filament_flush_temp": [
|
"100"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_layer_time": [
|
||||||
],
|
"12"
|
||||||
"filament_flush_volumetric_speed": [
|
],
|
||||||
"0",
|
"slow_down_min_speed": [
|
||||||
"0"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_flow_ratio": [
|
],
|
||||||
"0.95",
|
"temperature_vitrification": [
|
||||||
"0.95"
|
"75"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"compatible_printers": [
|
||||||
"nil",
|
"Bambu Lab H2C 0.2 nozzle"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_pre_cooling_temperature": [
|
"; filament start gcode\n"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"filament_retract_length_nc": [
|
]
|
||||||
"14",
|
}
|
||||||
"14"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"75"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,204 +1,141 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2C 0.6 nozzle",
|
"name": "Bambu ABS @BBL H2C 0.6 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_34",
|
"setting_id": "GFSB00_34",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0124"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"0.0241"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_min": [
|
||||||
"0.3341"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_max": [
|
||||||
"0.0241"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_cooling_before_tower": [
|
||||||
"4"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_cooling_before_tower": [
|
"10"
|
||||||
"10",
|
],
|
||||||
"10"
|
"filament_flow_ratio": [
|
||||||
],
|
"0.98",
|
||||||
"filament_flow_ratio": [
|
"0.98",
|
||||||
"0.98",
|
"0.98"
|
||||||
"0.98"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_max_volumetric_speed": [
|
"25",
|
||||||
"25",
|
"30",
|
||||||
"30"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_retraction_length": [
|
||||||
"230",
|
"0.4",
|
||||||
"230"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_prime_volume": [
|
],
|
||||||
"30"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_prime_volume_nc": [
|
"1",
|
||||||
"30"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_wipe_distance": [
|
||||||
"0",
|
"1",
|
||||||
"0"
|
"1",
|
||||||
],
|
"1"
|
||||||
"filament_ramming_travel_time_nc": [
|
],
|
||||||
"1",
|
"filament_prime_volume": [
|
||||||
"1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_prime_volume_nc": [
|
||||||
"0.4",
|
"30"
|
||||||
"0.4"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_wipe": [
|
"Spiral Lift",
|
||||||
"1",
|
"Spiral Lift",
|
||||||
"1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"1",
|
"230",
|
||||||
"1"
|
"230",
|
||||||
],
|
"230"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"filament_ramming_travel_time": [
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0",
|
||||||
"first_x_layer_fan_speed": [
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_ramming_travel_time_nc": [
|
||||||
"filament_change_length_nc": [
|
"1",
|
||||||
"4"
|
"1",
|
||||||
],
|
"1"
|
||||||
"hole_coef_2": [
|
],
|
||||||
"-0.0008"
|
"filament_change_length": [
|
||||||
],
|
"4"
|
||||||
"hole_coef_3": [
|
],
|
||||||
"0.1319"
|
"filament_change_length_nc": [
|
||||||
],
|
"4"
|
||||||
"hole_limit_max": [
|
],
|
||||||
"0.1319"
|
"first_x_layer_fan_speed": [
|
||||||
],
|
"0"
|
||||||
"hole_limit_min": [
|
],
|
||||||
"0.1119"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_preheat_temperature_delta": [
|
],
|
||||||
"20",
|
"hole_coef_3": [
|
||||||
"20"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"hole_limit_min": [
|
||||||
"0",
|
"0.1119"
|
||||||
"0"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_deretraction_speed": [
|
"0.1319"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_preheat_temperature_delta": [
|
||||||
],
|
"20",
|
||||||
"filament_extruder_variant": [
|
"20",
|
||||||
"Direct Drive Standard",
|
"20"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"include": [
|
||||||
"filament_flush_temp": [
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature": [
|
||||||
],
|
"270",
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_long_retractions_when_cut": [
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil"
|
"260"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"slow_down_layer_time": [
|
||||||
"0",
|
"12"
|
||||||
"0"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_length_nc": [
|
"20",
|
||||||
"14",
|
"20",
|
||||||
"14"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"temperature_vitrification": [
|
||||||
"-1",
|
"75"
|
||||||
"-1"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"Bambu Lab H2C 0.6 nozzle"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"filament_end_gcode": [
|
||||||
"nil"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"75"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,204 +1,127 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2C 0.8 nozzle",
|
"name": "Bambu ABS @BBL H2C 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_35",
|
"setting_id": "GFSB00_35",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0124"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"0.0241"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_max": [
|
||||||
"0.3341"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"0.0241"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_change_length": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"filament_cooling_before_tower": [
|
||||||
"10",
|
"10",
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.98",
|
"0.98",
|
||||||
"0.98"
|
"0.98"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"25",
|
"25",
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
"filament_prime_volume": [
|
"filament_prime_volume": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_prime_volume_nc": [
|
"filament_prime_volume_nc": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"filament_ramming_travel_time_nc": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_retraction_length": [
|
||||||
"0.4",
|
"0.4",
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"filament_wipe": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_wipe_distance": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"filament_z_hop_types": [
|
||||||
"Spiral Lift",
|
"Spiral Lift",
|
||||||
"Spiral Lift"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"first_x_layer_fan_speed": [
|
"first_x_layer_fan_speed": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_change_length_nc": [
|
"filament_change_length_nc": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"hole_coef_2": [
|
"hole_coef_2": [
|
||||||
"-0.0008"
|
"-0.0008"
|
||||||
],
|
],
|
||||||
"hole_coef_3": [
|
"hole_coef_3": [
|
||||||
"0.1319"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"hole_limit_max": [
|
"hole_limit_max": [
|
||||||
"0.1319"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"hole_limit_min": [
|
"hole_limit_min": [
|
||||||
"0.1119"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_preheat_temperature_delta": [
|
"filament_preheat_temperature_delta": [
|
||||||
"20",
|
"20",
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_deretraction_speed": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_extruder_variant": [
|
"260",
|
||||||
"Direct Drive Standard",
|
"260"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_flush_temp": [
|
"12"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_flush_volumetric_speed": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"temperature_vitrification": [
|
||||||
],
|
"75"
|
||||||
"filament_long_retractions_when_cut": [
|
],
|
||||||
"nil",
|
"compatible_printers": [
|
||||||
"nil"
|
"Bambu Lab H2C 0.8 nozzle"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_start_gcode": [
|
||||||
"0",
|
"; filament start gcode\n"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"filament_retract_length_nc": [
|
"; filament end gcode \n"
|
||||||
"14",
|
]
|
||||||
"14"
|
}
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"75"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,204 +1,141 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2C",
|
"name": "Bambu ABS @BBL H2C",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_22",
|
"setting_id": "GFSB00_22",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0124"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"0.0241"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_min": [
|
||||||
"0.3341"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_max": [
|
||||||
"0.0241"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_cooling_before_tower": [
|
||||||
"4"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_cooling_before_tower": [
|
"10"
|
||||||
"10",
|
],
|
||||||
"10"
|
"filament_flow_ratio": [
|
||||||
],
|
"0.98",
|
||||||
"filament_flow_ratio": [
|
"0.98",
|
||||||
"0.98",
|
"0.98"
|
||||||
"0.98"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_max_volumetric_speed": [
|
"20",
|
||||||
"20",
|
"30",
|
||||||
"30"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_retraction_length": [
|
||||||
"230",
|
"0.4",
|
||||||
"230"
|
"0.6",
|
||||||
],
|
"0.4"
|
||||||
"filament_prime_volume": [
|
],
|
||||||
"30"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_prime_volume_nc": [
|
"1",
|
||||||
"30"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_wipe_distance": [
|
||||||
"0",
|
"1",
|
||||||
"0"
|
"1",
|
||||||
],
|
"1"
|
||||||
"filament_ramming_travel_time_nc": [
|
],
|
||||||
"1",
|
"filament_prime_volume": [
|
||||||
"1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_prime_volume_nc": [
|
||||||
"0.4",
|
"30"
|
||||||
"0.6"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_wipe": [
|
"Spiral Lift",
|
||||||
"1",
|
"Spiral Lift",
|
||||||
"1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"1",
|
"230",
|
||||||
"1"
|
"230",
|
||||||
],
|
"230"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"filament_ramming_travel_time": [
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0",
|
||||||
"first_x_layer_fan_speed": [
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_ramming_travel_time_nc": [
|
||||||
"filament_change_length_nc": [
|
"1",
|
||||||
"4"
|
"1",
|
||||||
],
|
"1"
|
||||||
"hole_coef_2": [
|
],
|
||||||
"-0.0008"
|
"filament_change_length": [
|
||||||
],
|
"4"
|
||||||
"hole_coef_3": [
|
],
|
||||||
"0.1319"
|
"filament_change_length_nc": [
|
||||||
],
|
"4"
|
||||||
"hole_limit_max": [
|
],
|
||||||
"0.1319"
|
"first_x_layer_fan_speed": [
|
||||||
],
|
"0"
|
||||||
"hole_limit_min": [
|
],
|
||||||
"0.1119"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_preheat_temperature_delta": [
|
],
|
||||||
"20",
|
"hole_coef_3": [
|
||||||
"20"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"hole_limit_min": [
|
||||||
"0",
|
"0.1119"
|
||||||
"0"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_deretraction_speed": [
|
"0.1319"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_preheat_temperature_delta": [
|
||||||
],
|
"20",
|
||||||
"filament_extruder_variant": [
|
"20",
|
||||||
"Direct Drive Standard",
|
"20"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"include": [
|
||||||
"filament_flush_temp": [
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature": [
|
||||||
],
|
"270",
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_long_retractions_when_cut": [
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil"
|
"260"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"slow_down_layer_time": [
|
||||||
"0",
|
"12"
|
||||||
"0"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_length_nc": [
|
"20",
|
||||||
"14",
|
"20",
|
||||||
"14"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"temperature_vitrification": [
|
||||||
"-1",
|
"75"
|
||||||
"-1"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"Bambu Lab H2C 0.4 nozzle"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"filament_end_gcode": [
|
||||||
"nil"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"75"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,83 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2D 0.2 nozzle",
|
"name": "Bambu ABS @BBL H2D 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_12",
|
"setting_id": "GFSB00_12",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"0.0241"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"2",
|
||||||
"nil"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"2",
|
"0",
|
||||||
"2"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_prime_volume": [
|
||||||
"-1",
|
"30"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retract_before_wipe": [
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"hole_limit_max": [
|
||||||
"nil",
|
"0.1319"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"0.1119"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_retraction_length": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"slow_down_layer_time": [
|
||||||
"nil"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"slow_down_min_speed": [
|
||||||
"nil",
|
"20",
|
||||||
"nil"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"compatible_printers": [
|
||||||
"nil",
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_z_hop": [
|
"; filament start gcode\n"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"filament_z_hop_types": [
|
]
|
||||||
"nil",
|
}
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,138 +1,109 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2D 0.6 nozzle",
|
"name": "Bambu ABS @BBL H2D 0.6 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_29",
|
"setting_id": "GFSB00_29",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"0.0241"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"25",
|
"25",
|
||||||
"35"
|
"35",
|
||||||
],
|
"25"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_retraction_length": [
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4",
|
||||||
"filament_retract_when_changing_layer": [
|
"0.4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_wipe_distance": [
|
||||||
"filament_retraction_length": [
|
"1",
|
||||||
"0.4",
|
"1",
|
||||||
"0.4"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"-0.0008"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1319"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_wipe_distance": [
|
"0.1319"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_min": [
|
||||||
],
|
"0.1119"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"nozzle_temperature": [
|
||||||
"Spiral Lift",
|
"270",
|
||||||
"Spiral Lift"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature_initial_layer": [
|
||||||
"Direct Drive High Flow"
|
"260",
|
||||||
],
|
"260",
|
||||||
"filament_pre_cooling_temperature": [
|
"260"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_layer_time": [
|
||||||
],
|
"12"
|
||||||
"filament_ramming_travel_time": [
|
],
|
||||||
"0",
|
"slow_down_min_speed": [
|
||||||
"0"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
"filament_extruder_id": [
|
],
|
||||||
"1",
|
"filament_start_gcode": [
|
||||||
"1"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"long_retractions_when_ec": [
|
"filament_end_gcode": [
|
||||||
"1",
|
"; filament end gcode \n"
|
||||||
"1"
|
]
|
||||||
],
|
}
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,99 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2D 0.8 nozzle",
|
"name": "Bambu ABS @BBL H2D 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_13",
|
"setting_id": "GFSB00_13",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"0.0241"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"25",
|
||||||
"nil"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"25",
|
"0.4",
|
||||||
"35"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_wipe": [
|
||||||
"-1",
|
"1",
|
||||||
"-1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_wipe_distance": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_prime_volume": [
|
||||||
"nil",
|
"30"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retraction_length": [
|
"4"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"hole_limit_max": [
|
||||||
"nil",
|
"0.1319"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_wipe": [
|
"0.1119"
|
||||||
"1",
|
],
|
||||||
"1"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"1",
|
"nozzle_temperature": [
|
||||||
"1"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"slow_down_layer_time": [
|
||||||
"Spiral Lift"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
"slow_down_min_speed": [
|
||||||
"Direct Drive Standard",
|
"20",
|
||||||
"Direct Drive High Flow"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"compatible_printers": [
|
||||||
"0",
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_ramming_travel_time": [
|
"; filament start gcode\n"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"filament_adaptive_volumetric_speed": [
|
]
|
||||||
"0",
|
}
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,109 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2D",
|
"name": "Bambu ABS @BBL H2D",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_11",
|
"setting_id": "GFSB00_11",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"0.0241"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"20",
|
"20",
|
||||||
"35"
|
"35",
|
||||||
],
|
"20"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_retraction_length": [
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4",
|
||||||
"filament_retract_when_changing_layer": [
|
"0.4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_wipe_distance": [
|
||||||
"filament_retraction_length": [
|
"1",
|
||||||
"0.4",
|
"1",
|
||||||
"0.4"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"-0.0008"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1319"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_wipe_distance": [
|
"0.1319"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_min": [
|
||||||
],
|
"0.1119"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"nozzle_temperature": [
|
||||||
"Spiral Lift",
|
"270",
|
||||||
"Spiral Lift"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature_initial_layer": [
|
||||||
"Direct Drive High Flow"
|
"260",
|
||||||
],
|
"260",
|
||||||
"filament_pre_cooling_temperature": [
|
"260"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_layer_time": [
|
||||||
],
|
"12"
|
||||||
"filament_ramming_travel_time": [
|
],
|
||||||
"0",
|
"slow_down_min_speed": [
|
||||||
"0"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D 0.4 nozzle"
|
||||||
"long_retractions_when_ec": [
|
],
|
||||||
"1",
|
"filament_start_gcode": [
|
||||||
"1"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"nozzle_temperature": [
|
"filament_end_gcode": [
|
||||||
"270",
|
"; filament end gcode \n"
|
||||||
"270"
|
]
|
||||||
],
|
}
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,53 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2DP 0.2 nozzle",
|
"name": "Bambu ABS @BBL H2DP 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_17",
|
"setting_id": "GFSB00_17",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"2",
|
||||||
"0.95"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_long_retractions_when_cut": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_max_volumetric_speed": [
|
"260",
|
||||||
"2",
|
"260"
|
||||||
"2"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"12"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retract_before_wipe": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D Pro 0.2 nozzle"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"filament_end_gcode": [
|
||||||
"nil",
|
"; filament end gcode \n"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,69 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2DP 0.6 nozzle",
|
"name": "Bambu ABS @BBL H2DP 0.6 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_31",
|
"setting_id": "GFSB00_31",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"25",
|
||||||
"0.95"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_wipe": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"35"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_z_hop_types": [
|
||||||
"-1",
|
"Spiral Lift",
|
||||||
"-1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_restart_extra": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_when_changing_layer": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retraction_length": [
|
"20"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"filament_end_gcode": [
|
||||||
"nil",
|
"; filament end gcode \n"
|
||||||
"nil"
|
]
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,69 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2DP 0.8 nozzle",
|
"name": "Bambu ABS @BBL H2DP 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_18",
|
"setting_id": "GFSB00_18",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"25",
|
||||||
"0.95"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_wipe": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"35"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_z_hop_types": [
|
||||||
"-1",
|
"Spiral Lift",
|
||||||
"-1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_restart_extra": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_when_changing_layer": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retraction_length": [
|
"20"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D Pro 0.8 nozzle"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"filament_end_gcode": [
|
||||||
"nil",
|
"; filament end gcode \n"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,69 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2DP",
|
"name": "Bambu ABS @BBL H2DP",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_16",
|
"setting_id": "GFSB00_16",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"20",
|
||||||
"0.95"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_wipe": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_wipe_distance": [
|
||||||
"20",
|
"1",
|
||||||
"30"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_z_hop_types": [
|
||||||
"-1",
|
"Spiral Lift",
|
||||||
"-1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_restart_extra": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_when_changing_layer": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retraction_length": [
|
"20"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"filament_end_gcode": [
|
||||||
"nil",
|
"; filament end gcode \n"
|
||||||
"nil"
|
]
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,143 +1,104 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2S 0.2 nozzle",
|
"name": "Bambu ABS @BBL H2S 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_25",
|
"setting_id": "GFSB00_25",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"counter_coef_3": [
|
||||||
"40"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"fan_max_speed": [
|
||||||
],
|
"60"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_min_speed": [
|
||||||
"0"
|
"40"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"3",
|
"10",
|
||||||
"3"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_flush_volumetric_speed": [
|
||||||
"nil",
|
"3",
|
||||||
"nil"
|
"3"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_prime_volume": [
|
||||||
"-1",
|
"30"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retract_restart_extra": [
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_retract_when_changing_layer": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"hole_limit_min": [
|
||||||
"nil",
|
"0.1119"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_retraction_length": [
|
"0.1319"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"long_retractions_when_ec": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_wipe": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"nil",
|
"overhang_fan_speed": [
|
||||||
"nil"
|
"100"
|
||||||
],
|
],
|
||||||
"filament_z_hop": [
|
"pre_start_fan_time": [
|
||||||
"nil",
|
"2"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_z_hop_types": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_extruder_variant": [
|
"12"
|
||||||
"Direct Drive Standard",
|
],
|
||||||
"Direct Drive High Flow"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_pre_cooling_temperature": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2S 0.2 nozzle"
|
||||||
"filament_ramming_travel_time": [
|
],
|
||||||
"0",
|
"filament_start_gcode": [
|
||||||
"0"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"filament_end_gcode": [
|
||||||
"0",
|
"; filament end gcode \n"
|
||||||
"0"
|
]
|
||||||
],
|
}
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"pre_start_fan_time": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,140 +1,125 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2S 0.6 nozzle",
|
"name": "Bambu ABS @BBL H2S 0.6 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_33",
|
"setting_id": "GFSB00_33",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_min": [
|
||||||
"filament_flow_ratio": [
|
"0.0241"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.3341"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"25",
|
"25",
|
||||||
"35"
|
"35",
|
||||||
],
|
"25"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retraction_length": [
|
||||||
"nil",
|
"0.4",
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_wipe": [
|
||||||
"nil"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_retract_when_changing_layer": [
|
"1"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe_distance": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retraction_length": [
|
"Spiral Lift",
|
||||||
"0.4",
|
"Spiral Lift",
|
||||||
"0.4"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"-0.0008"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1319"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_wipe_distance": [
|
"0.1119"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_max": [
|
||||||
],
|
"0.1319"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"long_retractions_when_ec": [
|
||||||
"Spiral Lift",
|
"0",
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_pre_cooling_temperature": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"260",
|
||||||
"filament_ramming_travel_time": [
|
"260",
|
||||||
"0",
|
"260"
|
||||||
"0"
|
],
|
||||||
],
|
"overhang_fan_speed": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"100"
|
||||||
"0",
|
],
|
||||||
"0"
|
"pre_start_fan_time": [
|
||||||
],
|
"2"
|
||||||
"long_retractions_when_ec": [
|
],
|
||||||
"0",
|
"retraction_distances_when_ec": [
|
||||||
"0"
|
"0",
|
||||||
],
|
"0",
|
||||||
"nozzle_temperature": [
|
"0"
|
||||||
"270",
|
],
|
||||||
"270"
|
"slow_down_layer_time": [
|
||||||
],
|
"12"
|
||||||
"nozzle_temperature_initial_layer": [
|
],
|
||||||
"260",
|
"slow_down_min_speed": [
|
||||||
"260"
|
"20",
|
||||||
],
|
"20",
|
||||||
"overhang_fan_speed": [
|
"20"
|
||||||
"100"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"pre_start_fan_time": [
|
"Bambu Lab H2S 0.6 nozzle"
|
||||||
"2"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"retraction_distances_when_ec": [
|
"; filament start gcode\n"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"slow_down_layer_time": [
|
]
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,140 +1,113 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2S 0.8 nozzle",
|
"name": "Bambu ABS @BBL H2S 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_32",
|
"setting_id": "GFSB00_32",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_min": [
|
||||||
"filament_flow_ratio": [
|
"0.0241"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.3341"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"25",
|
||||||
"nil"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"25",
|
"0.4",
|
||||||
"35"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_wipe": [
|
||||||
"-1",
|
"1",
|
||||||
"-1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_wipe_distance": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"filament_prime_volume": [
|
||||||
"nil",
|
"30"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retract_when_changing_layer": [
|
"Spiral Lift",
|
||||||
"nil",
|
"Spiral Lift"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retraction_length": [
|
"4"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"hole_limit_min": [
|
||||||
"nil",
|
"0.1119"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_wipe": [
|
"0.1319"
|
||||||
"1",
|
],
|
||||||
"1"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"1",
|
"long_retractions_when_ec": [
|
||||||
"1"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"nozzle_temperature_initial_layer": [
|
||||||
"Spiral Lift"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"overhang_fan_speed": [
|
||||||
"Direct Drive High Flow"
|
"100"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"pre_start_fan_time": [
|
||||||
"0",
|
"2"
|
||||||
"0"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_ramming_travel_time": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"12"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"long_retractions_when_ec": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2S 0.8 nozzle"
|
||||||
"nozzle_temperature": [
|
],
|
||||||
"270",
|
"filament_start_gcode": [
|
||||||
"270"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_initial_layer": [
|
"filament_end_gcode": [
|
||||||
"260",
|
"; filament end gcode \n"
|
||||||
"260"
|
]
|
||||||
],
|
}
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"pre_start_fan_time": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,140 +1,125 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL H2S",
|
"name": "Bambu ABS @BBL H2S",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_24",
|
"setting_id": "GFSB00_24",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_min": [
|
||||||
"filament_flow_ratio": [
|
"0.0241"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.3341"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"20",
|
"20",
|
||||||
"35"
|
"35",
|
||||||
],
|
"20"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retraction_length": [
|
||||||
"nil",
|
"0.4",
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_wipe": [
|
||||||
"nil"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_retract_when_changing_layer": [
|
"1"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe_distance": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retraction_length": [
|
"Spiral Lift",
|
||||||
"0.4",
|
"Spiral Lift",
|
||||||
"0.4"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"-0.0008"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1319"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_wipe_distance": [
|
"0.1119"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_max": [
|
||||||
],
|
"0.1319"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"long_retractions_when_ec": [
|
||||||
"Spiral Lift",
|
"0",
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_pre_cooling_temperature": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"260",
|
||||||
"filament_ramming_travel_time": [
|
"260",
|
||||||
"0",
|
"260"
|
||||||
"0"
|
],
|
||||||
],
|
"overhang_fan_speed": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"100"
|
||||||
"0",
|
],
|
||||||
"0"
|
"pre_start_fan_time": [
|
||||||
],
|
"2"
|
||||||
"long_retractions_when_ec": [
|
],
|
||||||
"0",
|
"retraction_distances_when_ec": [
|
||||||
"0"
|
"0",
|
||||||
],
|
"0",
|
||||||
"nozzle_temperature": [
|
"0"
|
||||||
"270",
|
],
|
||||||
"270"
|
"slow_down_layer_time": [
|
||||||
],
|
"12"
|
||||||
"nozzle_temperature_initial_layer": [
|
],
|
||||||
"260",
|
"slow_down_min_speed": [
|
||||||
"260"
|
"20",
|
||||||
],
|
"20",
|
||||||
"overhang_fan_speed": [
|
"20"
|
||||||
"100"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"pre_start_fan_time": [
|
"Bambu Lab H2S 0.4 nozzle"
|
||||||
"2"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"retraction_distances_when_ec": [
|
"; filament start gcode\n"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"slow_down_layer_time": [
|
]
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "Bambu ABS @BBL P1S 0.4 nozzle",
|
||||||
|
"inherits": "Bambu ABS @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "GFSB00_38",
|
||||||
|
"instantiation": "true",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"filament_deretraction_speed": [
|
||||||
|
"nil",
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_long_retractions_when_cut": [
|
||||||
|
"1",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"16",
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"filament_retraction_distances_when_cut": [
|
||||||
|
"18",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"0.4",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"filament_retraction_speed": [
|
||||||
|
"nil",
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_z_hop": [
|
||||||
|
"nil",
|
||||||
|
"0.6"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"fdm_filament_template_direct_dual"
|
||||||
|
],
|
||||||
|
"long_retractions_when_ec": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"270",
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"260",
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"retraction_distances_when_ec": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1S 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "Bambu ABS @BBL P1S 0.6 nozzle",
|
||||||
|
"inherits": "Bambu ABS @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "GFSB00_39",
|
||||||
|
"instantiation": "true",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"filament_deretraction_speed": [
|
||||||
|
"nil",
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_long_retractions_when_cut": [
|
||||||
|
"1",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"16",
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"filament_retraction_distances_when_cut": [
|
||||||
|
"18",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"0.4",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"filament_retraction_speed": [
|
||||||
|
"nil",
|
||||||
|
"40"
|
||||||
|
],
|
||||||
|
"filament_z_hop": [
|
||||||
|
"nil",
|
||||||
|
"0.6"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"fdm_filament_template_direct_dual"
|
||||||
|
],
|
||||||
|
"long_retractions_when_ec": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"270",
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"260",
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"retraction_distances_when_ec": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab P1S 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,174 +1,93 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL P2S 0.2 nozzle",
|
"name": "Bambu ABS @BBL P2S 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_14",
|
"setting_id": "GFSB00_14",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"counter_coef_2": [
|
||||||
"40"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"0.0241"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_min_speed": [
|
||||||
"0"
|
"40"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"3",
|
"10",
|
||||||
"3"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_flush_volumetric_speed": [
|
||||||
"nil",
|
"3",
|
||||||
"nil"
|
"3"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"-1",
|
"0",
|
||||||
"-1"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"-1",
|
"10",
|
||||||
"-1"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"hole_coef_2": [
|
||||||
"nil",
|
"-0.0008"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_coef_3": [
|
||||||
"filament_retract_restart_extra": [
|
"0.1319"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_limit_max": [
|
||||||
],
|
"0.1319"
|
||||||
"filament_retract_when_changing_layer": [
|
],
|
||||||
"nil",
|
"hole_limit_min": [
|
||||||
"nil"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"include": [
|
||||||
"10",
|
"fdm_filament_template_direct_dual"
|
||||||
"10"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_retraction_length": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retraction_minimum_travel": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retraction_speed": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_wipe_distance": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_z_hop": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab P2S 0.2 nozzle"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_extruder_variant": [
|
}
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,174 +1,105 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL P2S 0.6 nozzle",
|
"name": "Bambu ABS @BBL P2S 0.6 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_36",
|
"setting_id": "GFSB00_36",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"chamber_temperatures": [
|
||||||
"0"
|
"65"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"counter_coef_2": [
|
||||||
"65"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_3": [
|
||||||
"60"
|
"0.0241"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"fan_max_speed": [
|
||||||
],
|
"60"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"filament_cooling_before_tower": [
|
||||||
"0"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_flush_volumetric_speed": [
|
"10"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_max_volumetric_speed": [
|
||||||
],
|
"16",
|
||||||
"filament_long_retractions_when_cut": [
|
"35",
|
||||||
"nil",
|
"16"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_max_volumetric_speed": [
|
"10",
|
||||||
"16",
|
"10",
|
||||||
"35"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"-1",
|
"0.4",
|
||||||
"-1"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
],
|
||||||
"-1",
|
"filament_z_hop_types": [
|
||||||
"-1"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_retract_before_wipe": [
|
"Spiral Lift"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_ramming_travel_time": [
|
||||||
],
|
"0",
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_coef_2": [
|
||||||
"filament_retract_when_changing_layer": [
|
"-0.0008"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_3": [
|
||||||
],
|
"0.1319"
|
||||||
"filament_retraction_distances_when_cut": [
|
],
|
||||||
"10",
|
"hole_limit_min": [
|
||||||
"10"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"hole_limit_max": [
|
||||||
"0.4",
|
"0.1319"
|
||||||
"0.4"
|
],
|
||||||
],
|
"include": [
|
||||||
"filament_retraction_minimum_travel": [
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"long_retractions_when_ec": [
|
||||||
],
|
"0",
|
||||||
"filament_retraction_speed": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_wipe": [
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil",
|
"260",
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"retraction_distances_when_ec": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_z_hop_types": [
|
"0"
|
||||||
"Spiral Lift",
|
],
|
||||||
"Spiral Lift"
|
"slow_down_layer_time": [
|
||||||
],
|
"12"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"slow_down_min_speed": [
|
||||||
"Direct Drive High Flow"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_pre_cooling_temperature": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab P2S 0.6 nozzle"
|
||||||
"filament_pre_cooling_temperature_nc": [
|
],
|
||||||
"0",
|
"filament_start_gcode": [
|
||||||
"0"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,177 +1,93 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL P2S 0.8 nozzle",
|
"name": "Bambu ABS @BBL P2S 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_15",
|
"setting_id": "GFSB00_15",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.3341"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"0.0241"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"18",
|
||||||
"nil"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"18",
|
"0",
|
||||||
"35"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"-1",
|
"10",
|
||||||
"-1"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"filament_retraction_length": [
|
||||||
"-1",
|
"0.4",
|
||||||
"-1"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"hole_coef_2": [
|
||||||
"nil",
|
"-0.0008"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_coef_3": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0.1319"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_limit_max": [
|
||||||
],
|
"0.1319"
|
||||||
"filament_retraction_distances_when_cut": [
|
],
|
||||||
"10",
|
"hole_limit_min": [
|
||||||
"10"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"include": [
|
||||||
"0.4",
|
"fdm_filament_template_direct_dual"
|
||||||
"0.4"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_retraction_minimum_travel": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retraction_speed": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_wipe": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_wipe_distance": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_z_hop": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab P2S 0.8 nozzle"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"filament_start_gcode": [
|
||||||
"Spiral Lift"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_extruder_variant": [
|
}
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,174 +1,108 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL P2S",
|
"name": "Bambu ABS @BBL P2S",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_10",
|
"setting_id": "GFSB00_10",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_coef_2": [
|
||||||
"60"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_3": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_min": [
|
||||||
"filament_flow_ratio": [
|
"0.0241"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.3341"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"fan_max_speed": [
|
||||||
"0"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_long_retractions_when_cut": [
|
],
|
||||||
"nil",
|
"filament_max_volumetric_speed": [
|
||||||
"nil"
|
"16",
|
||||||
],
|
"25",
|
||||||
"filament_max_volumetric_speed": [
|
"16"
|
||||||
"16",
|
],
|
||||||
"25"
|
"filament_retraction_distances_when_cut": [
|
||||||
],
|
"10",
|
||||||
"filament_ramming_volumetric_speed": [
|
"10",
|
||||||
"-1",
|
"10"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_retraction_length": [
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"0.4",
|
||||||
"-1",
|
"0.4",
|
||||||
"-1"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_ramming_travel_time": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_retract_when_changing_layer": [
|
"0"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"-0.0008"
|
||||||
"filament_retraction_distances_when_cut": [
|
],
|
||||||
"10",
|
"hole_coef_3": [
|
||||||
"10"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"hole_limit_min": [
|
||||||
"0.4",
|
"0.1119"
|
||||||
"0.4"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_retraction_minimum_travel": [
|
"0.1319"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"long_retractions_when_ec": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_wipe": [
|
"0"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"nozzle_temperature": [
|
||||||
],
|
"270",
|
||||||
"filament_wipe_distance": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_z_hop": [
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil"
|
"260"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"retraction_distances_when_ec": [
|
||||||
"Spiral Lift",
|
"0",
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"slow_down_layer_time": [
|
||||||
"Direct Drive High Flow"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"slow_down_min_speed": [
|
||||||
"0",
|
"20",
|
||||||
"0"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_pre_cooling_temperature_nc": [
|
],
|
||||||
"0",
|
"compatible_printers": [
|
||||||
"0"
|
"Bambu Lab P2S 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_start_gcode": [
|
||||||
"0",
|
"; filament start gcode\n"
|
||||||
"0"
|
]
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,127 +1,58 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X1C 0.2 nozzle",
|
"name": "Bambu ABS @BBL X1C 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_00",
|
"setting_id": "GFSB00_00",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_ramming_travel_time": [
|
||||||
"0.95",
|
"0",
|
||||||
"0.95"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"260",
|
||||||
"-1",
|
"260"
|
||||||
"-1"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retract_restart_extra": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retract_when_changing_layer": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1 Carbon 0.2 nozzle",
|
||||||
"filament_retraction_length": [
|
"Bambu Lab X1 0.2 nozzle",
|
||||||
"nil",
|
"Bambu Lab P1S 0.2 nozzle"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 Carbon 0.2 nozzle",
|
|
||||||
"Bambu Lab X1 0.2 nozzle",
|
|
||||||
"Bambu Lab P1S 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "Bambu ABS @BBL X1C 0.6 nozzle",
|
||||||
|
"inherits": "Bambu ABS @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "GFSB00_40",
|
||||||
|
"instantiation": "true",
|
||||||
|
"fan_max_speed": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"filament_long_retractions_when_cut": [
|
||||||
|
"1",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"16",
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"filament_retraction_distances_when_cut": [
|
||||||
|
"18",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"0.4",
|
||||||
|
"0.8"
|
||||||
|
],
|
||||||
|
"filament_z_hop": [
|
||||||
|
"nil",
|
||||||
|
"0.6"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"fdm_filament_template_direct_dual"
|
||||||
|
],
|
||||||
|
"long_retractions_when_ec": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"270",
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"260",
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"retraction_distances_when_ec": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X1 Carbon 0.6 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,130 +1,58 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X1C 0.8 nozzle",
|
"name": "Bambu ABS @BBL X1C 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_01",
|
"setting_id": "GFSB00_01",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_ramming_travel_time": [
|
||||||
"0.95",
|
"0",
|
||||||
"0.95"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_retraction_length": [
|
||||||
"nil",
|
"0.4",
|
||||||
"nil"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_volumetric_speed": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"260",
|
||||||
"-1",
|
"260"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retract_when_changing_layer": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||||
"filament_retraction_length": [
|
"Bambu Lab X1 0.8 nozzle",
|
||||||
"nil",
|
"Bambu Lab P1S 0.8 nozzle"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
|
||||||
"Bambu Lab X1 0.8 nozzle",
|
|
||||||
"Bambu Lab P1S 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,130 +1,74 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X1C",
|
"name": "Bambu ABS @BBL X1C",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00",
|
"setting_id": "GFSB00",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_deretraction_speed": [
|
||||||
"1",
|
"nil",
|
||||||
"1"
|
"40"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"16",
|
"1",
|
||||||
"16"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"16",
|
||||||
"18"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_retraction_length": [
|
||||||
"nil",
|
"0.4",
|
||||||
"nil"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_speed": [
|
||||||
"0",
|
"nil",
|
||||||
"0"
|
"40"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_z_hop": [
|
||||||
"0",
|
"nil",
|
||||||
"0"
|
"0.6"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"-1",
|
"0",
|
||||||
"-1"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_when_changing_layer": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retraction_length": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retraction_minimum_travel": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retraction_speed": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_wipe": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
"filament_wipe_distance": [
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
"nil",
|
"Bambu Lab X1 0.6 nozzle"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
|
||||||
"Bambu Lab X1 0.4 nozzle",
|
|
||||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
|
||||||
"Bambu Lab X1 0.6 nozzle",
|
|
||||||
"Bambu Lab P1S 0.4 nozzle",
|
|
||||||
"Bambu Lab P1S 0.6 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,125 +1,56 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X1E 0.2 nozzle",
|
"name": "Bambu ABS @BBL X1E 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_05",
|
"setting_id": "GFSB00_05",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"2",
|
||||||
"0.95"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"18",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"include": [
|
||||||
"1",
|
"fdm_filament_template_direct_dual"
|
||||||
"1"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_max_volumetric_speed": [
|
"0",
|
||||||
"2",
|
"0"
|
||||||
"2"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retract_when_changing_layer": [
|
"12"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retraction_distances_when_cut": [
|
"20"
|
||||||
"18",
|
],
|
||||||
"18"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1E 0.2 nozzle"
|
||||||
"filament_retraction_length": [
|
]
|
||||||
"nil",
|
}
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1E 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,128 +1,56 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X1E 0.8 nozzle",
|
"name": "Bambu ABS @BBL X1E 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_06",
|
"setting_id": "GFSB00_06",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"18",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_retraction_length": [
|
||||||
"1",
|
"0.4",
|
||||||
"1"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"include": [
|
||||||
"18",
|
"fdm_filament_template_direct_dual"
|
||||||
"18"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"0",
|
||||||
"-1",
|
"0"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_before_wipe": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_restart_extra": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"12"
|
||||||
"18",
|
],
|
||||||
"18"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1E 0.8 nozzle"
|
||||||
"filament_retraction_length": [
|
]
|
||||||
"nil",
|
}
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1E 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,126 +1,61 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X1E",
|
"name": "Bambu ABS @BBL X1E",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_04",
|
"setting_id": "GFSB00_04",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"16",
|
||||||
"0.95"
|
"16"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"18",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_ramming_travel_time": [
|
||||||
"1",
|
"0",
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"include": [
|
||||||
"16",
|
"fdm_filament_template_direct_dual"
|
||||||
"16"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"0",
|
||||||
"-1",
|
"0"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_restart_extra": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_layer_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"12"
|
||||||
"18",
|
],
|
||||||
"18"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retraction_length": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1E 0.4 nozzle",
|
||||||
"filament_retraction_minimum_travel": [
|
"Bambu Lab X1E 0.6 nozzle"
|
||||||
"nil",
|
]
|
||||||
"nil"
|
}
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1E 0.4 nozzle",
|
|
||||||
"Bambu Lab X1E 0.6 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,299 +1,134 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X2D 0.2 nozzle",
|
"name": "Bambu ABS @BBL X2D 0.2 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_20",
|
"setting_id": "GFSB00_20",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"0.0241"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"fan_min_speed": [
|
||||||
"nil"
|
"80"
|
||||||
],
|
],
|
||||||
"filament_enable_overhang_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
"filament_extruder_compatibility": [
|
||||||
"Direct Drive Standard",
|
"24"
|
||||||
"Direct Drive High Flow",
|
],
|
||||||
"Bowden Standard",
|
"filament_flow_ratio": [
|
||||||
"Bowden High Flow"
|
"0.95",
|
||||||
],
|
"0.95",
|
||||||
"filament_flush_temp": [
|
"0.95",
|
||||||
"0",
|
"0.95"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_flush_volumetric_speed": [
|
||||||
"0"
|
"3",
|
||||||
],
|
"3",
|
||||||
"filament_flush_volumetric_speed": [
|
"3",
|
||||||
"3",
|
"3"
|
||||||
"3",
|
],
|
||||||
"3",
|
"filament_max_volumetric_speed": [
|
||||||
"3"
|
"2",
|
||||||
],
|
"2",
|
||||||
"filament_long_retractions_when_cut": [
|
"2",
|
||||||
"nil",
|
"2"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_ramming_travel_time": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_overhang_1_4_speed": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_retraction_distances_when_cut": [
|
||||||
"0"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_overhang_2_4_speed": [
|
"10",
|
||||||
"50",
|
"10"
|
||||||
"50",
|
],
|
||||||
"50",
|
"filament_tower_interface_print_temp": [
|
||||||
"50"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_3_4_speed": [
|
"filament_wipe": [
|
||||||
"30",
|
"1",
|
||||||
"30",
|
"nil",
|
||||||
"30",
|
"1",
|
||||||
"30"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_overhang_4_4_speed": [
|
"filament_wipe_distance": [
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"nil",
|
||||||
"10",
|
"1",
|
||||||
"10"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_overhang_totally_speed": [
|
"filament_z_hop_types": [
|
||||||
"10",
|
"Spiral Lift",
|
||||||
"10",
|
"nil",
|
||||||
"10",
|
"Spiral Lift",
|
||||||
"10"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_bridge_speed": [
|
"hole_coef_2": [
|
||||||
"25",
|
"-0.0008"
|
||||||
"25",
|
],
|
||||||
"25",
|
"hole_coef_3": [
|
||||||
"25"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"hole_limit_max": [
|
||||||
"0",
|
"0.1319"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_limit_min": [
|
||||||
"0"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_bowden"
|
||||||
"0",
|
],
|
||||||
"0",
|
"nozzle_temperature": [
|
||||||
"0"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_ramming_travel_time_nc": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0",
|
],
|
||||||
"0",
|
"nozzle_temperature_initial_layer": [
|
||||||
"0"
|
"260",
|
||||||
],
|
"260",
|
||||||
"filament_retract_length_nc": [
|
"260",
|
||||||
"14",
|
"260"
|
||||||
"14",
|
],
|
||||||
"14",
|
"retraction_distances_when_ec": [
|
||||||
"14"
|
"3",
|
||||||
],
|
"3",
|
||||||
"filament_ramming_volumetric_speed": [
|
"4",
|
||||||
"-1",
|
"4"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"slow_down_layer_time": [
|
||||||
"-1"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"slow_down_min_speed": [
|
||||||
"-1",
|
"20",
|
||||||
"-1",
|
"20",
|
||||||
"-1",
|
"20",
|
||||||
"-1"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"compatible_printers": [
|
||||||
"nil",
|
"Bambu Lab X2D 0.2 nozzle"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_retract_restart_extra": [
|
}
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil",
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0124"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.3341"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2",
|
|
||||||
"2",
|
|
||||||
"2",
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"-0.0008"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1119"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,299 +1,163 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X2D 0.4 nozzle",
|
"name": "Bambu ABS @BBL X2D 0.4 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_09",
|
"setting_id": "GFSB00_09",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"0.0241"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"fan_max_speed": [
|
||||||
"nil"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_enable_overhang_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_extruder_variant": [
|
"10"
|
||||||
"Direct Drive Standard",
|
],
|
||||||
"Direct Drive High Flow",
|
"filament_extruder_compatibility": [
|
||||||
"Bowden Standard",
|
"24"
|
||||||
"Bowden High Flow"
|
],
|
||||||
],
|
"filament_flow_ratio": [
|
||||||
"filament_flush_temp": [
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0"
|
"0.95",
|
||||||
],
|
"0.95"
|
||||||
"filament_flush_volumetric_speed": [
|
],
|
||||||
"0",
|
"filament_max_volumetric_speed": [
|
||||||
"0",
|
"16",
|
||||||
"0",
|
"25",
|
||||||
"0"
|
"16",
|
||||||
],
|
"16",
|
||||||
"filament_long_retractions_when_cut": [
|
"18",
|
||||||
"nil",
|
"16"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_ramming_travel_time": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_overhang_1_4_speed": [
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_overhang_2_4_speed": [
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_overhang_3_4_speed": [
|
],
|
||||||
"30",
|
"filament_retraction_length": [
|
||||||
"30",
|
"0.4",
|
||||||
"30",
|
"0.4",
|
||||||
"30"
|
"0.4",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_4_4_speed": [
|
"nil",
|
||||||
"10",
|
"nil"
|
||||||
"10",
|
],
|
||||||
"10",
|
"filament_tower_interface_print_temp": [
|
||||||
"10"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_totally_speed": [
|
"filament_wipe": [
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"1",
|
||||||
"10"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_bridge_speed": [
|
"1"
|
||||||
"25",
|
],
|
||||||
"25",
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"25"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_pre_cooling_temperature": [
|
"1",
|
||||||
"0",
|
"1",
|
||||||
"0",
|
"1"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_z_hop_types": [
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"hole_coef_2": [
|
||||||
"0",
|
"-0.0008"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_coef_3": [
|
||||||
"0"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retract_length_nc": [
|
"hole_limit_max": [
|
||||||
"14",
|
"0.1319"
|
||||||
"14",
|
],
|
||||||
"14",
|
"hole_limit_min": [
|
||||||
"14"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"include": [
|
||||||
"-1",
|
"fdm_filament_template_direct_bowden_e3d"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"nozzle_temperature": [
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"retraction_distances_when_ec": [
|
||||||
"nil",
|
"3",
|
||||||
"nil",
|
"3",
|
||||||
"nil"
|
"3",
|
||||||
],
|
"4",
|
||||||
"filament_retract_when_changing_layer": [
|
"4",
|
||||||
"nil",
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"slow_down_layer_time": [
|
||||||
"nil"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"slow_down_min_speed": [
|
||||||
"10",
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_retraction_length": [
|
"20"
|
||||||
"0.4",
|
],
|
||||||
"0.4",
|
"temperature_vitrification": [
|
||||||
"nil",
|
"100"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_minimum_travel": [
|
"Bambu Lab X2D 0.4 nozzle"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
]
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0124"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.3341"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"16",
|
|
||||||
"25",
|
|
||||||
"16",
|
|
||||||
"18"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"-0.0008"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1119"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,299 +1,134 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X2D 0.8 nozzle",
|
"name": "Bambu ABS @BBL X2D 0.8 nozzle",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_30",
|
"setting_id": "GFSB00_30",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"0.0241"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"fan_max_speed": [
|
||||||
"nil"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_enable_overhang_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
"filament_extruder_compatibility": [
|
||||||
"Direct Drive Standard",
|
"24"
|
||||||
"Direct Drive High Flow",
|
],
|
||||||
"Bowden Standard",
|
"filament_flow_ratio": [
|
||||||
"Bowden High Flow"
|
"0.95",
|
||||||
],
|
"0.95",
|
||||||
"filament_flush_temp": [
|
"0.95",
|
||||||
"0",
|
"0.95"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_max_volumetric_speed": [
|
||||||
"0"
|
"16",
|
||||||
],
|
"35",
|
||||||
"filament_flush_volumetric_speed": [
|
"16",
|
||||||
"0",
|
"16"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_ramming_travel_time": [
|
||||||
"0"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_long_retractions_when_cut": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_retraction_distances_when_cut": [
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_overhang_1_4_speed": [
|
"10",
|
||||||
"0",
|
"10"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_retraction_length": [
|
||||||
"0"
|
"0.4",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_2_4_speed": [
|
"nil",
|
||||||
"50",
|
"nil"
|
||||||
"50",
|
],
|
||||||
"50",
|
"filament_tower_interface_print_temp": [
|
||||||
"50"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_3_4_speed": [
|
"filament_wipe": [
|
||||||
"30",
|
"1",
|
||||||
"30",
|
"nil",
|
||||||
"30",
|
"1",
|
||||||
"30"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_overhang_4_4_speed": [
|
"filament_wipe_distance": [
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"nil",
|
||||||
"10",
|
"1",
|
||||||
"10"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_overhang_totally_speed": [
|
"filament_z_hop_types": [
|
||||||
"10",
|
"Spiral Lift",
|
||||||
"10",
|
"nil",
|
||||||
"10",
|
"Spiral Lift",
|
||||||
"10"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_bridge_speed": [
|
"hole_coef_2": [
|
||||||
"25",
|
"-0.0008"
|
||||||
"25",
|
],
|
||||||
"25",
|
"hole_coef_3": [
|
||||||
"25"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"hole_limit_max": [
|
||||||
"0",
|
"0.1319"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_limit_min": [
|
||||||
"0"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_bowden"
|
||||||
"0",
|
],
|
||||||
"0",
|
"nozzle_temperature": [
|
||||||
"0"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_ramming_travel_time_nc": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0",
|
],
|
||||||
"0",
|
"nozzle_temperature_initial_layer": [
|
||||||
"0"
|
"260",
|
||||||
],
|
"260",
|
||||||
"filament_retract_length_nc": [
|
"260",
|
||||||
"14",
|
"260"
|
||||||
"14",
|
],
|
||||||
"14",
|
"retraction_distances_when_ec": [
|
||||||
"14"
|
"3",
|
||||||
],
|
"3",
|
||||||
"filament_ramming_volumetric_speed": [
|
"4",
|
||||||
"-1",
|
"4"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"slow_down_layer_time": [
|
||||||
"-1"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"slow_down_min_speed": [
|
||||||
"-1",
|
"20",
|
||||||
"-1",
|
"20",
|
||||||
"-1",
|
"20",
|
||||||
"-1"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"compatible_printers": [
|
||||||
"nil",
|
"Bambu Lab X2D 0.8 nozzle"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_retract_restart_extra": [
|
}
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"0.4",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil",
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0124"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.3341"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"16",
|
|
||||||
"35",
|
|
||||||
"16",
|
|
||||||
"16"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"-0.0008"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1119"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,299 +1,160 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @BBL X2D",
|
"name": "Bambu ABS @BBL X2D",
|
||||||
"inherits": "Bambu ABS @base",
|
"inherits": "Bambu ABS @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB00_19",
|
"setting_id": "GFSB00_19",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0124"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"0.0241"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.3341"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"0.0241"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"fan_max_speed": [
|
||||||
"nil"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_enable_overhang_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_extruder_variant": [
|
"10"
|
||||||
"Direct Drive Standard",
|
],
|
||||||
"Direct Drive High Flow",
|
"filament_extruder_compatibility": [
|
||||||
"Bowden Standard",
|
"24"
|
||||||
"Bowden High Flow"
|
],
|
||||||
],
|
"filament_flow_ratio": [
|
||||||
"filament_flush_temp": [
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0"
|
"0.95",
|
||||||
],
|
"0.95"
|
||||||
"filament_flush_volumetric_speed": [
|
],
|
||||||
"0",
|
"filament_max_volumetric_speed": [
|
||||||
"0",
|
"16",
|
||||||
"0",
|
"35",
|
||||||
"0"
|
"16",
|
||||||
],
|
"16",
|
||||||
"filament_long_retractions_when_cut": [
|
"16",
|
||||||
"nil",
|
"16"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_ramming_travel_time": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_overhang_1_4_speed": [
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_overhang_2_4_speed": [
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_overhang_3_4_speed": [
|
],
|
||||||
"30",
|
"filament_retraction_length": [
|
||||||
"30",
|
"0.4",
|
||||||
"30",
|
"nil",
|
||||||
"30"
|
"0.4",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_4_4_speed": [
|
"nil",
|
||||||
"10",
|
"nil"
|
||||||
"10",
|
],
|
||||||
"10",
|
"filament_tower_interface_print_temp": [
|
||||||
"10"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_totally_speed": [
|
"filament_wipe": [
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"nil",
|
||||||
"10",
|
"1",
|
||||||
"10"
|
"1",
|
||||||
],
|
"nil",
|
||||||
"filament_bridge_speed": [
|
"1"
|
||||||
"25",
|
],
|
||||||
"25",
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"25"
|
"nil",
|
||||||
],
|
"1",
|
||||||
"filament_pre_cooling_temperature": [
|
"1",
|
||||||
"0",
|
"nil",
|
||||||
"0",
|
"1"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_z_hop_types": [
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"nil",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"nil",
|
||||||
"0"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"hole_coef_2": [
|
||||||
"0",
|
"-0.0008"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_coef_3": [
|
||||||
"0"
|
"0.1319"
|
||||||
],
|
],
|
||||||
"filament_retract_length_nc": [
|
"hole_limit_max": [
|
||||||
"14",
|
"0.1319"
|
||||||
"14",
|
],
|
||||||
"14",
|
"hole_limit_min": [
|
||||||
"14"
|
"0.1119"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"include": [
|
||||||
"-1",
|
"fdm_filament_template_direct_bowden_e3d"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"nozzle_temperature": [
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil",
|
"260",
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"retraction_distances_when_ec": [
|
||||||
"nil",
|
"3",
|
||||||
"nil",
|
"3",
|
||||||
"nil"
|
"3",
|
||||||
],
|
"4",
|
||||||
"filament_retract_when_changing_layer": [
|
"4",
|
||||||
"nil",
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"slow_down_layer_time": [
|
||||||
"nil"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"slow_down_min_speed": [
|
||||||
"10",
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_retraction_length": [
|
"20"
|
||||||
"0.4",
|
],
|
||||||
"nil",
|
"compatible_printers": [
|
||||||
"nil",
|
"Bambu Lab X2D 0.6 nozzle"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_retraction_minimum_travel": [
|
"; filament start gcode\n"
|
||||||
"nil",
|
]
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil",
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0124"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.3341"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"0.0241"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"16",
|
|
||||||
"35",
|
|
||||||
"16",
|
|
||||||
"16"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"-0.0008"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1319"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1119"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS @base",
|
"name": "Bambu ABS @base",
|
||||||
"inherits": "fdm_filament_abs",
|
"inherits": "fdm_filament_abs",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"filament_id": "OFhuaUQB",
|
"filament_id": "OFhuaUQB",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
|
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"24.99"
|
"15.99"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.95"
|
"0.95"
|
||||||
],
|
],
|
||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Bambu Lab"
|
"Bambu Lab"
|
||||||
],
|
],
|
||||||
"impact_strength_z": [
|
"impact_strength_z": [
|
||||||
"7.4"
|
"7.4"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL A1",
|
"name": "Bambu ABS-GF @BBL A1",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_02",
|
"setting_id": "GFSB50_02",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.4 nozzle",
|
"Bambu Lab A1 0.4 nozzle",
|
||||||
"Bambu Lab A1 0.6 nozzle",
|
"Bambu Lab A1 0.6 nozzle",
|
||||||
"Bambu Lab A1 0.8 nozzle"
|
"Bambu Lab A1 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,174 +1,86 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL H2C 0.4 nozzle",
|
"name": "Bambu ABS-GF @BBL H2C 0.4 nozzle",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_08",
|
"setting_id": "GFSB50_08",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"filament_cooling_before_tower": [
|
||||||
"10",
|
"10",
|
||||||
"10"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_max_volumetric_speed": [
|
],
|
||||||
"12",
|
"filament_max_volumetric_speed": [
|
||||||
"12"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_prime_volume": [
|
"12"
|
||||||
"30"
|
],
|
||||||
],
|
"filament_prime_volume": [
|
||||||
"filament_prime_volume_nc": [
|
"30"
|
||||||
"30"
|
],
|
||||||
],
|
"filament_prime_volume_nc": [
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"30"
|
||||||
"230",
|
],
|
||||||
"230"
|
"filament_pre_cooling_temperature_nc": [
|
||||||
],
|
"230",
|
||||||
"filament_ramming_travel_time": [
|
"230",
|
||||||
"0",
|
"230"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_ramming_travel_time_nc": [
|
"0",
|
||||||
"1",
|
"0",
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_ramming_travel_time_nc": [
|
||||||
"4"
|
"1",
|
||||||
],
|
"1",
|
||||||
"first_x_layer_fan_speed": [
|
"1"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_change_length_nc": [
|
"4"
|
||||||
"4"
|
],
|
||||||
],
|
"first_x_layer_fan_speed": [
|
||||||
"filament_preheat_temperature_delta": [
|
"0"
|
||||||
"20",
|
],
|
||||||
"20"
|
"filament_change_length_nc": [
|
||||||
],
|
"4"
|
||||||
"filament_adaptive_volumetric_speed": [
|
],
|
||||||
"0",
|
"filament_preheat_temperature_delta": [
|
||||||
"0"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_deretraction_speed": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_flush_temp": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"260",
|
||||||
"filament_flush_volumetric_speed": [
|
"260",
|
||||||
"0",
|
"260"
|
||||||
"0"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_flow_ratio": [
|
"20",
|
||||||
"0.95",
|
"20",
|
||||||
"0.95"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"temperature_vitrification": [
|
||||||
"nil",
|
"75"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_pre_cooling_temperature": [
|
"Bambu Lab H2C 0.4 nozzle"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_retract_length_nc": [
|
],
|
||||||
"14",
|
"filament_end_gcode": [
|
||||||
"14"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_ramming_volumetric_speed": [
|
}
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"75"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,175 +1,87 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL H2C",
|
"name": "Bambu ABS-GF @BBL H2C",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_09",
|
"setting_id": "GFSB50_09",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"filament_cooling_before_tower": [
|
||||||
"10",
|
"10",
|
||||||
"10"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_max_volumetric_speed": [
|
],
|
||||||
"12",
|
"filament_max_volumetric_speed": [
|
||||||
"12"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_prime_volume": [
|
"12"
|
||||||
"30"
|
],
|
||||||
],
|
"filament_prime_volume": [
|
||||||
"filament_prime_volume_nc": [
|
"30"
|
||||||
"30"
|
],
|
||||||
],
|
"filament_prime_volume_nc": [
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"30"
|
||||||
"230",
|
],
|
||||||
"230"
|
"filament_pre_cooling_temperature_nc": [
|
||||||
],
|
"230",
|
||||||
"filament_ramming_travel_time": [
|
"230",
|
||||||
"0",
|
"230"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_ramming_travel_time_nc": [
|
"0",
|
||||||
"1",
|
"0",
|
||||||
"1"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_ramming_travel_time_nc": [
|
||||||
"4"
|
"1",
|
||||||
],
|
"1",
|
||||||
"first_x_layer_fan_speed": [
|
"1"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_change_length_nc": [
|
"4"
|
||||||
"4"
|
],
|
||||||
],
|
"first_x_layer_fan_speed": [
|
||||||
"filament_preheat_temperature_delta": [
|
"0"
|
||||||
"20",
|
],
|
||||||
"20"
|
"filament_change_length_nc": [
|
||||||
],
|
"4"
|
||||||
"filament_adaptive_volumetric_speed": [
|
],
|
||||||
"0",
|
"filament_preheat_temperature_delta": [
|
||||||
"0"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_deretraction_speed": [
|
"20"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_flush_temp": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"260",
|
||||||
"filament_flush_volumetric_speed": [
|
"260",
|
||||||
"0",
|
"260"
|
||||||
"0"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_flow_ratio": [
|
"20",
|
||||||
"0.95",
|
"20",
|
||||||
"0.95"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"temperature_vitrification": [
|
||||||
"nil",
|
"75"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_pre_cooling_temperature": [
|
"Bambu Lab H2C 0.6 nozzle",
|
||||||
"0",
|
"Bambu Lab H2C 0.8 nozzle"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_retract_length_nc": [
|
"; filament start gcode\n"
|
||||||
"14",
|
],
|
||||||
"14"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"filament_ramming_volumetric_speed": [
|
]
|
||||||
"-1",
|
}
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"75"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.6 nozzle",
|
|
||||||
"Bambu Lab H2C 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,130 +1,61 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL H2D",
|
"name": "Bambu ABS-GF @BBL H2D",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_03",
|
"setting_id": "GFSB50_03",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_flow_ratio": [
|
],
|
||||||
"0.95",
|
"filament_max_volumetric_speed": [
|
||||||
"0.95"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_flush_temp": [
|
"12"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_ramming_travel_time": [
|
||||||
],
|
"0",
|
||||||
"filament_flush_volumetric_speed": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_prime_volume": [
|
||||||
"filament_long_retractions_when_cut": [
|
"30"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_change_length": [
|
||||||
],
|
"4"
|
||||||
"filament_max_volumetric_speed": [
|
],
|
||||||
"12",
|
"include": [
|
||||||
"12"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"nozzle_temperature": [
|
||||||
"-1",
|
"270",
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260",
|
||||||
"filament_retract_restart_extra": [
|
"260"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_retract_when_changing_layer": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"Bambu Lab H2D 0.4 nozzle",
|
||||||
"nil",
|
"Bambu Lab H2D 0.6 nozzle",
|
||||||
"nil"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"filament_retraction_minimum_travel": [
|
"; filament end gcode \n"
|
||||||
"nil",
|
]
|
||||||
"nil"
|
}
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.4 nozzle",
|
|
||||||
"Bambu Lab H2D 0.6 nozzle",
|
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,130 +1,49 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL H2DP",
|
"name": "Bambu ABS-GF @BBL H2DP",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_05",
|
"setting_id": "GFSB50_05",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"12",
|
||||||
"0.95"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_long_retractions_when_cut": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_max_volumetric_speed": [
|
"260",
|
||||||
"12",
|
"260"
|
||||||
"12"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"20",
|
||||||
"-1",
|
"20"
|
||||||
"-1"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retract_before_wipe": [
|
"Bambu Lab H2D Pro 0.4 nozzle",
|
||||||
"nil",
|
"Bambu Lab H2D Pro 0.6 nozzle",
|
||||||
"nil"
|
"Bambu Lab H2D Pro 0.8 nozzle"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"filament_retract_when_changing_layer": [
|
"; filament end gcode \n"
|
||||||
"nil",
|
]
|
||||||
"nil"
|
}
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.4 nozzle",
|
|
||||||
"Bambu Lab H2D Pro 0.6 nozzle",
|
|
||||||
"Bambu Lab H2D Pro 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,130 +1,71 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL H2S",
|
"name": "Bambu ABS-GF @BBL H2S",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_10",
|
"setting_id": "GFSB50_10",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_flow_ratio": [
|
],
|
||||||
"0.95",
|
"filament_max_volumetric_speed": [
|
||||||
"0.95"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_flush_temp": [
|
"12"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_prime_volume": [
|
||||||
],
|
"30"
|
||||||
"filament_flush_volumetric_speed": [
|
],
|
||||||
"0",
|
"filament_ramming_travel_time": [
|
||||||
"0"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_long_retractions_when_cut": [
|
"0"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_change_length": [
|
||||||
],
|
"4"
|
||||||
"filament_max_volumetric_speed": [
|
],
|
||||||
"12",
|
"include": [
|
||||||
"12"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"long_retractions_when_ec": [
|
||||||
"-1",
|
"0",
|
||||||
"-1"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_retract_restart_extra": [
|
"270"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"260",
|
||||||
"filament_retract_when_changing_layer": [
|
"260",
|
||||||
"nil",
|
"260"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"slow_down_min_speed": [
|
||||||
"nil",
|
"20",
|
||||||
"nil"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"compatible_printers": [
|
||||||
"nil"
|
"Bambu Lab H2S 0.4 nozzle",
|
||||||
],
|
"Bambu Lab H2S 0.6 nozzle",
|
||||||
"filament_retraction_speed": [
|
"Bambu Lab H2S 0.8 nozzle"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_wipe": [
|
],
|
||||||
"nil",
|
"filament_end_gcode": [
|
||||||
"nil"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_wipe_distance": [
|
}
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.4 nozzle",
|
|
||||||
"Bambu Lab H2S 0.6 nozzle",
|
|
||||||
"Bambu Lab H2S 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,121 +1,52 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL P1P",
|
"name": "Bambu ABS-GF @BBL P1P",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_01",
|
"setting_id": "GFSB50_01",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"12",
|
||||||
"18"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"12",
|
"0",
|
||||||
"12"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"260",
|
||||||
"-1",
|
"260"
|
||||||
"-1"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_restart_extra": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retract_when_changing_layer": [
|
"Bambu Lab P1P 0.8 nozzle",
|
||||||
"nil",
|
"Bambu Lab P1P 0.6 nozzle",
|
||||||
"nil"
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
],
|
]
|
||||||
"filament_retraction_length": [
|
}
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P1P 0.8 nozzle",
|
|
||||||
"Bambu Lab P1P 0.6 nozzle",
|
|
||||||
"Bambu Lab P1P 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,170 +1,70 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL P2S",
|
"name": "Bambu ABS-GF @BBL P2S",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_04",
|
"setting_id": "GFSB50_04",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_flow_ratio": [
|
],
|
||||||
"0.95",
|
"filament_max_volumetric_speed": [
|
||||||
"0.95"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_flush_temp": [
|
"12"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_ramming_travel_time": [
|
||||||
],
|
"0",
|
||||||
"filament_flush_volumetric_speed": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"include": [
|
||||||
"12",
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"12"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"0",
|
||||||
"-1",
|
"0",
|
||||||
"-1"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"nozzle_temperature": [
|
||||||
"-1",
|
"270",
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"260",
|
||||||
],
|
"260",
|
||||||
"filament_retract_restart_extra": [
|
"260"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"retraction_distances_when_ec": [
|
||||||
],
|
"0",
|
||||||
"filament_retract_when_changing_layer": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"compatible_printers": [
|
||||||
"nil",
|
"Bambu Lab P2S 0.4 nozzle",
|
||||||
"nil"
|
"Bambu Lab P2S 0.6 nozzle",
|
||||||
],
|
"Bambu Lab P2S 0.8 nozzle"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_retraction_speed": [
|
}
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.4 nozzle",
|
|
||||||
"Bambu Lab P2S 0.6 nozzle",
|
|
||||||
"Bambu Lab P2S 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,130 +1,61 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL X1C",
|
"name": "Bambu ABS-GF @BBL X1C",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_00",
|
"setting_id": "GFSB50_00",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"12",
|
||||||
"18"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"12",
|
"0",
|
||||||
"12"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"260",
|
||||||
"-1",
|
"260"
|
||||||
"-1"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_restart_extra": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retract_when_changing_layer": [
|
"Bambu Lab P1S 0.4 nozzle",
|
||||||
"nil",
|
"Bambu Lab P1S 0.6 nozzle",
|
||||||
"nil"
|
"Bambu Lab P1S 0.8 nozzle",
|
||||||
],
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
"filament_retraction_length": [
|
"Bambu Lab X1 0.6 nozzle",
|
||||||
"nil",
|
"Bambu Lab X1 0.8 nozzle",
|
||||||
"nil"
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
],
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||||
"filament_retraction_minimum_travel": [
|
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||||
"nil",
|
"Bambu Lab X1E 0.4 nozzle",
|
||||||
"nil"
|
"Bambu Lab X1E 0.6 nozzle",
|
||||||
],
|
"Bambu Lab X1E 0.8 nozzle"
|
||||||
"filament_retraction_speed": [
|
]
|
||||||
"nil",
|
}
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P1S 0.4 nozzle",
|
|
||||||
"Bambu Lab P1S 0.6 nozzle",
|
|
||||||
"Bambu Lab P1S 0.8 nozzle",
|
|
||||||
"Bambu Lab X1 0.4 nozzle",
|
|
||||||
"Bambu Lab X1 0.6 nozzle",
|
|
||||||
"Bambu Lab X1 0.8 nozzle",
|
|
||||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
|
||||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
|
||||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
|
||||||
"Bambu Lab X1E 0.4 nozzle",
|
|
||||||
"Bambu Lab X1E 0.6 nozzle",
|
|
||||||
"Bambu Lab X1E 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,266 +1,103 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL X2D 0.4 nozzle",
|
"name": "Bambu ABS-GF @BBL X2D 0.4 nozzle",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_06",
|
"setting_id": "GFSB50_06",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"60"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_cooling_before_tower": [
|
||||||
"0"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_cooling_before_tower": [
|
"10",
|
||||||
"10",
|
"10",
|
||||||
"10",
|
"10",
|
||||||
"10",
|
"10"
|
||||||
"10"
|
],
|
||||||
],
|
"filament_flow_ratio": [
|
||||||
"filament_deretraction_speed": [
|
"0.95",
|
||||||
"nil",
|
"0.95",
|
||||||
"nil",
|
"0.95",
|
||||||
"nil",
|
"0.95",
|
||||||
"nil"
|
"0.95",
|
||||||
],
|
"0.95"
|
||||||
"filament_enable_overhang_speed": [
|
],
|
||||||
"1",
|
"filament_max_volumetric_speed": [
|
||||||
"1",
|
"12",
|
||||||
"1",
|
"12",
|
||||||
"1"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_extruder_variant": [
|
"12",
|
||||||
"Direct Drive Standard",
|
"12"
|
||||||
"Direct Drive High Flow",
|
],
|
||||||
"Bowden Standard",
|
"filament_ramming_travel_time": [
|
||||||
"Bowden High Flow"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_flush_volumetric_speed": [
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_long_retractions_when_cut": [
|
],
|
||||||
"nil",
|
"filament_retraction_length": [
|
||||||
"nil",
|
"1",
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_1_4_speed": [
|
"nil",
|
||||||
"0",
|
"nil"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_tower_interface_print_temp": [
|
||||||
"0"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_2_4_speed": [
|
"include": [
|
||||||
"50",
|
"fdm_filament_template_direct_bowden_e3d"
|
||||||
"50",
|
],
|
||||||
"50",
|
"nozzle_temperature": [
|
||||||
"50"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_overhang_3_4_speed": [
|
"270",
|
||||||
"30",
|
"270",
|
||||||
"30",
|
"270",
|
||||||
"30",
|
"270"
|
||||||
"30"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_overhang_4_4_speed": [
|
"260",
|
||||||
"10",
|
"260",
|
||||||
"10",
|
"260",
|
||||||
"10",
|
"260",
|
||||||
"10"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_overhang_totally_speed": [
|
],
|
||||||
"10",
|
"retraction_distances_when_ec": [
|
||||||
"10",
|
"3",
|
||||||
"10",
|
"3",
|
||||||
"10"
|
"3",
|
||||||
],
|
"4",
|
||||||
"filament_bridge_speed": [
|
"4",
|
||||||
"25",
|
"4"
|
||||||
"25",
|
],
|
||||||
"25",
|
"slow_down_min_speed": [
|
||||||
"25"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_pre_cooling_temperature": [
|
"20",
|
||||||
"0",
|
"20",
|
||||||
"0",
|
"20",
|
||||||
"0",
|
"20"
|
||||||
"0"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"Bambu Lab X2D 0.4 nozzle"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_start_gcode": [
|
||||||
"0",
|
"; filament start gcode\n"
|
||||||
"0"
|
]
|
||||||
],
|
}
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_retract_length_nc": [
|
|
||||||
"14",
|
|
||||||
"14",
|
|
||||||
"14",
|
|
||||||
"14"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"12",
|
|
||||||
"12",
|
|
||||||
"12",
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,267 +1,104 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @BBL X2D",
|
"name": "Bambu ABS-GF @BBL X2D",
|
||||||
"inherits": "Bambu ABS-GF @base",
|
"inherits": "Bambu ABS-GF @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB50_07",
|
"setting_id": "GFSB50_07",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"60"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_cooling_before_tower": [
|
||||||
"0"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_cooling_before_tower": [
|
"10",
|
||||||
"10",
|
"10",
|
||||||
"10",
|
"10",
|
||||||
"10",
|
"10"
|
||||||
"10"
|
],
|
||||||
],
|
"filament_flow_ratio": [
|
||||||
"filament_deretraction_speed": [
|
"0.95",
|
||||||
"nil",
|
"0.95",
|
||||||
"nil",
|
"0.95",
|
||||||
"nil",
|
"0.95",
|
||||||
"nil"
|
"0.95",
|
||||||
],
|
"0.95"
|
||||||
"filament_enable_overhang_speed": [
|
],
|
||||||
"1",
|
"filament_max_volumetric_speed": [
|
||||||
"1",
|
"12",
|
||||||
"1",
|
"12",
|
||||||
"1"
|
"12",
|
||||||
],
|
"12",
|
||||||
"filament_extruder_variant": [
|
"12",
|
||||||
"Direct Drive Standard",
|
"12"
|
||||||
"Direct Drive High Flow",
|
],
|
||||||
"Bowden Standard",
|
"filament_ramming_travel_time": [
|
||||||
"Bowden High Flow"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_flush_volumetric_speed": [
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_long_retractions_when_cut": [
|
],
|
||||||
"nil",
|
"filament_retraction_length": [
|
||||||
"nil",
|
"1",
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"1",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_1_4_speed": [
|
"nil",
|
||||||
"0",
|
"nil"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_tower_interface_print_temp": [
|
||||||
"0"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_2_4_speed": [
|
"include": [
|
||||||
"50",
|
"fdm_filament_template_direct_bowden_e3d"
|
||||||
"50",
|
],
|
||||||
"50",
|
"nozzle_temperature": [
|
||||||
"50"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_overhang_3_4_speed": [
|
"270",
|
||||||
"30",
|
"270",
|
||||||
"30",
|
"270",
|
||||||
"30",
|
"270"
|
||||||
"30"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_overhang_4_4_speed": [
|
"260",
|
||||||
"10",
|
"260",
|
||||||
"10",
|
"260",
|
||||||
"10",
|
"260",
|
||||||
"10"
|
"260",
|
||||||
],
|
"260"
|
||||||
"filament_overhang_totally_speed": [
|
],
|
||||||
"10",
|
"retraction_distances_when_ec": [
|
||||||
"10",
|
"3",
|
||||||
"10",
|
"3",
|
||||||
"10"
|
"3",
|
||||||
],
|
"4",
|
||||||
"filament_bridge_speed": [
|
"4",
|
||||||
"25",
|
"4"
|
||||||
"25",
|
],
|
||||||
"25",
|
"slow_down_min_speed": [
|
||||||
"25"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_pre_cooling_temperature": [
|
"20",
|
||||||
"0",
|
"20",
|
||||||
"0",
|
"20",
|
||||||
"0",
|
"20"
|
||||||
"0"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"Bambu Lab X2D 0.6 nozzle",
|
||||||
"0",
|
"Bambu Lab X2D 0.8 nozzle"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_start_gcode": [
|
||||||
"0"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_ramming_travel_time_nc": [
|
}
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_retract_length_nc": [
|
|
||||||
"14",
|
|
||||||
"14",
|
|
||||||
"14",
|
|
||||||
"14"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"12",
|
|
||||||
"12",
|
|
||||||
"12",
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260",
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.6 nozzle",
|
|
||||||
"Bambu Lab X2D 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,45 +1,45 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ABS-GF @base",
|
"name": "Bambu ABS-GF @base",
|
||||||
"inherits": "fdm_filament_abs",
|
"inherits": "fdm_filament_abs",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"filament_id": "OFknl9Iz",
|
"filament_id": "OFknl9Iz",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
|
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
|
||||||
"fan_cooling_layer_time": [
|
"fan_cooling_layer_time": [
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"29.99"
|
"26.99"
|
||||||
],
|
],
|
||||||
"filament_density": [
|
"filament_density": [
|
||||||
"1.08"
|
"1.08"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.95"
|
"0.95"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"12"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_type": [
|
"filament_type": [
|
||||||
"ABS-GF"
|
"ABS-GF"
|
||||||
],
|
],
|
||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Bambu Lab"
|
"Bambu Lab"
|
||||||
],
|
],
|
||||||
"impact_strength_z": [
|
"impact_strength_z": [
|
||||||
"5.3"
|
"5.3"
|
||||||
],
|
],
|
||||||
"overhang_fan_speed": [
|
"overhang_fan_speed": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"overhang_fan_threshold": [
|
"overhang_fan_threshold": [
|
||||||
"10%"
|
"10%"
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"4"
|
"4"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL A1 0.2 nozzle",
|
"name": "Bambu ASA @BBL A1 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_10",
|
"setting_id": "GFSB01_10",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.2 nozzle"
|
"Bambu Lab A1 0.2 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL A1 0.4 nozzle",
|
"name": "Bambu ASA @BBL A1 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_09",
|
"setting_id": "GFSB01_09",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.4 nozzle"
|
"Bambu Lab A1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL A1 0.6 nozzle",
|
"name": "Bambu ASA @BBL A1 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_08",
|
"setting_id": "GFSB01_08",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"25"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.6 nozzle",
|
"Bambu Lab A1 0.6 nozzle",
|
||||||
"Bambu Lab A1 0.8 nozzle"
|
"Bambu Lab A1 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,201 +1,104 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2C 0.2 nozzle",
|
"name": "Bambu ASA @BBL H2C 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_24",
|
"setting_id": "GFSB01_24",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0094"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.0092"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_max": [
|
||||||
"0.2258"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"-0.0092"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_change_length": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"filament_cooling_before_tower": [
|
||||||
"10",
|
"10",
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
"filament_prime_volume": [
|
"filament_prime_volume": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_prime_volume_nc": [
|
"filament_prime_volume_nc": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"filament_ramming_travel_time_nc": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"first_x_layer_fan_speed": [
|
"first_x_layer_fan_speed": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_change_length_nc": [
|
"filament_change_length_nc": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"hole_coef_2": [
|
"hole_coef_2": [
|
||||||
"0.0013"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"hole_coef_3": [
|
"hole_coef_3": [
|
||||||
"0.1261"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"hole_limit_max": [
|
"hole_limit_max": [
|
||||||
"0.1586"
|
"0.1586"
|
||||||
],
|
],
|
||||||
"hole_limit_min": [
|
"hole_limit_min": [
|
||||||
"0.1261"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_preheat_temperature_delta": [
|
"filament_preheat_temperature_delta": [
|
||||||
"20",
|
"20",
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_deretraction_speed": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_extruder_variant": [
|
"270",
|
||||||
"Direct Drive Standard",
|
"270"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"overhang_fan_speed": [
|
||||||
"filament_flush_temp": [
|
"100"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_flush_volumetric_speed": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"temperature_vitrification": [
|
||||||
],
|
"85"
|
||||||
"filament_flow_ratio": [
|
],
|
||||||
"0.95",
|
"compatible_printers": [
|
||||||
"0.95"
|
"Bambu Lab H2C 0.2 nozzle"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"filament_pre_cooling_temperature": [
|
"; filament end gcode \n"
|
||||||
"0",
|
]
|
||||||
"0"
|
}
|
||||||
],
|
|
||||||
"filament_retract_length_nc": [
|
|
||||||
"14",
|
|
||||||
"14"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"85"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,198 +1,135 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2C 0.6 nozzle",
|
"name": "Bambu ASA @BBL H2C 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_37",
|
"setting_id": "GFSB01_37",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0094"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.0092"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_min": [
|
||||||
"0.2258"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_max": [
|
||||||
"-0.0092"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_cooling_before_tower": [
|
||||||
"4"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_cooling_before_tower": [
|
"10"
|
||||||
"10",
|
],
|
||||||
"10"
|
"filament_flow_ratio": [
|
||||||
],
|
"0.96",
|
||||||
"filament_flow_ratio": [
|
"0.96",
|
||||||
"0.96",
|
"0.96"
|
||||||
"0.96"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_max_volumetric_speed": [
|
"25",
|
||||||
"25",
|
"30",
|
||||||
"30"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_retraction_length": [
|
||||||
"230",
|
"0.4",
|
||||||
"230"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_prime_volume": [
|
],
|
||||||
"30"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_prime_volume_nc": [
|
"1",
|
||||||
"30"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_wipe_distance": [
|
||||||
"0",
|
"1",
|
||||||
"0"
|
"1",
|
||||||
],
|
"1"
|
||||||
"filament_ramming_travel_time_nc": [
|
],
|
||||||
"1",
|
"filament_prime_volume": [
|
||||||
"1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_prime_volume_nc": [
|
||||||
"0.4",
|
"30"
|
||||||
"0.4"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_wipe": [
|
"Spiral Lift",
|
||||||
"1",
|
"Spiral Lift",
|
||||||
"1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"1",
|
"230",
|
||||||
"1"
|
"230",
|
||||||
],
|
"230"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"filament_ramming_travel_time": [
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0",
|
||||||
"first_x_layer_fan_speed": [
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_ramming_travel_time_nc": [
|
||||||
"filament_change_length_nc": [
|
"1",
|
||||||
"4"
|
"1",
|
||||||
],
|
"1"
|
||||||
"hole_coef_2": [
|
],
|
||||||
"0.0013"
|
"filament_change_length": [
|
||||||
],
|
"4"
|
||||||
"hole_coef_3": [
|
],
|
||||||
"0.1261"
|
"filament_change_length_nc": [
|
||||||
],
|
"4"
|
||||||
"hole_limit_max": [
|
],
|
||||||
"0.1586"
|
"first_x_layer_fan_speed": [
|
||||||
],
|
"0"
|
||||||
"hole_limit_min": [
|
],
|
||||||
"0.1261"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_preheat_temperature_delta": [
|
],
|
||||||
"20",
|
"hole_coef_3": [
|
||||||
"20"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"hole_limit_min": [
|
||||||
"0",
|
"0.1261"
|
||||||
"0"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_deretraction_speed": [
|
"0.1586"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_preheat_temperature_delta": [
|
||||||
],
|
"20",
|
||||||
"filament_extruder_variant": [
|
"20",
|
||||||
"Direct Drive Standard",
|
"20"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"include": [
|
||||||
"filament_flush_temp": [
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature": [
|
||||||
],
|
"270",
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_long_retractions_when_cut": [
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"slow_down_min_speed": [
|
||||||
"0",
|
"20",
|
||||||
"0"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_retract_length_nc": [
|
],
|
||||||
"14",
|
"temperature_vitrification": [
|
||||||
"14"
|
"85"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"compatible_printers": [
|
||||||
"-1",
|
"Bambu Lab H2C 0.6 nozzle"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"; filament start gcode\n"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"filament_retract_before_wipe": [
|
]
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"85"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,198 +1,121 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2C 0.8 nozzle",
|
"name": "Bambu ASA @BBL H2C 0.8 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_38",
|
"setting_id": "GFSB01_38",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0094"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.0092"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_max": [
|
||||||
"0.2258"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_min": [
|
||||||
"-0.0092"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_change_length": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"filament_cooling_before_tower": [
|
||||||
"10",
|
"10",
|
||||||
"10"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.96",
|
"0.96",
|
||||||
"0.96"
|
"0.96"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"25",
|
"25",
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"230",
|
"230",
|
||||||
"230"
|
"230"
|
||||||
],
|
],
|
||||||
"filament_prime_volume": [
|
"filament_prime_volume": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_prime_volume_nc": [
|
"filament_prime_volume_nc": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"filament_ramming_travel_time_nc": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_retraction_length": [
|
||||||
"0.4",
|
"0.4",
|
||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"filament_wipe": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_wipe_distance": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"filament_z_hop_types": [
|
||||||
"Spiral Lift",
|
"Spiral Lift",
|
||||||
"Spiral Lift"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"first_x_layer_fan_speed": [
|
"first_x_layer_fan_speed": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_change_length_nc": [
|
"filament_change_length_nc": [
|
||||||
"4"
|
"4"
|
||||||
],
|
],
|
||||||
"hole_coef_2": [
|
"hole_coef_2": [
|
||||||
"0.0013"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"hole_coef_3": [
|
"hole_coef_3": [
|
||||||
"0.1261"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"hole_limit_max": [
|
"hole_limit_max": [
|
||||||
"0.1586"
|
"0.1586"
|
||||||
],
|
],
|
||||||
"hole_limit_min": [
|
"hole_limit_min": [
|
||||||
"0.1261"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_preheat_temperature_delta": [
|
"filament_preheat_temperature_delta": [
|
||||||
"20",
|
"20",
|
||||||
"20"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_deretraction_speed": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_extruder_variant": [
|
"270",
|
||||||
"Direct Drive Standard",
|
"270"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_flush_temp": [
|
"20",
|
||||||
"0",
|
"20"
|
||||||
"0"
|
],
|
||||||
],
|
"temperature_vitrification": [
|
||||||
"filament_flush_volumetric_speed": [
|
"85"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2C 0.8 nozzle"
|
||||||
"filament_long_retractions_when_cut": [
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"filament_end_gcode": [
|
||||||
"0",
|
"; filament end gcode \n"
|
||||||
"0"
|
]
|
||||||
],
|
}
|
||||||
"filament_retract_length_nc": [
|
|
||||||
"14",
|
|
||||||
"14"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
|
||||||
"-1",
|
|
||||||
"-1"
|
|
||||||
],
|
|
||||||
"filament_retract_before_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"85"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,198 +1,135 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2C",
|
"name": "Bambu ASA @BBL H2C",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_23",
|
"setting_id": "GFSB01_23",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.0094"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"-0.0092"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_min": [
|
||||||
"0.2258"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_min": [
|
"counter_limit_max": [
|
||||||
"-0.0092"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_change_length": [
|
"filament_cooling_before_tower": [
|
||||||
"4"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_cooling_before_tower": [
|
"10"
|
||||||
"10",
|
],
|
||||||
"10"
|
"filament_flow_ratio": [
|
||||||
],
|
"0.96",
|
||||||
"filament_flow_ratio": [
|
"0.96",
|
||||||
"0.96",
|
"0.96"
|
||||||
"0.96"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_max_volumetric_speed": [
|
"20",
|
||||||
"20",
|
"30",
|
||||||
"30"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"filament_retraction_length": [
|
||||||
"230",
|
"0.4",
|
||||||
"230"
|
"0.6",
|
||||||
],
|
"0.4"
|
||||||
"filament_prime_volume": [
|
],
|
||||||
"30"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_prime_volume_nc": [
|
"1",
|
||||||
"30"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_wipe_distance": [
|
||||||
"0",
|
"1",
|
||||||
"0"
|
"1",
|
||||||
],
|
"1"
|
||||||
"filament_ramming_travel_time_nc": [
|
],
|
||||||
"1",
|
"filament_prime_volume": [
|
||||||
"1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_prime_volume_nc": [
|
||||||
"0.4",
|
"30"
|
||||||
"0.6"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_wipe": [
|
"Spiral Lift",
|
||||||
"1",
|
"Spiral Lift",
|
||||||
"1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_pre_cooling_temperature_nc": [
|
||||||
"1",
|
"230",
|
||||||
"1"
|
"230",
|
||||||
],
|
"230"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"filament_ramming_travel_time": [
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0",
|
||||||
"first_x_layer_fan_speed": [
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_ramming_travel_time_nc": [
|
||||||
"filament_change_length_nc": [
|
"1",
|
||||||
"4"
|
"1",
|
||||||
],
|
"1"
|
||||||
"hole_coef_2": [
|
],
|
||||||
"0.0013"
|
"filament_change_length": [
|
||||||
],
|
"4"
|
||||||
"hole_coef_3": [
|
],
|
||||||
"0.1261"
|
"filament_change_length_nc": [
|
||||||
],
|
"4"
|
||||||
"hole_limit_max": [
|
],
|
||||||
"0.1586"
|
"first_x_layer_fan_speed": [
|
||||||
],
|
"0"
|
||||||
"hole_limit_min": [
|
],
|
||||||
"0.1261"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_preheat_temperature_delta": [
|
],
|
||||||
"20",
|
"hole_coef_3": [
|
||||||
"20"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_adaptive_volumetric_speed": [
|
"hole_limit_min": [
|
||||||
"0",
|
"0.1261"
|
||||||
"0"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_deretraction_speed": [
|
"0.1586"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_preheat_temperature_delta": [
|
||||||
],
|
"20",
|
||||||
"filament_extruder_variant": [
|
"20",
|
||||||
"Direct Drive Standard",
|
"20"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"include": [
|
||||||
"filament_flush_temp": [
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature": [
|
||||||
],
|
"270",
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_long_retractions_when_cut": [
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"slow_down_min_speed": [
|
||||||
"0",
|
"20",
|
||||||
"0"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_retract_length_nc": [
|
],
|
||||||
"14",
|
"temperature_vitrification": [
|
||||||
"14"
|
"85"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"compatible_printers": [
|
||||||
"-1",
|
"Bambu Lab H2C 0.4 nozzle"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"; filament start gcode\n"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_end_gcode": [
|
||||||
],
|
"; filament end gcode \n"
|
||||||
"filament_retract_before_wipe": [
|
]
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"85"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2C 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,128 +1,77 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2D 0.2 nozzle",
|
"name": "Bambu ASA @BBL H2D 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_12",
|
"setting_id": "GFSB01_12",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.2258"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_min": [
|
||||||
"0"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"2",
|
||||||
"nil"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"2",
|
"0",
|
||||||
"2"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_prime_volume": [
|
||||||
"-1",
|
"30"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retract_before_wipe": [
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"hole_limit_max": [
|
||||||
"nil",
|
"0.1586"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"0.1261"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_retraction_length": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"slow_down_min_speed": [
|
||||||
"nil"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_wipe": [
|
],
|
||||||
"nil",
|
"compatible_printers": [
|
||||||
"nil"
|
"Bambu Lab H2D 0.2 nozzle"
|
||||||
],
|
],
|
||||||
"filament_wipe_distance": [
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"filament_z_hop": [
|
"; filament end gcode \n"
|
||||||
"nil",
|
]
|
||||||
"nil"
|
}
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,149 +1,103 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2D 0.4 nozzle",
|
"name": "Bambu ASA @BBL H2D 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_13",
|
"setting_id": "GFSB01_13",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.007"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"0.003"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_max": [
|
||||||
"0.1"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"-0.0092"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_flow_ratio": [
|
"4"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"filament_cooling_before_tower": [
|
||||||
],
|
"10",
|
||||||
"filament_flush_temp": [
|
"10",
|
||||||
"0",
|
"10"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_flush_volumetric_speed": [
|
"20",
|
||||||
"0",
|
"35",
|
||||||
"0"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_prime_volume": [
|
||||||
"nil",
|
"30"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_max_volumetric_speed": [
|
"0",
|
||||||
"20",
|
"0",
|
||||||
"35"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"-1",
|
"0.4",
|
||||||
"-1"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"filament_wipe": [
|
||||||
"nil"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_retract_restart_extra": [
|
"1"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe_distance": [
|
||||||
],
|
"1",
|
||||||
"filament_retract_when_changing_layer": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"Spiral Lift",
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"hole_coef_2": [
|
||||||
"0.4",
|
"0.0013"
|
||||||
"0.4"
|
],
|
||||||
],
|
"hole_coef_3": [
|
||||||
"filament_retraction_minimum_travel": [
|
"0.1261"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_limit_max": [
|
||||||
],
|
"0.1586"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_limit_min": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"include": [
|
||||||
"1",
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"1"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_wipe_distance": [
|
"270",
|
||||||
"1",
|
"270",
|
||||||
"1"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_z_hop": [
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil",
|
"270",
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"slow_down_min_speed": [
|
||||||
"Spiral Lift"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_extruder_variant": [
|
"20"
|
||||||
"Direct Drive Standard",
|
],
|
||||||
"Direct Drive High Flow"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab H2D 0.4 nozzle"
|
||||||
"filament_pre_cooling_temperature": [
|
],
|
||||||
"0",
|
"filament_start_gcode": [
|
||||||
"0"
|
"; filament start gcode\n"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_end_gcode": [
|
||||||
"0",
|
"; filament end gcode \n"
|
||||||
"0"
|
]
|
||||||
],
|
}
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"-0.006"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.25"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"-0.088"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.14"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,128 +1,103 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2D 0.6 nozzle",
|
"name": "Bambu ASA @BBL H2D 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_11",
|
"setting_id": "GFSB01_11",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.2258"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_min": [
|
||||||
"0"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"25",
|
"25",
|
||||||
"35"
|
"35",
|
||||||
],
|
"25"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_retraction_length": [
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4",
|
||||||
"filament_retract_when_changing_layer": [
|
"0.4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_wipe_distance": [
|
||||||
"filament_retraction_length": [
|
"1",
|
||||||
"0.4",
|
"1",
|
||||||
"0.4"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1261"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_wipe_distance": [
|
"0.1586"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_min": [
|
||||||
],
|
"0.1261"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"nozzle_temperature": [
|
||||||
"Spiral Lift",
|
"270",
|
||||||
"Spiral Lift"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature_initial_layer": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_pre_cooling_temperature": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"filament_ramming_travel_time": [
|
"20",
|
||||||
"0",
|
"20"
|
||||||
"0"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"Bambu Lab H2D 0.6 nozzle"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"long_retractions_when_ec": [
|
],
|
||||||
"1",
|
"filament_end_gcode": [
|
||||||
"1"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"nozzle_temperature": [
|
}
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,132 +1,97 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2D 0.8 nozzle",
|
"name": "Bambu ASA @BBL H2D 0.8 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_33",
|
"setting_id": "GFSB01_33",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_max": [
|
||||||
],
|
"0.2258"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_min": [
|
||||||
"0"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"25",
|
||||||
"nil"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"25",
|
"0.4",
|
||||||
"35"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_wipe": [
|
||||||
"-1",
|
"1",
|
||||||
"-1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_wipe_distance": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_extruder_id": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"filament_prime_volume": [
|
||||||
"0.4",
|
"30"
|
||||||
"0.4"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retraction_minimum_travel": [
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_limit_max": [
|
||||||
"1",
|
"0.1586"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_wipe_distance": [
|
"0.1261"
|
||||||
"1",
|
],
|
||||||
"1"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"nozzle_temperature_initial_layer": [
|
||||||
"Spiral Lift"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"slow_down_min_speed": [
|
||||||
"Direct Drive High Flow"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_pre_cooling_temperature": [
|
],
|
||||||
"0",
|
"compatible_printers": [
|
||||||
"0"
|
"Bambu Lab H2D 0.8 nozzle"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time": [
|
"filament_start_gcode": [
|
||||||
"0",
|
"; filament start gcode\n"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"; filament end gcode \n"
|
||||||
"0",
|
]
|
||||||
"0"
|
}
|
||||||
],
|
|
||||||
"filament_extruder_id": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,128 +1,47 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2DP 0.2 nozzle",
|
"name": "Bambu ASA @BBL H2DP 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_18",
|
"setting_id": "GFSB01_18",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"2",
|
||||||
"0.95"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_long_retractions_when_cut": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_max_volumetric_speed": [
|
"270",
|
||||||
"2",
|
"270"
|
||||||
"2"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"20",
|
||||||
"-1",
|
"20"
|
||||||
"-1"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retract_before_wipe": [
|
"Bambu Lab H2D Pro 0.2 nozzle"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_end_gcode": [
|
||||||
"nil"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_retract_when_changing_layer": [
|
}
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,149 +1,84 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2DP 0.4 nozzle",
|
"name": "Bambu ASA @BBL H2DP 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_19",
|
"setting_id": "GFSB01_19",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"counter_coef_2": [
|
"counter_coef_2": [
|
||||||
"0.007"
|
"0.007"
|
||||||
],
|
],
|
||||||
"counter_coef_3": [
|
"counter_coef_3": [
|
||||||
"0.003"
|
"0.003"
|
||||||
],
|
],
|
||||||
"counter_limit_max": [
|
"counter_limit_max": [
|
||||||
"0.1"
|
"0.1"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"20",
|
||||||
"0.95"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_wipe": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_wipe_distance": [
|
||||||
"20",
|
"1",
|
||||||
"30"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_z_hop_types": [
|
||||||
"-1",
|
"Spiral Lift",
|
||||||
"-1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"hole_coef_2": [
|
||||||
"nil",
|
"-0.006"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_coef_3": [
|
||||||
"filament_retract_restart_extra": [
|
"0.25"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_limit_max": [
|
||||||
],
|
"0.14"
|
||||||
"filament_retract_when_changing_layer": [
|
],
|
||||||
"nil",
|
"hole_limit_min": [
|
||||||
"nil"
|
"-0.088"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retraction_length": [
|
"270",
|
||||||
"0.4",
|
"270"
|
||||||
"0.4"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retraction_minimum_travel": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retraction_speed": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_wipe": [
|
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||||
"1",
|
],
|
||||||
"1"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"1",
|
"filament_end_gcode": [
|
||||||
"1"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"-0.006"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.25"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"-0.088"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.14"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,128 +1,63 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2DP 0.6 nozzle",
|
"name": "Bambu ASA @BBL H2DP 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_17",
|
"setting_id": "GFSB01_17",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"25",
|
||||||
"0.95"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_wipe": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"35"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_z_hop_types": [
|
||||||
"-1",
|
"Spiral Lift",
|
||||||
"-1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_restart_extra": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_when_changing_layer": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_length": [
|
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"filament_end_gcode": [
|
||||||
"nil"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,128 +1,63 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2DP 0.8 nozzle",
|
"name": "Bambu ASA @BBL H2DP 0.8 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_34",
|
"setting_id": "GFSB01_34",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"25",
|
||||||
"0.95"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"0",
|
"0.4",
|
||||||
"0"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_wipe": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"35"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_z_hop_types": [
|
||||||
"-1",
|
"Spiral Lift",
|
||||||
"-1"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_restart_extra": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_when_changing_layer": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_length": [
|
"Bambu Lab H2D Pro 0.8 nozzle"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"filament_end_gcode": [
|
||||||
"nil"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_retraction_speed": [
|
}
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2D Pro 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,95 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2S 0.2 nozzle",
|
"name": "Bambu ASA @BBL H2S 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_27",
|
"setting_id": "GFSB01_27",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"-0.0092"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_max": [
|
||||||
"0"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"3",
|
"10",
|
||||||
"3"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_flush_volumetric_speed": [
|
||||||
"nil",
|
"3",
|
||||||
"nil"
|
"3"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_prime_volume": [
|
||||||
"-1",
|
"30"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retract_restart_extra": [
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retract_when_changing_layer": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"hole_limit_min": [
|
||||||
"nil",
|
"0.1261"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_retraction_length": [
|
"0.1586"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"long_retractions_when_ec": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_wipe": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"nil",
|
"overhang_fan_speed": [
|
||||||
"nil"
|
"100"
|
||||||
],
|
],
|
||||||
"filament_z_hop": [
|
"pre_start_fan_time": [
|
||||||
"nil",
|
"2"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_z_hop_types": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_extruder_variant": [
|
"20",
|
||||||
"Direct Drive Standard",
|
"20"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_pre_cooling_temperature": [
|
"Bambu Lab H2S 0.2 nozzle"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"filament_ramming_travel_time": [
|
],
|
||||||
"0",
|
"filament_end_gcode": [
|
||||||
"0"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"filament_adaptive_volumetric_speed": [
|
}
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"pre_start_fan_time": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,119 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2S 0.6 nozzle",
|
"name": "Bambu ASA @BBL H2S 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_36",
|
"setting_id": "GFSB01_36",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"-0.0092"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_max": [
|
||||||
"0"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"25",
|
"25",
|
||||||
"35"
|
"35",
|
||||||
],
|
"25"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retraction_length": [
|
||||||
"nil",
|
"0.4",
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_wipe": [
|
||||||
"nil"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_retract_when_changing_layer": [
|
"1"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe_distance": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retraction_length": [
|
"Spiral Lift",
|
||||||
"0.4",
|
"Spiral Lift",
|
||||||
"0.4"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1261"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_wipe_distance": [
|
"0.1261"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_max": [
|
||||||
],
|
"0.1586"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"long_retractions_when_ec": [
|
||||||
"Spiral Lift",
|
"0",
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_pre_cooling_temperature": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"270",
|
||||||
"filament_ramming_travel_time": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"overhang_fan_speed": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"100"
|
||||||
"0",
|
],
|
||||||
"0"
|
"pre_start_fan_time": [
|
||||||
],
|
"2"
|
||||||
"long_retractions_when_ec": [
|
],
|
||||||
"0",
|
"retraction_distances_when_ec": [
|
||||||
"0"
|
"0",
|
||||||
],
|
"0",
|
||||||
"nozzle_temperature": [
|
"0"
|
||||||
"270",
|
],
|
||||||
"270"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"nozzle_temperature_initial_layer": [
|
"20",
|
||||||
"270",
|
"20"
|
||||||
"270"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"overhang_fan_speed": [
|
"Bambu Lab H2S 0.6 nozzle"
|
||||||
"100"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"pre_start_fan_time": [
|
"; filament start gcode\n"
|
||||||
"2"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"retraction_distances_when_ec": [
|
"; filament end gcode \n"
|
||||||
"0",
|
]
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,134 +1,107 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2S 0.8 nozzle",
|
"name": "Bambu ASA @BBL H2S 0.8 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_35",
|
"setting_id": "GFSB01_35",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"-0.0092"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_max": [
|
||||||
"0"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"nil",
|
"25",
|
||||||
"nil"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"25",
|
"0.4",
|
||||||
"35"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"filament_wipe": [
|
||||||
"-1",
|
"1",
|
||||||
"-1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_wipe_distance": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"filament_prime_volume": [
|
||||||
"nil",
|
"30"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retract_when_changing_layer": [
|
"Spiral Lift",
|
||||||
"nil",
|
"Spiral Lift"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_change_length": [
|
||||||
"filament_retraction_length": [
|
"4"
|
||||||
"0.4",
|
],
|
||||||
"0.4"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"hole_limit_min": [
|
||||||
"nil",
|
"0.1261"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_wipe": [
|
"0.1586"
|
||||||
"1",
|
],
|
||||||
"1"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"1",
|
"long_retractions_when_ec": [
|
||||||
"1"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_z_hop_types": [
|
],
|
||||||
"Spiral Lift",
|
"nozzle_temperature_initial_layer": [
|
||||||
"Spiral Lift"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"overhang_fan_speed": [
|
||||||
"Direct Drive High Flow"
|
"100"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"pre_start_fan_time": [
|
||||||
"0",
|
"2"
|
||||||
"0"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_ramming_travel_time": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"20",
|
||||||
"0",
|
"20"
|
||||||
"0"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"long_retractions_when_ec": [
|
"Bambu Lab H2S 0.8 nozzle"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_start_gcode": [
|
||||||
],
|
"; filament start gcode\n"
|
||||||
"nozzle_temperature": [
|
],
|
||||||
"270",
|
"filament_end_gcode": [
|
||||||
"270"
|
"; filament end gcode \n"
|
||||||
],
|
]
|
||||||
"nozzle_temperature_initial_layer": [
|
}
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"overhang_fan_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"pre_start_fan_time": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,134 +1,119 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL H2S",
|
"name": "Bambu ASA @BBL H2S",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_26",
|
"setting_id": "GFSB01_26",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_coef_2": [
|
||||||
"nil",
|
"0.0094"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_coef_3": [
|
||||||
"filament_flow_ratio": [
|
"-0.0092"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"counter_limit_min": [
|
||||||
],
|
"-0.0092"
|
||||||
"filament_flush_temp": [
|
],
|
||||||
"0",
|
"counter_limit_max": [
|
||||||
"0"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_change_length": [
|
||||||
"0",
|
"4"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_cooling_before_tower": [
|
||||||
"filament_long_retractions_when_cut": [
|
"10",
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"20",
|
"20",
|
||||||
"35"
|
"35",
|
||||||
],
|
"20"
|
||||||
"filament_ramming_volumetric_speed": [
|
],
|
||||||
"-1",
|
"filament_prime_volume": [
|
||||||
"-1"
|
"30"
|
||||||
],
|
],
|
||||||
"filament_retract_before_wipe": [
|
"filament_retraction_length": [
|
||||||
"nil",
|
"0.4",
|
||||||
"nil"
|
"0.4",
|
||||||
],
|
"0.4"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"filament_wipe": [
|
||||||
"nil"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_retract_when_changing_layer": [
|
"1"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_wipe_distance": [
|
||||||
],
|
"1",
|
||||||
"filament_retraction_distances_when_cut": [
|
"1",
|
||||||
"nil",
|
"1"
|
||||||
"nil"
|
],
|
||||||
],
|
"filament_z_hop_types": [
|
||||||
"filament_retraction_length": [
|
"Spiral Lift",
|
||||||
"0.4",
|
"Spiral Lift",
|
||||||
"0.4"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"hole_coef_2": [
|
||||||
"nil"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"filament_wipe": [
|
"hole_coef_3": [
|
||||||
"1",
|
"0.1261"
|
||||||
"1"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_wipe_distance": [
|
"0.1261"
|
||||||
"1",
|
],
|
||||||
"1"
|
"hole_limit_max": [
|
||||||
],
|
"0.1586"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"include": [
|
||||||
"nil"
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"long_retractions_when_ec": [
|
||||||
"Spiral Lift",
|
"0",
|
||||||
"Spiral Lift"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_extruder_variant": [
|
],
|
||||||
"Direct Drive Standard",
|
"nozzle_temperature": [
|
||||||
"Direct Drive High Flow"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_pre_cooling_temperature": [
|
"270"
|
||||||
"0",
|
],
|
||||||
"0"
|
"nozzle_temperature_initial_layer": [
|
||||||
],
|
"270",
|
||||||
"filament_ramming_travel_time": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"overhang_fan_speed": [
|
||||||
"filament_adaptive_volumetric_speed": [
|
"100"
|
||||||
"0",
|
],
|
||||||
"0"
|
"pre_start_fan_time": [
|
||||||
],
|
"2"
|
||||||
"long_retractions_when_ec": [
|
],
|
||||||
"0",
|
"retraction_distances_when_ec": [
|
||||||
"0"
|
"0",
|
||||||
],
|
"0",
|
||||||
"nozzle_temperature": [
|
"0"
|
||||||
"270",
|
],
|
||||||
"270"
|
"slow_down_min_speed": [
|
||||||
],
|
"20",
|
||||||
"nozzle_temperature_initial_layer": [
|
"20",
|
||||||
"270",
|
"20"
|
||||||
"270"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"overhang_fan_speed": [
|
"Bambu Lab H2S 0.4 nozzle"
|
||||||
"100"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"pre_start_fan_time": [
|
"; filament start gcode\n"
|
||||||
"2"
|
],
|
||||||
],
|
"filament_end_gcode": [
|
||||||
"retraction_distances_when_ec": [
|
"; filament end gcode \n"
|
||||||
"0",
|
]
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab H2S 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
],
|
|
||||||
"filament_end_gcode": [
|
|
||||||
"; filament end gcode \n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,192 +1,101 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL P2S 0.2 nozzle",
|
"name": "Bambu ASA @BBL P2S 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_15",
|
"setting_id": "GFSB01_15",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"eng_plate_temp": [
|
"counter_coef_2": [
|
||||||
"90"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"eng_plate_temp_initial_layer": [
|
"counter_coef_3": [
|
||||||
"90"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"counter_limit_max": [
|
||||||
"60"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"counter_limit_min": [
|
||||||
"30"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"fan_max_speed": [
|
||||||
"nil",
|
"60"
|
||||||
"nil"
|
],
|
||||||
],
|
"fan_min_speed": [
|
||||||
"filament_flow_ratio": [
|
"30"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"filament_cooling_before_tower": [
|
||||||
],
|
"10",
|
||||||
"filament_flush_temp": [
|
"10"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_flush_volumetric_speed": [
|
||||||
],
|
"3",
|
||||||
"filament_flush_volumetric_speed": [
|
"3"
|
||||||
"3",
|
],
|
||||||
"3"
|
"filament_max_volumetric_speed": [
|
||||||
],
|
"2",
|
||||||
"filament_long_retractions_when_cut": [
|
"2"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_ramming_travel_time": [
|
||||||
],
|
"0",
|
||||||
"filament_max_volumetric_speed": [
|
"0"
|
||||||
"2",
|
],
|
||||||
"2"
|
"filament_retraction_distances_when_cut": [
|
||||||
],
|
"10",
|
||||||
"filament_ramming_volumetric_speed": [
|
"10"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"1"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_wipe_distance": [
|
||||||
],
|
"1",
|
||||||
"filament_retract_before_wipe": [
|
"1"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"hole_limit_max": [
|
||||||
"nil",
|
"0.1586"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"0.1261"
|
||||||
"10",
|
],
|
||||||
"10"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_retraction_length": [
|
],
|
||||||
"nil",
|
"long_retractions_when_ec": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"nozzle_temperature": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_wipe": [
|
],
|
||||||
"1",
|
"retraction_distances_when_ec": [
|
||||||
"1"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"1",
|
"slow_down_min_speed": [
|
||||||
"1"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_z_hop": [
|
],
|
||||||
"nil",
|
"compatible_printers": [
|
||||||
"nil"
|
"Bambu Lab P2S 0.2 nozzle"
|
||||||
],
|
],
|
||||||
"filament_z_hop_types": [
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,186 +1,102 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL P2S 0.4 nozzle",
|
"name": "Bambu ASA @BBL P2S 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_16",
|
"setting_id": "GFSB01_16",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"eng_plate_temp": [
|
"counter_coef_2": [
|
||||||
"90"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"eng_plate_temp_initial_layer": [
|
"counter_coef_3": [
|
||||||
"90"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"-0.0092"
|
||||||
"nil"
|
],
|
||||||
],
|
"counter_limit_max": [
|
||||||
"filament_flow_ratio": [
|
"0.2258"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"filament_cooling_before_tower": [
|
||||||
],
|
"10",
|
||||||
"filament_flush_temp": [
|
"10",
|
||||||
"0",
|
"10"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_flush_volumetric_speed": [
|
"18",
|
||||||
"0",
|
"25",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_max_volumetric_speed": [
|
],
|
||||||
"18",
|
"filament_retraction_length": [
|
||||||
"25"
|
"0.4",
|
||||||
],
|
"0.4",
|
||||||
"filament_ramming_volumetric_speed": [
|
"0.4"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_z_hop_types": [
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"Spiral Lift",
|
||||||
"-1",
|
"Spiral Lift"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_ramming_travel_time": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"hole_coef_2": [
|
||||||
"nil",
|
"0.0013"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_coef_3": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0.1261"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"hole_limit_min": [
|
||||||
],
|
"0.1261"
|
||||||
"filament_retraction_distances_when_cut": [
|
],
|
||||||
"10",
|
"hole_limit_max": [
|
||||||
"10"
|
"0.1586"
|
||||||
],
|
],
|
||||||
"filament_retraction_length": [
|
"include": [
|
||||||
"0.4",
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"0.4"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_retraction_minimum_travel": [
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"nozzle_temperature": [
|
||||||
"nil",
|
"270",
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_wipe": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_wipe_distance": [
|
"270"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"retraction_distances_when_ec": [
|
||||||
],
|
"0",
|
||||||
"filament_z_hop": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_z_hop_types": [
|
"20",
|
||||||
"Spiral Lift",
|
"20",
|
||||||
"Spiral Lift"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
"compatible_printers": [
|
||||||
"Direct Drive Standard",
|
"Bambu Lab P2S 0.4 nozzle"
|
||||||
"Direct Drive High Flow"
|
],
|
||||||
],
|
"filament_start_gcode": [
|
||||||
"filament_pre_cooling_temperature": [
|
"; filament start gcode\n"
|
||||||
"0",
|
]
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,189 +1,115 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL P2S 0.6 nozzle",
|
"name": "Bambu ASA @BBL P2S 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_14",
|
"setting_id": "GFSB01_14",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"activate_air_filtration": [
|
"activate_air_filtration": [
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"eng_plate_temp": [
|
"counter_coef_2": [
|
||||||
"90"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"eng_plate_temp_initial_layer": [
|
"counter_coef_3": [
|
||||||
"90"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"counter_limit_min": [
|
||||||
"25"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_max": [
|
||||||
"nil",
|
"0.2258"
|
||||||
"nil"
|
],
|
||||||
],
|
"fan_min_speed": [
|
||||||
"filament_flow_ratio": [
|
"25"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"filament_cooling_before_tower": [
|
||||||
],
|
"10",
|
||||||
"filament_flush_temp": [
|
"10",
|
||||||
"0",
|
"10"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_max_volumetric_speed": [
|
||||||
"filament_flush_volumetric_speed": [
|
"18",
|
||||||
"0",
|
"35",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"nil",
|
"10",
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_max_volumetric_speed": [
|
],
|
||||||
"18",
|
"filament_retraction_length": [
|
||||||
"35"
|
"0.4",
|
||||||
],
|
"0.4",
|
||||||
"filament_ramming_volumetric_speed": [
|
"0.4"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_wipe": [
|
||||||
],
|
"1",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"1",
|
||||||
"-1",
|
"1"
|
||||||
"-1"
|
],
|
||||||
],
|
"filament_wipe_distance": [
|
||||||
"filament_retract_before_wipe": [
|
"1",
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"filament_z_hop_types": [
|
||||||
"nil",
|
"Spiral Lift",
|
||||||
"nil"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift"
|
||||||
"filament_retract_when_changing_layer": [
|
],
|
||||||
"nil",
|
"filament_ramming_travel_time": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_retraction_distances_when_cut": [
|
"0"
|
||||||
"10",
|
],
|
||||||
"10"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retraction_length": [
|
],
|
||||||
"0.4",
|
"hole_coef_3": [
|
||||||
"0.4"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retraction_minimum_travel": [
|
"hole_limit_min": [
|
||||||
"nil",
|
"0.1261"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_max": [
|
||||||
"filament_retraction_speed": [
|
"0.1586"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual_e3d"
|
||||||
"filament_wipe": [
|
],
|
||||||
"1",
|
"long_retractions_when_ec": [
|
||||||
"1"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_wipe_distance": [
|
"0"
|
||||||
"1",
|
],
|
||||||
"1"
|
"nozzle_temperature": [
|
||||||
],
|
"270",
|
||||||
"filament_z_hop": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_z_hop_types": [
|
"270",
|
||||||
"Spiral Lift",
|
"270",
|
||||||
"Spiral Lift"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
"retraction_distances_when_ec": [
|
||||||
"Direct Drive Standard",
|
"0",
|
||||||
"Direct Drive High Flow"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_pre_cooling_temperature": [
|
],
|
||||||
"0",
|
"slow_down_min_speed": [
|
||||||
"0"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"20"
|
||||||
"0",
|
],
|
||||||
"0"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab P2S 0.6 nozzle"
|
||||||
"filament_ramming_travel_time": [
|
],
|
||||||
"0",
|
"filament_start_gcode": [
|
||||||
"0"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.6 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,186 +1,91 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL P2S 0.8 nozzle",
|
"name": "Bambu ASA @BBL P2S 0.8 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_32",
|
"setting_id": "GFSB01_32",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"65"
|
"65"
|
||||||
],
|
],
|
||||||
"eng_plate_temp": [
|
"counter_coef_2": [
|
||||||
"90"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"eng_plate_temp_initial_layer": [
|
"counter_coef_3": [
|
||||||
"90"
|
"-0.0092"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"counter_limit_max": [
|
||||||
"25"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"-0.0092"
|
||||||
"nil"
|
],
|
||||||
],
|
"fan_min_speed": [
|
||||||
"filament_flow_ratio": [
|
"25"
|
||||||
"0.95",
|
],
|
||||||
"0.95"
|
"filament_cooling_before_tower": [
|
||||||
],
|
"10",
|
||||||
"filament_flush_temp": [
|
"10"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_max_volumetric_speed": [
|
||||||
],
|
"18",
|
||||||
"filament_flush_volumetric_speed": [
|
"35"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_ramming_travel_time": [
|
||||||
],
|
"0",
|
||||||
"filament_long_retractions_when_cut": [
|
"0"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"filament_retraction_distances_when_cut": [
|
||||||
],
|
"10",
|
||||||
"filament_max_volumetric_speed": [
|
"10"
|
||||||
"18",
|
],
|
||||||
"35"
|
"filament_retraction_length": [
|
||||||
],
|
"0.4",
|
||||||
"filament_ramming_volumetric_speed": [
|
"0.4"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"filament_z_hop_types": [
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"Spiral Lift"
|
||||||
"-1",
|
],
|
||||||
"-1"
|
"hole_coef_2": [
|
||||||
],
|
"0.0013"
|
||||||
"filament_retract_before_wipe": [
|
],
|
||||||
"nil",
|
"hole_coef_3": [
|
||||||
"nil"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retract_restart_extra": [
|
"hole_limit_max": [
|
||||||
"nil",
|
"0.1586"
|
||||||
"nil"
|
],
|
||||||
],
|
"hole_limit_min": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0.1261"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"include": [
|
||||||
],
|
"fdm_filament_template_direct_dual"
|
||||||
"filament_retraction_distances_when_cut": [
|
],
|
||||||
"10",
|
"long_retractions_when_ec": [
|
||||||
"10"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_retraction_length": [
|
],
|
||||||
"0.4",
|
"nozzle_temperature": [
|
||||||
"0.4"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retraction_minimum_travel": [
|
],
|
||||||
"nil",
|
"nozzle_temperature_initial_layer": [
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retraction_speed": [
|
],
|
||||||
"nil",
|
"retraction_distances_when_ec": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0"
|
||||||
"filament_wipe": [
|
],
|
||||||
"nil",
|
"slow_down_min_speed": [
|
||||||
"nil"
|
"20",
|
||||||
],
|
"20"
|
||||||
"filament_wipe_distance": [
|
],
|
||||||
"nil",
|
"compatible_printers": [
|
||||||
"nil"
|
"Bambu Lab P2S 0.8 nozzle"
|
||||||
],
|
],
|
||||||
"filament_z_hop": [
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time_nc": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_enable_overhang_speed": [
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_overhang_1_4_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_overhang_2_4_speed": [
|
|
||||||
"50",
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"filament_overhang_3_4_speed": [
|
|
||||||
"30",
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"filament_overhang_4_4_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_overhang_totally_speed": [
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"textured_plate_temp": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab P2S 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,119 +1,50 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1 0.2 nozzle",
|
"name": "Bambu ASA @BBL X1 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_03",
|
"setting_id": "GFSB01_03",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_ramming_travel_time": [
|
||||||
"0.95",
|
"0",
|
||||||
"0.95"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_restart_extra": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retract_when_changing_layer": [
|
"Bambu Lab X1 0.2 nozzle"
|
||||||
"nil",
|
]
|
||||||
"nil"
|
}
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,125 +1,60 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1 0.6 nozzle",
|
"name": "Bambu ASA @BBL X1 0.6 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_04",
|
"setting_id": "GFSB01_04",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"25"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_retraction_speed": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0.4",
|
"18",
|
||||||
"0.4"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_retraction_speed": [
|
||||||
"0.95",
|
"0.4",
|
||||||
"0.95"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"18",
|
"0",
|
||||||
"18"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_restart_extra": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"textured_plate_temp_initial_layer": [
|
||||||
"filament_retract_when_changing_layer": [
|
"V"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"compatible_printers": [
|
||||||
],
|
"Bambu Lab X1 0.6 nozzle"
|
||||||
"filament_retraction_length": [
|
]
|
||||||
"nil",
|
}
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"textured_plate_temp_initial_layer": [
|
|
||||||
"V"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 0.6 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,121 +1,52 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1C 0.2 nozzle",
|
"name": "Bambu ASA @BBL X1C 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_01",
|
"setting_id": "GFSB01_01",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"2",
|
"2",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_ramming_travel_time": [
|
||||||
"0.95",
|
"0",
|
||||||
"0.95"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"include": [
|
||||||
"nil",
|
"fdm_filament_template_direct_dual"
|
||||||
"nil"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_flush_temp": [
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_flush_volumetric_speed": [
|
"270",
|
||||||
"0",
|
"270"
|
||||||
"0"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_before_wipe": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_restart_extra": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retract_when_changing_layer": [
|
"Bambu Lab X1 Carbon 0.2 nozzle",
|
||||||
"nil",
|
"Bambu Lab P1S 0.2 nozzle",
|
||||||
"nil"
|
"Bambu Lab P1P 0.2 nozzle"
|
||||||
],
|
]
|
||||||
"filament_retraction_length": [
|
}
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 Carbon 0.2 nozzle",
|
|
||||||
"Bambu Lab P1S 0.2 nozzle",
|
|
||||||
"Bambu Lab P1P 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,126 +1,65 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1C 0.4 nozzle",
|
"name": "Bambu ASA @BBL X1C 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_02",
|
"setting_id": "GFSB01_02",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"chamber_temperatures": [
|
"chamber_temperatures": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"18",
|
"nil",
|
||||||
"18"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_z_hop": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"0.6"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"0",
|
||||||
"-1",
|
"0"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_restart_extra": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retraction_length": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_minimum_travel": [
|
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||||
"nil",
|
"Bambu Lab X1 0.4 nozzle",
|
||||||
"nil"
|
"Bambu Lab P1P 0.8 nozzle",
|
||||||
],
|
"Bambu Lab P1S 0.4 nozzle",
|
||||||
"filament_retraction_speed": [
|
"Bambu Lab P1P 0.4 nozzle"
|
||||||
"nil",
|
]
|
||||||
"nil"
|
}
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
|
||||||
"Bambu Lab P1S 0.4 nozzle",
|
|
||||||
"Bambu Lab X1 0.4 nozzle",
|
|
||||||
"Bambu Lab P1P 0.4 nozzle",
|
|
||||||
"Bambu Lab P1P 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,127 +1,66 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1C",
|
"name": "Bambu ASA @BBL X1C",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_00",
|
"setting_id": "GFSB01_00",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"25"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_long_retractions_when_cut": [
|
||||||
"1",
|
"1",
|
||||||
"1"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_retraction_distances_when_cut": [
|
"filament_max_volumetric_speed": [
|
||||||
"18",
|
"18",
|
||||||
"18"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_retraction_length": [
|
||||||
"18",
|
"nil",
|
||||||
"18"
|
"0.4"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_z_hop": [
|
||||||
"nil",
|
"nil",
|
||||||
"nil"
|
"0.6"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"include": [
|
||||||
"0",
|
"fdm_filament_template_direct_dual"
|
||||||
"0"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"0",
|
||||||
"-1",
|
"0"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_restart_extra": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_when_changing_layer": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retraction_length": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_minimum_travel": [
|
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||||
"nil",
|
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||||
"nil"
|
"Bambu Lab X1 0.8 nozzle",
|
||||||
],
|
"Bambu Lab P1S 0.8 nozzle",
|
||||||
"filament_retraction_speed": [
|
"Bambu Lab P1S 0.6 nozzle",
|
||||||
"nil",
|
"Bambu Lab P1P 0.6 nozzle"
|
||||||
"nil"
|
]
|
||||||
],
|
}
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
|
||||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
|
||||||
"Bambu Lab X1 0.8 nozzle",
|
|
||||||
"Bambu Lab P1S 0.6 nozzle",
|
|
||||||
"Bambu Lab P1S 0.8 nozzle",
|
|
||||||
"Bambu Lab P1P 0.6 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,119 +1,50 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1E 0.2 nozzle",
|
"name": "Bambu ASA @BBL X1E 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_06",
|
"setting_id": "GFSB01_06",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_deretraction_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"2",
|
||||||
"0.95"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"18",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"include": [
|
||||||
"1",
|
"fdm_filament_template_direct_dual"
|
||||||
"1"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_max_volumetric_speed": [
|
"0",
|
||||||
"2",
|
"0"
|
||||||
"2"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_when_changing_layer": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"Bambu Lab X1E 0.2 nozzle"
|
||||||
"18",
|
]
|
||||||
"18"
|
}
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1E 0.2 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,119 +1,50 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1E 0.4 nozzle",
|
"name": "Bambu ASA @BBL X1E 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_07",
|
"setting_id": "GFSB01_07",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_deretraction_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"18",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"include": [
|
||||||
"1",
|
"fdm_filament_template_direct_dual"
|
||||||
"1"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_max_volumetric_speed": [
|
"0",
|
||||||
"18",
|
"0"
|
||||||
"18"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_when_changing_layer": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"Bambu Lab X1E 0.4 nozzle"
|
||||||
"18",
|
]
|
||||||
"18"
|
}
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1E 0.4 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,123 +1,54 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X1E",
|
"name": "Bambu ASA @BBL X1E",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_05",
|
"setting_id": "GFSB01_05",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"25"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"filament_long_retractions_when_cut": [
|
||||||
"nil",
|
"1",
|
||||||
"nil"
|
"1"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_max_volumetric_speed": [
|
||||||
"0.95",
|
"18",
|
||||||
"0.95"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"18",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_ramming_travel_time": [
|
||||||
"0",
|
"0",
|
||||||
"0"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"include": [
|
||||||
"1",
|
"fdm_filament_template_direct_dual"
|
||||||
"1"
|
],
|
||||||
],
|
"long_retractions_when_ec": [
|
||||||
"filament_max_volumetric_speed": [
|
"0",
|
||||||
"18",
|
"0"
|
||||||
"18"
|
],
|
||||||
],
|
"nozzle_temperature": [
|
||||||
"filament_ramming_volumetric_speed": [
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil"
|
],
|
||||||
],
|
"retraction_distances_when_ec": [
|
||||||
"filament_retract_restart_extra": [
|
"0",
|
||||||
"nil",
|
"0"
|
||||||
"nil"
|
],
|
||||||
],
|
"slow_down_min_speed": [
|
||||||
"filament_retract_when_changing_layer": [
|
"20",
|
||||||
"nil",
|
"20"
|
||||||
"nil"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_distances_when_cut": [
|
"Bambu Lab X1E 0.6 nozzle",
|
||||||
"18",
|
"Bambu Lab X1E 0.8 nozzle"
|
||||||
"18"
|
]
|
||||||
],
|
}
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_extruder_variant": [
|
|
||||||
"Direct Drive Standard",
|
|
||||||
"Direct Drive High Flow"
|
|
||||||
],
|
|
||||||
"filament_pre_cooling_temperature": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_adaptive_volumetric_speed": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X1E 0.6 nozzle",
|
|
||||||
"Bambu Lab X1E 0.8 nozzle"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,293 +1,128 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X2D 0.2 nozzle",
|
"name": "Bambu ASA @BBL X2D 0.2 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_21",
|
"setting_id": "GFSB01_21",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"-0.0092"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"-0.0092"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_cooling_before_tower": [
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_enable_overhang_speed": [
|
"10",
|
||||||
"1",
|
"10"
|
||||||
"1",
|
],
|
||||||
"1",
|
"filament_extruder_compatibility": [
|
||||||
"1"
|
"24"
|
||||||
],
|
],
|
||||||
"filament_extruder_variant": [
|
"filament_flow_ratio": [
|
||||||
"Direct Drive Standard",
|
"0.95",
|
||||||
"Direct Drive High Flow",
|
"0.95",
|
||||||
"Bowden Standard",
|
"0.95",
|
||||||
"Bowden High Flow"
|
"0.95"
|
||||||
],
|
],
|
||||||
"filament_flush_temp": [
|
"filament_flush_volumetric_speed": [
|
||||||
"0",
|
"3",
|
||||||
"0",
|
"3",
|
||||||
"0",
|
"3",
|
||||||
"0"
|
"3"
|
||||||
],
|
],
|
||||||
"filament_flush_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"3",
|
"2",
|
||||||
"3",
|
"2",
|
||||||
"3",
|
"2",
|
||||||
"3"
|
"2"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0"
|
||||||
],
|
],
|
||||||
"filament_overhang_1_4_speed": [
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10"
|
||||||
],
|
],
|
||||||
"filament_overhang_2_4_speed": [
|
"filament_tower_interface_print_temp": [
|
||||||
"50",
|
"270"
|
||||||
"50",
|
],
|
||||||
"50",
|
"filament_wipe": [
|
||||||
"50"
|
"1",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_3_4_speed": [
|
"1",
|
||||||
"30",
|
"nil"
|
||||||
"30",
|
],
|
||||||
"30",
|
"filament_wipe_distance": [
|
||||||
"30"
|
"1",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_4_4_speed": [
|
"1",
|
||||||
"10",
|
"nil"
|
||||||
"10",
|
],
|
||||||
"10",
|
"filament_z_hop_types": [
|
||||||
"10"
|
"Spiral Lift",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_totally_speed": [
|
"Spiral Lift",
|
||||||
"10",
|
"nil"
|
||||||
"10",
|
],
|
||||||
"10",
|
"hole_coef_2": [
|
||||||
"10"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"filament_bridge_speed": [
|
"hole_coef_3": [
|
||||||
"25",
|
"0.1261"
|
||||||
"25",
|
],
|
||||||
"25",
|
"hole_limit_max": [
|
||||||
"25"
|
"0.1586"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature": [
|
"hole_limit_min": [
|
||||||
"0",
|
"0.1261"
|
||||||
"0",
|
],
|
||||||
"0",
|
"include": [
|
||||||
"0"
|
"fdm_filament_template_direct_bowden"
|
||||||
],
|
],
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"nozzle_temperature": [
|
||||||
"0",
|
"270",
|
||||||
"0",
|
"270",
|
||||||
"0",
|
"270",
|
||||||
"0"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"nozzle_temperature_initial_layer": [
|
||||||
"0",
|
"270",
|
||||||
"0",
|
"270",
|
||||||
"0",
|
"270",
|
||||||
"0"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_retract_length_nc": [
|
"retraction_distances_when_ec": [
|
||||||
"14",
|
"3",
|
||||||
"14",
|
"3",
|
||||||
"14",
|
"4",
|
||||||
"14"
|
"4"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"slow_down_min_speed": [
|
||||||
"-1",
|
"20",
|
||||||
"-1",
|
"20",
|
||||||
"-1",
|
"20",
|
||||||
"-1"
|
"20"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"compatible_printers": [
|
||||||
"-1",
|
"Bambu Lab X2D 0.2 nozzle"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"filament_start_gcode": [
|
||||||
"-1"
|
"; filament start gcode\n"
|
||||||
],
|
]
|
||||||
"filament_retract_before_wipe": [
|
}
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_restart_extra": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retract_when_changing_layer": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_distances_when_cut": [
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10",
|
|
||||||
"10"
|
|
||||||
],
|
|
||||||
"filament_retraction_length": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil",
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0094"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"-0.0092"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.2258"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"-0.0092"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"2",
|
|
||||||
"2",
|
|
||||||
"2",
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"0.0013"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1261"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1586"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1261"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.2 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,293 +1,157 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X2D 0.4 nozzle",
|
"name": "Bambu ASA @BBL X2D 0.4 nozzle",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_22",
|
"setting_id": "GFSB01_22",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"-0.0092"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"-0.0092"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_cooling_before_tower": [
|
||||||
"nil"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_enable_overhang_speed": [
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10"
|
||||||
"1"
|
],
|
||||||
],
|
"filament_extruder_compatibility": [
|
||||||
"filament_extruder_variant": [
|
"24"
|
||||||
"Direct Drive Standard",
|
],
|
||||||
"Direct Drive High Flow",
|
"filament_flow_ratio": [
|
||||||
"Bowden Standard",
|
"0.95",
|
||||||
"Bowden High Flow"
|
"0.95",
|
||||||
],
|
"0.95",
|
||||||
"filament_flush_temp": [
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_max_volumetric_speed": [
|
||||||
],
|
"18",
|
||||||
"filament_flush_volumetric_speed": [
|
"25",
|
||||||
"0",
|
"18",
|
||||||
"0",
|
"18",
|
||||||
"0",
|
"20",
|
||||||
"0"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_long_retractions_when_cut": [
|
"filament_ramming_travel_time": [
|
||||||
"nil",
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil",
|
"0",
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_overhang_1_4_speed": [
|
"0"
|
||||||
"0",
|
],
|
||||||
"0",
|
"filament_retraction_distances_when_cut": [
|
||||||
"0",
|
"10",
|
||||||
"0"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_overhang_2_4_speed": [
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10"
|
||||||
"50",
|
],
|
||||||
"50"
|
"filament_retraction_length": [
|
||||||
],
|
"0.4",
|
||||||
"filament_overhang_3_4_speed": [
|
"0.4",
|
||||||
"30",
|
"0.4",
|
||||||
"30",
|
"nil",
|
||||||
"30",
|
"nil",
|
||||||
"30"
|
"nil"
|
||||||
],
|
],
|
||||||
"filament_overhang_4_4_speed": [
|
"filament_tower_interface_print_temp": [
|
||||||
"10",
|
"270"
|
||||||
"10",
|
],
|
||||||
"10",
|
"filament_wipe": [
|
||||||
"10"
|
"1",
|
||||||
],
|
"1",
|
||||||
"filament_overhang_totally_speed": [
|
"1",
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"1"
|
||||||
"10"
|
],
|
||||||
],
|
"filament_wipe_distance": [
|
||||||
"filament_bridge_speed": [
|
"1",
|
||||||
"25",
|
"1",
|
||||||
"25",
|
"1",
|
||||||
"25",
|
"1",
|
||||||
"25"
|
"1",
|
||||||
],
|
"1"
|
||||||
"filament_pre_cooling_temperature": [
|
],
|
||||||
"0",
|
"filament_z_hop_types": [
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0"
|
"Spiral Lift",
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_coef_2": [
|
||||||
"0"
|
"0.0013"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"hole_coef_3": [
|
||||||
"0",
|
"0.1261"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_limit_max": [
|
||||||
"0"
|
"0.1586"
|
||||||
],
|
],
|
||||||
"filament_retract_length_nc": [
|
"hole_limit_min": [
|
||||||
"14",
|
"0.1261"
|
||||||
"14",
|
],
|
||||||
"14",
|
"include": [
|
||||||
"14"
|
"fdm_filament_template_direct_bowden_e3d"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"nozzle_temperature": [
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"270"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"nozzle_temperature_initial_layer": [
|
||||||
"-1",
|
"270",
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil",
|
"270"
|
||||||
"nil",
|
],
|
||||||
"nil"
|
"retraction_distances_when_ec": [
|
||||||
],
|
"3",
|
||||||
"filament_retract_restart_extra": [
|
"3",
|
||||||
"nil",
|
"3",
|
||||||
"nil",
|
"4",
|
||||||
"nil",
|
"4",
|
||||||
"nil"
|
"4"
|
||||||
],
|
],
|
||||||
"filament_retract_when_changing_layer": [
|
"slow_down_min_speed": [
|
||||||
"nil",
|
"20",
|
||||||
"nil",
|
"20",
|
||||||
"nil",
|
"20",
|
||||||
"nil"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_retraction_distances_when_cut": [
|
"20"
|
||||||
"10",
|
],
|
||||||
"10",
|
"temperature_vitrification": [
|
||||||
"10",
|
"100"
|
||||||
"10"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_length": [
|
"Bambu Lab X2D 0.4 nozzle"
|
||||||
"0.4",
|
],
|
||||||
"0.4",
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
]
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift",
|
|
||||||
"Spiral Lift"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0094"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"-0.0092"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.2258"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"-0.0092"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"18",
|
|
||||||
"25",
|
|
||||||
"18",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"0.0013"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1261"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1586"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1261"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,149 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"name": "Bambu ASA @BBL X2D 0.8 nozzle",
|
||||||
|
"inherits": "Bambu ASA @base",
|
||||||
|
"from": "system",
|
||||||
|
"setting_id": "GFSB01_50",
|
||||||
|
"instantiation": "true",
|
||||||
|
"chamber_temperatures": [
|
||||||
|
"65"
|
||||||
|
],
|
||||||
|
"counter_coef_2": [
|
||||||
|
"0.0094"
|
||||||
|
],
|
||||||
|
"counter_coef_3": [
|
||||||
|
"-0.0092"
|
||||||
|
],
|
||||||
|
"counter_limit_max": [
|
||||||
|
"0.2258"
|
||||||
|
],
|
||||||
|
"counter_limit_min": [
|
||||||
|
"-0.0092"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"filament_cooling_before_tower": [
|
||||||
|
"10",
|
||||||
|
"10",
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"filament_dev_ams_drying_temperature": [
|
||||||
|
"65",
|
||||||
|
"80",
|
||||||
|
"65",
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"filament_dev_ams_drying_time": [
|
||||||
|
"12",
|
||||||
|
"8.0",
|
||||||
|
"12",
|
||||||
|
"8.0"
|
||||||
|
],
|
||||||
|
"filament_extruder_compatibility": [
|
||||||
|
"24"
|
||||||
|
],
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.95",
|
||||||
|
"0.95",
|
||||||
|
"0.95",
|
||||||
|
"0.95"
|
||||||
|
],
|
||||||
|
"filament_flush_temp_fast": [
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"18",
|
||||||
|
"35",
|
||||||
|
"18",
|
||||||
|
"18"
|
||||||
|
],
|
||||||
|
"filament_ramming_travel_time": [
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"filament_retraction_distances_when_cut": [
|
||||||
|
"10",
|
||||||
|
"10",
|
||||||
|
"10",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"filament_retraction_length": [
|
||||||
|
"0.4",
|
||||||
|
"nil",
|
||||||
|
"nil",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_tower_interface_print_temp": [
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"filament_wipe": [
|
||||||
|
"1",
|
||||||
|
"nil",
|
||||||
|
"1",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_wipe_distance": [
|
||||||
|
"1",
|
||||||
|
"nil",
|
||||||
|
"1",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"filament_z_hop_types": [
|
||||||
|
"Spiral Lift",
|
||||||
|
"nil",
|
||||||
|
"Spiral Lift",
|
||||||
|
"nil"
|
||||||
|
],
|
||||||
|
"hole_coef_2": [
|
||||||
|
"0.0013"
|
||||||
|
],
|
||||||
|
"hole_coef_3": [
|
||||||
|
"0.1261"
|
||||||
|
],
|
||||||
|
"hole_limit_max": [
|
||||||
|
"0.1586"
|
||||||
|
],
|
||||||
|
"hole_limit_min": [
|
||||||
|
"0.1261"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"fdm_filament_template_direct_bowden"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"270",
|
||||||
|
"270",
|
||||||
|
"270",
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"270",
|
||||||
|
"270",
|
||||||
|
"270",
|
||||||
|
"270"
|
||||||
|
],
|
||||||
|
"retraction_distances_when_ec": [
|
||||||
|
"3",
|
||||||
|
"3",
|
||||||
|
"4",
|
||||||
|
"4"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"20",
|
||||||
|
"20",
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"compatible_printers": [
|
||||||
|
"Bambu Lab X2D 0.8 nozzle"
|
||||||
|
],
|
||||||
|
"filament_start_gcode": [
|
||||||
|
"; filament start gcode\n"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,297 +1,157 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @BBL X2D",
|
"name": "Bambu ASA @BBL X2D",
|
||||||
"inherits": "Bambu ASA @base",
|
"inherits": "Bambu ASA @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB01_20",
|
"setting_id": "GFSB01_20",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"filament_adaptive_volumetric_speed": [
|
"chamber_temperatures": [
|
||||||
"0",
|
"65"
|
||||||
"0",
|
],
|
||||||
"0",
|
"counter_coef_2": [
|
||||||
"0"
|
"0.0094"
|
||||||
],
|
],
|
||||||
"filament_cooling_before_tower": [
|
"counter_coef_3": [
|
||||||
"10",
|
"-0.0092"
|
||||||
"10",
|
],
|
||||||
"10",
|
"counter_limit_max": [
|
||||||
"10"
|
"0.2258"
|
||||||
],
|
],
|
||||||
"filament_deretraction_speed": [
|
"counter_limit_min": [
|
||||||
"nil",
|
"-0.0092"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"fan_min_speed": [
|
||||||
"nil"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_enable_overhang_speed": [
|
"filament_cooling_before_tower": [
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1",
|
"10",
|
||||||
"1"
|
"10",
|
||||||
],
|
"10",
|
||||||
"filament_extruder_variant": [
|
"10"
|
||||||
"Direct Drive Standard",
|
],
|
||||||
"Direct Drive High Flow",
|
"filament_extruder_compatibility": [
|
||||||
"Bowden Standard",
|
"24"
|
||||||
"Bowden High Flow"
|
],
|
||||||
],
|
"filament_flow_ratio": [
|
||||||
"filament_flush_temp": [
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0",
|
"0.95",
|
||||||
"0"
|
"0.95",
|
||||||
],
|
"0.95"
|
||||||
"filament_flush_volumetric_speed": [
|
],
|
||||||
"0",
|
"filament_max_volumetric_speed": [
|
||||||
"0",
|
"18",
|
||||||
"0",
|
"35",
|
||||||
"0"
|
"18",
|
||||||
],
|
"18",
|
||||||
"filament_long_retractions_when_cut": [
|
"18",
|
||||||
"nil",
|
"18"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"filament_ramming_travel_time": [
|
||||||
"nil"
|
"0",
|
||||||
],
|
"0",
|
||||||
"filament_overhang_1_4_speed": [
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0",
|
||||||
"0",
|
"0"
|
||||||
"0"
|
],
|
||||||
],
|
"filament_retraction_distances_when_cut": [
|
||||||
"filament_overhang_2_4_speed": [
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50",
|
"10",
|
||||||
"50"
|
"10",
|
||||||
],
|
"10"
|
||||||
"filament_overhang_3_4_speed": [
|
],
|
||||||
"30",
|
"filament_retraction_length": [
|
||||||
"30",
|
"0.4",
|
||||||
"30",
|
"nil",
|
||||||
"30"
|
"0.4",
|
||||||
],
|
"nil",
|
||||||
"filament_overhang_4_4_speed": [
|
"nil",
|
||||||
"10",
|
"nil"
|
||||||
"10",
|
],
|
||||||
"10",
|
"filament_tower_interface_print_temp": [
|
||||||
"10"
|
"270"
|
||||||
],
|
],
|
||||||
"filament_overhang_totally_speed": [
|
"filament_wipe": [
|
||||||
"10",
|
"1",
|
||||||
"10",
|
"nil",
|
||||||
"10",
|
"1",
|
||||||
"10"
|
"1",
|
||||||
],
|
"nil",
|
||||||
"filament_bridge_speed": [
|
"1"
|
||||||
"25",
|
],
|
||||||
"25",
|
"filament_wipe_distance": [
|
||||||
"25",
|
"1",
|
||||||
"25"
|
"nil",
|
||||||
],
|
"1",
|
||||||
"filament_pre_cooling_temperature": [
|
"1",
|
||||||
"0",
|
"nil",
|
||||||
"0",
|
"1"
|
||||||
"0",
|
],
|
||||||
"0"
|
"filament_z_hop_types": [
|
||||||
],
|
"Spiral Lift",
|
||||||
"filament_pre_cooling_temperature_nc": [
|
"nil",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"Spiral Lift",
|
||||||
"0",
|
"nil",
|
||||||
"0"
|
"Spiral Lift"
|
||||||
],
|
],
|
||||||
"filament_ramming_travel_time_nc": [
|
"hole_coef_2": [
|
||||||
"0",
|
"0.0013"
|
||||||
"0",
|
],
|
||||||
"0",
|
"hole_coef_3": [
|
||||||
"0"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_retract_length_nc": [
|
"hole_limit_max": [
|
||||||
"14",
|
"0.1586"
|
||||||
"14",
|
],
|
||||||
"14",
|
"hole_limit_min": [
|
||||||
"14"
|
"0.1261"
|
||||||
],
|
],
|
||||||
"filament_ramming_volumetric_speed": [
|
"include": [
|
||||||
"-1",
|
"fdm_filament_template_direct_bowden_e3d"
|
||||||
"-1",
|
],
|
||||||
"-1",
|
"nozzle_temperature": [
|
||||||
"-1"
|
"270",
|
||||||
],
|
"270",
|
||||||
"filament_ramming_volumetric_speed_nc": [
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270",
|
||||||
"-1",
|
"270"
|
||||||
"-1"
|
],
|
||||||
],
|
"nozzle_temperature_initial_layer": [
|
||||||
"filament_retract_before_wipe": [
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil",
|
"270",
|
||||||
"nil"
|
"270",
|
||||||
],
|
"270"
|
||||||
"filament_retract_restart_extra": [
|
],
|
||||||
"nil",
|
"retraction_distances_when_ec": [
|
||||||
"nil",
|
"3",
|
||||||
"nil",
|
"3",
|
||||||
"nil"
|
"3",
|
||||||
],
|
"4",
|
||||||
"filament_retract_when_changing_layer": [
|
"4",
|
||||||
"nil",
|
"4"
|
||||||
"nil",
|
],
|
||||||
"nil",
|
"slow_down_min_speed": [
|
||||||
"nil"
|
"20",
|
||||||
],
|
"20",
|
||||||
"filament_retraction_distances_when_cut": [
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10",
|
"20",
|
||||||
"10",
|
"20"
|
||||||
"10"
|
],
|
||||||
],
|
"compatible_printers": [
|
||||||
"filament_retraction_length": [
|
"Bambu Lab X2D 0.6 nozzle"
|
||||||
"0.4",
|
],
|
||||||
"nil",
|
"filament_start_gcode": [
|
||||||
"nil",
|
"; filament start gcode\n"
|
||||||
"nil"
|
]
|
||||||
],
|
|
||||||
"filament_retraction_minimum_travel": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_retraction_speed": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_wipe_distance": [
|
|
||||||
"1",
|
|
||||||
"nil",
|
|
||||||
"1",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop": [
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"filament_z_hop_types": [
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil",
|
|
||||||
"Spiral Lift",
|
|
||||||
"nil"
|
|
||||||
],
|
|
||||||
"long_retractions_when_ec": [
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1",
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"override_process_overhang_speed": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_distances_when_ec": [
|
|
||||||
"3",
|
|
||||||
"3",
|
|
||||||
"4",
|
|
||||||
"4"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20",
|
|
||||||
"20"
|
|
||||||
],
|
|
||||||
"volumetric_speed_coefficients": [
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0",
|
|
||||||
"0 0 0 0 0 0"
|
|
||||||
],
|
|
||||||
"chamber_temperatures": [
|
|
||||||
"65"
|
|
||||||
],
|
|
||||||
"counter_coef_2": [
|
|
||||||
"0.0094"
|
|
||||||
],
|
|
||||||
"counter_coef_3": [
|
|
||||||
"-0.0092"
|
|
||||||
],
|
|
||||||
"counter_limit_max": [
|
|
||||||
"0.2258"
|
|
||||||
],
|
|
||||||
"counter_limit_min": [
|
|
||||||
"-0.0092"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"25"
|
|
||||||
],
|
|
||||||
"filament_extruder_compatibility": [
|
|
||||||
"24"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95",
|
|
||||||
"0.95"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"18",
|
|
||||||
"35",
|
|
||||||
"18",
|
|
||||||
"18"
|
|
||||||
],
|
|
||||||
"filament_ramming_travel_time": [
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"filament_tower_interface_print_temp": [
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"hole_coef_2": [
|
|
||||||
"0.0013"
|
|
||||||
],
|
|
||||||
"hole_coef_3": [
|
|
||||||
"0.1261"
|
|
||||||
],
|
|
||||||
"hole_limit_max": [
|
|
||||||
"0.1586"
|
|
||||||
],
|
|
||||||
"hole_limit_min": [
|
|
||||||
"0.1261"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270",
|
|
||||||
"270"
|
|
||||||
],
|
|
||||||
"compatible_printers": [
|
|
||||||
"Bambu Lab X2D 0.6 nozzle",
|
|
||||||
"Bambu Lab X2D 0.8 nozzle"
|
|
||||||
],
|
|
||||||
"filament_start_gcode": [
|
|
||||||
"; filament start gcode\n"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,57 +1,54 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA @base",
|
"name": "Bambu ASA @base",
|
||||||
"inherits": "fdm_filament_asa",
|
"inherits": "fdm_filament_asa",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"filament_id": "OFfBpSRI",
|
"filament_id": "OFfBpSRI",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
|
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
|
||||||
"eng_plate_temp": [
|
"eng_plate_temp": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"eng_plate_temp_initial_layer": [
|
"eng_plate_temp_initial_layer": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"35"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_cost": [
|
"filament_cost": [
|
||||||
"31.99"
|
"26.99"
|
||||||
],
|
],
|
||||||
"filament_density": [
|
"filament_density": [
|
||||||
"1.05"
|
"1.05"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.95"
|
"0.95"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"18"
|
"18"
|
||||||
],
|
],
|
||||||
"filament_vendor": [
|
"filament_vendor": [
|
||||||
"Bambu Lab"
|
"Bambu Lab"
|
||||||
],
|
],
|
||||||
"hot_plate_temp": [
|
"hot_plate_temp": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"hot_plate_temp_initial_layer": [
|
"hot_plate_temp_initial_layer": [
|
||||||
"100"
|
"100"
|
||||||
],
|
],
|
||||||
"impact_strength_z": [
|
"nozzle_temperature": [
|
||||||
"4.9"
|
"270"
|
||||||
],
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature_initial_layer": [
|
||||||
"270"
|
"270"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_initial_layer": [
|
"slow_down_layer_time": [
|
||||||
"270"
|
"12"
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"textured_plate_temp": [
|
||||||
"12"
|
"100"
|
||||||
],
|
],
|
||||||
"textured_plate_temp": [
|
"textured_plate_temp_initial_layer": [
|
||||||
"100"
|
"100"
|
||||||
],
|
]
|
||||||
"textured_plate_temp_initial_layer": [
|
}
|
||||||
"100"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Bambu ASA-Aero @BBL A1",
|
"name": "Bambu ASA-Aero @BBL A1",
|
||||||
"inherits": "Bambu ASA-Aero @base",
|
"inherits": "Bambu ASA-Aero @base",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"setting_id": "GFSB02_02",
|
"setting_id": "GFSB02_02",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Bambu Lab A1 0.4 nozzle",
|
"Bambu Lab A1 0.4 nozzle",
|
||||||
"Bambu Lab A1 0.6 nozzle",
|
"Bambu Lab A1 0.6 nozzle",
|
||||||
"Bambu Lab A1 0.8 nozzle"
|
"Bambu Lab A1 0.8 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||