Files
2026-03-19 01:54:47 +00:00

28 lines
1.4 KiB
INI

[printer:*MultiExtruderPrinter*]
# Presets for Multi-Extruder printers
inherits = *common*
deretract_speed = 30,30,30
extruder_offset = 0x0,0x0,0x0
max_layer_height = 0.3,0.3
min_layer_height = 0.05,0.05
printer_notes = Do not remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_Geeetech\nPRINTER_MODEL_MizarT&A10T&A20T&A30T
retract_before_travel = 3,3,3
retract_before_wipe = 15%,15%,15%
retract_layer_change = 0,0,0
retract_length = 6,6,6
retract_length_toolchange = 0,0,0
retract_lift = 0,0,0
retract_restart_extra = 0,0,0
retract_restart_extra_toolchange = 0,0,0
retract_speed = 35,35,35
use_relative_e_distances = 1
wipe = 0,0,0
z_offset = 0
default_print_profile = 0.20 mm NORMAL @Multi-extruder
default_filament_profile = Generic PLA @Geeetech
# Intended for printers where the Z-axis lowers the print bed during printing, like the GTC10 series
#[printer:*descendingz*]
#end_gcode = {if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F600{endif} ; Move print bed down\nG1 X50 Y50 F{travel_speed*60} ; move print head out of the way\n{if max_layer_z < max_print_height-10}G1 Z{z_offset+max_print_height-10} F600{endif} ; Move print bed close to the bottom\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors