Skip to content

Instantly share code, notes, and snippets.

View thinkyhead's full-sized avatar
🤓
Squashing Marlin bugs.

Scott Lahteine thinkyhead

🤓
Squashing Marlin bugs.
View GitHub Profile
@fieldOfView
fieldOfView / custom_belt_printer.def.json
Created July 26, 2018 12:55
A definition for a custom belt-style printer, to be used with BlackBelt Cura 3.4.2
{
"version": 2,
"name": "Custom belt-printer",
"inherits": "beltprinter",
"metadata": {
"visible": true,
"author": "fieldOfView",
"manufacturer": "Custom",
"category": "Custom",
"file_formats": "text/x-gcode",
@panupan
panupan / respondersview.h
Created September 28, 2011 17:51
NSViewController responder chain integration
//
// RespondersView.h
// RespondersView
//
// Created by Panupan Sriautharawong on 9/13/11.
// Copyright 2011 Panupan.com. All rights reserved.
//
#import <Cocoa/Cocoa.h>