Skip to content

Instantly share code, notes, and snippets.

View cow77's full-sized avatar

Co de Waal cow77

  • Maren-Kessel, The Netherlands
View GitHub Profile
@cow77
cow77 / Anet+A6_settings.inst.cfg
Created November 22, 2018 12:58 — forked from maciekish/Anet+A6_settings.inst.cfg
Anet A6 profile for Cura 3.5. Start Cura once, create a custom printer called "Anet A6" without changing any of the settings and close Cura. Save and overwrite both files in "AppData\Roaming\cura\3.1\definition_changes" and start Cura again.
[general]
version = 4
name = Anet A6_settings
definition = custom
[metadata]
setting_version = 5
type = definition_changes
[values]
@cow77
cow77 / OTATest.ino
Last active August 29, 2015 14:25 — forked from igrr/OTATest.ino
ESP8266 Arduino OTA example v1
#include <ESP8266WiFi.h>
#include <WiFiUDP.h>
const char* ssid = "..........";
const char* password = "...........";
WiFiUDP listener;
void setup() {
Serial.begin(115200);