Skip to content

Instantly share code, notes, and snippets.

@Cadiac
Cadiac / schema.json
Created March 23, 2023 14:19
Azure pipelines schema with TerraformInstaller@1 extension task
This file has been truncated, but you can view the full file.
{
"$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"
},
@Cadiac
Cadiac / end.gcode
Created August 11, 2017 06:50
Lulzbot Taz 6 end/start gcode
;
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