Fix predator output filaname format and infill overlap
This commit is contained in:
parent
8448d1a1dc
commit
c518ec8abd
@ -1169,7 +1169,6 @@ wipe_tower_width = 60
|
|||||||
wipe_tower_rotation_angle = 0
|
wipe_tower_rotation_angle = 0
|
||||||
wipe_tower_bridging = 10
|
wipe_tower_bridging = 10
|
||||||
interface_shells = 0
|
interface_shells = 0
|
||||||
infill_overlap = 25%
|
|
||||||
bridge_flow_ratio = 0.8
|
bridge_flow_ratio = 0.8
|
||||||
resolution = 0
|
resolution = 0
|
||||||
xy_size_compensation = 0
|
xy_size_compensation = 0
|
||||||
@ -1179,7 +1178,7 @@ complete_objects = 0
|
|||||||
extruder_clearance_radius = 45
|
extruder_clearance_radius = 45
|
||||||
extruder_clearance_height = 25
|
extruder_clearance_height = 25
|
||||||
gcode_comments = 0
|
gcode_comments = 0
|
||||||
output_filename_format = {input_filename_base}_{print_preset}_{filament_type[0]}_{printer_model}_{print_time}.gcode
|
output_filename_format = {input_filename_base}.gcode
|
||||||
post_process =
|
post_process =
|
||||||
notes =
|
notes =
|
||||||
max_volumetric_extrusion_rate_slope_negative = 0
|
max_volumetric_extrusion_rate_slope_negative = 0
|
||||||
@ -1190,18 +1189,21 @@ print_settings_id =
|
|||||||
[print:*common predator 0.4 nozzle*]
|
[print:*common predator 0.4 nozzle*]
|
||||||
inherits = *common predator*
|
inherits = *common predator*
|
||||||
first_layer_height = 0.16
|
first_layer_height = 0.16
|
||||||
|
infill_overlap = 25%
|
||||||
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*
|
||||||
first_layer_height = 0.24
|
first_layer_height = 0.24
|
||||||
|
infill_overlap = 27%
|
||||||
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*
|
||||||
first_layer_height = 0.32
|
first_layer_height = 0.32
|
||||||
|
infill_overlap = 30%
|
||||||
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
|
||||||
|
|
||||||
# Common print preset
|
# Common print preset
|
||||||
|
Loading…
Reference in New Issue
Block a user