Skip to content

Instantly share code, notes, and snippets.

2019-03-01 10:21:46,322 - Connecting to: /dev/ttyUSB0
2019-03-01 10:21:46,355 - Changing monitoring state from "Offline" to "Opening serial port"
2019-03-01 10:21:46,373 - Connected to: Serial<id=0x71a3b090, open=True>(port='/dev/ttyUSB0', baudrate=250000, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
2019-03-01 10:21:46,379 - Changing monitoring state from "Opening serial port" to "Connecting"
2019-03-01 10:21:46,389 - Send: N0 M110 N0*125
2019-03-01 10:21:47,308 - Recv: start
2019-03-01 10:21:47,310 - Recv: echo: External Reset
2019-03-01 10:21:47,312 - Recv: Marlin 1.1.8
2019-03-01 10:21:47,313 - Send: N0 M110 N0*125
2019-03-01 10:21:47,339 - Recv:
@WolfgangFahl
WolfgangFahl / octoprint.log
Created February 26, 2019 08:10
octoprint.log for Issue 3063
2019-02-25 14:42:31,564 - octoprint.startup - INFO - ******************************************************************************
2019-02-25 14:42:31,566 - octoprint.startup - INFO - Starting OctoPrint 1.3.10
2019-02-25 14:42:31,567 - octoprint.startup - INFO - ******************************************************************************
2019-02-25 14:42:31,627 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online
2019-02-25 14:42:31,808 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any)
2019-02-25 14:42:31,853 - octoprint.plugin.core - INFO - Loading plugins from /home/wf/source/python/OctoPrint/venv/lib/python2.7/site-packages/OctoPrint-1.3.10-py2.7.egg/octoprint/plugins, /home/wf/.octoprint/plugins and installed plugin packages...
2019-02-25 14:42:34,624 - octoprint.plugins.discovery - INFO - pybonjour is not installed, Zeroconf Discovery won't be available
2019-02-25 14:42:34,642 - octoprint.plugin.core - INF
<!DOCTYPE html>
<!--
see also https://stackoverflow.com/questions/54151068/d3-multiple-different-graticules
-->
<html>
<head>
<meta http-equiv="content-type"
content="application/xhtml+xml; charset=utf-8"/>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/d3-geo-projection.v1.min.js"></script>
@WolfgangFahl
WolfgangFahl / bashit
Last active December 27, 2018 06:44
jhipster docker helper scripts
#!/bin/bash
# see http://wiki.bitplan.com/index.php/JHipster for description
# WF 2018-12-26
# run a bash shell in the jhipster docker image
docker exec -it jhipster /bin/bash
@WolfgangFahl
WolfgangFahl / upgrade
Last active May 16, 2021 08:51
Nextcloud upgrade script
#!/bin/bash
# WF 2017-12-28
# automates upgrade procedure for nextcloud
#
# see
# http://wiki.bitplan.com/index.php/Nextcloud
# for details
#
# see
# https://intux.de/2016/08/upgrade-nextcloud-9-0-50-10-0-0/