Skip to content

Instantly share code, notes, and snippets.

View veepee78's full-sized avatar

Veli-Pekka Kuisma veepee78

View GitHub Profile
@mfrederickson
mfrederickson / end.gcode
Last active August 1, 2024 14:03
anet a8 start/end gcode
M104 S0 ; turn off extruder
M140 S0 ; turn off heatbed
M107 ; turn off fan
G91 ; relative positioning
G1 Z25 ; raise head 25mm
G90 ; back to absolute positioning
G1 X0 Y220; home X axis and push Y forward
M84 ; disable motors
@veepee78
veepee78 / ytk.user.js
Last active September 18, 2015 09:17
ytk työtön, työtön, työtön ... ilmoituslomakkeen automaattivalinta
// ==UserScript==
// @name ytk
// @namespace ytk
// @include https://*.ytk.fi/LomakeApp/*
// @version 1
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
// ==/UserScript==
jQuery(document).ready(function () {