Merge pull request #5104 from Tillverka3d/master

Fix predator output filaname format, infill overlap, and retraction length
This commit is contained in:
rtyr 2020-11-09 11:39:39 +01:00 committed by GitHub
commit 71593a487f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1169,7 +1169,6 @@ wipe_tower_width = 60
wipe_tower_rotation_angle = 0
wipe_tower_bridging = 10
interface_shells = 0
infill_overlap = 25%
bridge_flow_ratio = 0.8
resolution = 0
xy_size_compensation = 0
@ -1179,7 +1178,7 @@ complete_objects = 0
extruder_clearance_radius = 45
extruder_clearance_height = 25
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 =
notes =
max_volumetric_extrusion_rate_slope_negative = 0
@ -1190,18 +1189,21 @@ print_settings_id =
[print:*common predator 0.4 nozzle*]
inherits = *common predator*
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
# Common print preset
[print:*common predator 0.6 nozzle*]
inherits = *common predator*
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
# Common print preset
[print:*common predator 0.8 nozzle*]
inherits = *common predator*
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
# Common print preset