mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-16 17:16:46 +08:00
Removed invalid keys from print settings.
This commit is contained in:
parent
b27bf1815c
commit
30fb77b8d4
@ -1197,24 +1197,18 @@ print_settings_id =
|
|||||||
# Common print preset
|
# Common print preset
|
||||||
[print:*common predator 0.4 nozzle*]
|
[print:*common predator 0.4 nozzle*]
|
||||||
inherits = *common predator*
|
inherits = *common predator*
|
||||||
printer_variant = 0.4
|
|
||||||
nozzle_diameter = 0.4
|
|
||||||
first_layer_height = 0.16
|
first_layer_height = 0.16
|
||||||
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANYCUBIC.*/ and printer_notes=~/.*PRINTER_MODEL_PREDATOR.*/ and printer_notes=~/.*PRINTER_HAS_BOWDEN.*/ and nozzle_diameter[0]==0.4
|
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANYCUBIC.*/ and printer_notes=~/.*PRINTER_MODEL_PREDATOR.*/ and printer_notes=~/.*PRINTER_HAS_BOWDEN.*/ and nozzle_diameter[0]==0.4
|
||||||
|
|
||||||
# Common print preset
|
# Common print preset
|
||||||
[print:*common predator 0.6 nozzle*]
|
[print:*common predator 0.6 nozzle*]
|
||||||
inherits = *common predator*
|
inherits = *common predator*
|
||||||
printer_variant = 0.6
|
|
||||||
nozzle_diameter = 0.6
|
|
||||||
first_layer_height = 0.24
|
first_layer_height = 0.24
|
||||||
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANYCUBIC.*/ and printer_notes=~/.*PRINTER_MODEL_PREDATOR.*/ and printer_notes=~/.*PRINTER_HAS_BOWDEN.*/ and nozzle_diameter[0]==0.6
|
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANYCUBIC.*/ and printer_notes=~/.*PRINTER_MODEL_PREDATOR.*/ and printer_notes=~/.*PRINTER_HAS_BOWDEN.*/ and nozzle_diameter[0]==0.6
|
||||||
|
|
||||||
# Common print preset
|
# Common print preset
|
||||||
[print:*common predator 0.8 nozzle*]
|
[print:*common predator 0.8 nozzle*]
|
||||||
inherits = *common predator*
|
inherits = *common predator*
|
||||||
printer_variant = 0.8
|
|
||||||
nozzle_diameter = 0.8
|
|
||||||
first_layer_height = 0.32
|
first_layer_height = 0.32
|
||||||
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANYCUBIC.*/ and printer_notes=~/.*PRINTER_MODEL_PREDATOR.*/ and printer_notes=~/.*PRINTER_HAS_BOWDEN.*/ and nozzle_diameter[0]==0.8
|
compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_ANYCUBIC.*/ and printer_notes=~/.*PRINTER_MODEL_PREDATOR.*/ and printer_notes=~/.*PRINTER_HAS_BOWDEN.*/ and nozzle_diameter[0]==0.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user