This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
name: cs-energy-monitor | |
friendly_name: CS Energy Monitor | |
esp32: | |
board: esp32dev | |
framework: | |
type: arduino | |
# NONE, ERROR, WARN, INFO, DEBUG (default), VERBOSE, VERY_VERBOSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.SRCINFO b/.SRCINFO | |
index 7766641..a5e5e6f 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,6 +1,6 @@ | |
pkgbase = openixcard | |
pkgdesc = Open Source Version of Allwinner PhoenixCard on Linux | |
- pkgver = 1.1.0 | |
+ pkgver = 1.1.8 | |
pkgrel = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Min angle. OpenSCAD default is 12. | |
$fa = 6; | |
// Min face size. OpenSCAD default is 2. | |
$fs = 0.5; | |
module test_minkowski() { | |
minkowski() { | |
cube([30, 30, 30], center=true); | |
sphere(5); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generated by Slic3r Prusa Edition 1.41.2 on 2019-03-07 at 21:16:21 | |
avoid_crossing_perimeters = 0 | |
bed_shape = 0x0,250x0,250x210,0x210 | |
bed_temperature = 90 | |
before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n | |
between_objects_gcode = | |
bottom_solid_layers = 5 | |
bridge_acceleration = 1000 | |
bridge_angle = 0 | |
bridge_fan_speed = 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Slic3r/xs/src/libslic3r/GCodeSender.hpp.orig 2019-01-18 14:44:59.937080503 -0600 | |
--- Slic3r/xs/src/libslic3r/GCodeSender.hpp 2019-01-18 14:51:05.906064638 -0600 | |
*************** | |
*** 8,13 **** | |
--- 8,14 ---- | |
#include <boost/asio.hpp> | |
#include <boost/bind.hpp> | |
#include <boost/thread.hpp> | |
+ #include <boost/core/noncopyable.hpp> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/#:1 This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m. | |
packed_core.js?c5b5a5d4:11119 Starting dependency resolution... | |
packed_core.js?c5b5a5d4:11220 ... dependency resolution done | |
packed_core.js?c5b5a5d4:11478 Initial application setup done, connecting to server... | |
packed_libs.js?d8971830:23443 WebSocket connection to 'ws://bns-daedalus.berocs.com/sockjs/080/p13myh2u/websocket' failed: Error during WebSocket handshake: Unexpected response code: 400 | |
WebSocketBrowserDriver @ packed_libs.js?d8971830:23443 | |
WebSocketTransport @ packed_libs.js?d8971830:24718 | |
SockJS._connect @ packed_libs.js?d8971830:22592 | |
SockJS._receiveInfo @ packed_libs.js?d8971830:22566 | |
g @ packed_libs.js?d8971830:21830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-10-19 01:42:27,122 - octoprint.server - INFO - --- Log roll over detected --------------------------------------------------- | |
2017-10-19 01:42:27,123 - octoprint.server - INFO - OctoPrint 1.3.5.post0.dev0+g77753ca0 (master branch) | |
2017-10-19 01:42:27,125 - octoprint.plugin.core - INFO - 9 plugin(s) registered with the system: | |
| Announcement Plugin (bundled) = /home/berocs/OctoPrint/src/octoprint/plugins/announcements | |
| Core Wizard (bundled) = /home/berocs/OctoPrint/src/octoprint/plugins/corewizard | |
| !CuraEngine (<= 15.04) (bundled) = /home/berocs/OctoPrint/src/octoprint/plugins/cura | |
| Discovery (bundled) = /home/berocs/OctoPrint/src/octoprint/plugins/discovery | |
| Plugin Manager (bundled) = /home/berocs/OctoPrint/src/octoprint/plugins/pluginmanager | |
| Printer Stats (1.0.0) = /home/berocs/OctoPrint/venv/lib/python2.7/site-packages/octoprint_stats | |
| Software Update (bundled) = /home/berocs/OctoPrint/src/octoprint/plugins/softwareupdate |