Skip to content

Instantly share code, notes, and snippets.

View mrwm's full-sized avatar

William Chung mrwm

View GitHub Profile
@mrwm
mrwm / index.html
Created February 10, 2021 20:48
Art103 template html for google docs embeds
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<meta name="description" content="The description">
<meta name="author" content="Author">
<meta name="viewport" content="width=device-width, initial-scale=1">
@mrwm
mrwm / Configuration.h.diff
Last active December 31, 2022 22:26
Configuration changes for marlin 2.1.1 to 2.1.2 (2.1.1 < - > 2.1.2)
40c40
< #define CONFIGURATION_H_VERSION 02010100
---
> #define CONFIGURATION_H_VERSION 02010200
141c141
< #define CUSTOM_MACHINE_NAME "ToasterPop"
---
> #define CUSTOM_MACHINE_NAME "RoomHeater"
146a147,148
> // @section stepper drivers
[
{
"switchMount": "cherry",
"switchBrand": "gateron",
"plate": false,
"pcb": true
},
[
{
"y": 1.5,