Skip to content

Instantly share code, notes, and snippets.

Cranberry-Apple Dump Cake Recipe
PREP TIME COOK TIME SERVES
10 minutes 50 minutes to 55 minutes 6 to 8
INGREDIENTS
FOR THE CAKE:
* 2 (14-ounce) cans whole berry cranberry sauce
# This file contains common pin mappings for the BIGTREETECH SKR mini
# E3 v2.0. To use this config, the firmware should be compiled for the
# STM32F103 with a "28KiB bootloader" and USB communication. Also,
# select "Enable extra low-level configuration options" and configure
# "GPIO pins to set at micro-controller startup" to "!PA14".
# The "make flash" command does not work on the SKR mini E3. Instead,
# after running "make", copy the generated "out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the SKR
# mini E3 with that SD card.
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioning
G1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
blueprint:
name: "HASP p[x].b[y] displays the month + date with a smaller calendar icon"
description: |
# Description
A HASP button displays month + date on the right with a calendar icon on the left.
![Preview](https://github.com/aderusha/HASwitchPlate/raw/master/Documentation/Images/hasp_Display_Calendar_with_Icon.png?raw=true)
server {
listen 8080;
access_log off;
location /api {
api;
}
location = /dashboard.html {
root /usr/share/nginx/html;
}
server {
listen 8080;
server_name _;
access_log off;
location /api {
api write=off;
}
location = /dashboard.html {
root /usr/share/nginx/html;
}
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
subrequest_output_buffer_size 32k;
#
# API definition
#
location /api/f1 {
limit_except GET {}
set $upstream f1_ergast;
rewrite ^ /_f1 last;
}
# Policy section
FROM centos:centos7
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV NGINX_PLUS_VERSION 19-1~stretch
ARG IC_VERSION
# Download certificate and key from the customer portal (https://cs.nginx.com)
# and copy to the build context
COPY nginx-repo.crt /etc/ssl/nginx/
#!/bin/bash
sed -i 's/\(.*keyval_zone.*\);/\1 sync;/g' nginx-config.yaml
sed -i 's/\(^data:.*\)/\1 \n stream-snippets:\n \
resolver kube-dns.kube-system.svc.cluster.local valid=5s;\n\n \
server {\n listen 0.0.0.0:12345;\n zone_sync;\n \
zone_sync_server nginx-ingress-headless.nginx-ingress.svc.cluster.local:12345 resolve;\n }\n/g' \
nginx-config.yaml