mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Changed filament_name to filament_type[0] for Elegoo Centauri Carbon 2 (#13012)
* Update 0.20mm Standard @Elegoo CC2 0.4 nozzle.json Changed filament_name to filament_type[0] * Update 0.40mm Standard @Elegoo CC2 0.8 nozzle.json Changed filament_name to filament_type[0] --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
|
||||
"min_width_top_surface": "50%",
|
||||
"enable_prime_tower": "1",
|
||||
"compatible_printers": [
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"setting_id": "PECC208040",
|
||||
"instantiation": "true",
|
||||
"sparse_infill_pattern": "zig-zag",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode",
|
||||
"min_width_top_surface": "50%",
|
||||
"enable_prime_tower": "1",
|
||||
"compatible_printers": [
|
||||
|
||||
Reference in New Issue
Block a user