Skip to content

Instantly share code, notes, and snippets.

"""
Tool to convert jpegs to and from editable hex files
Developed as part of effort to support LightsailA
See
http://swag.outpostbbs.net/GRAPHICS/0143.PAS.html
for information on the jpeg format
@dmopalmer
dmopalmer / backplate_1_25_v2.stl
Created June 25, 2016 16:39
Pipiece for camera module 2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"id": "rostock-mini",
"version": 1,
"name": "Delta Rostock mini",
"author": "onitake",
"manufacturer": "Other",
"file_formats": "text/x-gcode",
"inherits": "fdmprinter.json",
"machine_settings": {
"machine_width": { "default": 160 },
{
"id": "rostock-maxV3",
"version": 2,
"name": "Rostock Max v3",
"inherits": "fdmprinter",
"metadata": {
"type": "machine",
"visible": true,
"author": "dmpalmer",
"manufacturer": "SeeMeCNC",
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from .avr_isp import stk500v2, ispBase, intelHex
import serial
import threading
import time
import queue
import re
import functools