This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"$id": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/service-schema.json", | |
"$comment": "v1.206.0", | |
"title": "Pipeline schema", | |
"description": "A pipeline definition", | |
"oneOf": [ | |
{ | |
"$ref": "#/definitions/pipeline" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
M400 ; wait for moves to finish | |
M104 S0 ; hotend off | |
M107 ; fans off | |
G91 ; relative positioning | |
G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure | |
G1 Z+20 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more | |
M117 Cooling please wait ; progress indicator message | |
G90 ; absolute positioning | |
G1 Y0 F3000 ; move to cooling position |