mirror of
https://github.com/Santoku-Slicer/Profiles.git
synced 2026-07-05 16:59:08 +00:00
6 lines
1002 B
INI
6 lines
1002 B
INI
[printer:*AQD*]
|
|
inherits = *AQI*
|
|
printer_notes = Don't 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_TRILAB\nPRINTER_FAMILY_AQ\nPRINTER_MODEL_AQD
|
|
start_gcode = ; START_GCODE\nT0\nM220 S100 ; Set feedmultiply back to 100 percent\n\nG90 ; Absolute positioning for motion\nM83 ; Relative extruder\nM107 ; Layer fan off\n\nG28 ; Home all axes\n\nM140 S[first_layer_bed_temperature] ; Set bed temperature\nM104 S{if filament_type[0]=~/(ABS)?(ABST)?(PC)?(PCABS)?(PA)?(PACF)?(PAGF)?/}180{else}150{endif} ; Set hotend material specific probing temperature\n[start_filament_gcode]\nM190 ; Wait for bed temperature\nM109 ; Wait for hotend probing temperature\n\nG32 ; Probe Z and calculate Z plane\nG29 ; Mesh bed probe\n\nM104 S[first_layer_temperature] ; Set hotend printing temperature\n\nG1009 ; Purge hotend\nG92 E0 ; Zero extruder
|
|
|