- Build rhsrvany using a windows toolchain like i686-w64-mingw32, and put the resulting
rhsrvany.exe
andpnp_wait.exe
in/usr/share/virt-tools
(or see https://salsa.debian.org/rpavlik/rhsrvany for a debian package of it)git clone https://github.com/rwmjones/rhsrvany.git
cd rhsrvany
autoreconf -i -f
./configure --host=i686-w64-mingw32
make
sudo mkdir -p /usr/share/virt-tools
The main links here are youtube links. where they have web pages, I've added that link at the end.
These are roughly in the order I'd suggest checking for 3D printer reviews. As such, they're not in complete preference order: some of these folks do great stuff but very few printer reviews themselves. They're all worth a follow.
- Angus - Maker's Muse - A tough but fair reviewer. Probably my most trusted 3d printer reviewer. homepage
- Naomi Wu - sexycyborg - Maker who lives in Shenzhen, sponsored by local 3D printer company Creality recently but still a tough, critical reviewer. Big ally of open-source and open-source hardware, and big customer advocate - she was giving Creality plenty of feedback from herself and the community, and which is a substantial part of why the Ender 3 is so well-liked: she hounded them till they did things right.
- [Joel Telling - 3D printing nerd](http
Upstream of vcglib is not as quick on reviews, so I've merged some things that look pretty safe (or important) into master on my fork: https://github.com/rpavlik/vcglib
- #24 Collada importer fixes cnr-isti-vclab/vcglib#24
- #34 Support face types without normals in AdvancingFront cnr-isti-vclab/vcglib#34
- #35 Ubsan fix for refine_loop.h cnr-isti-vclab/vcglib#35
- #51 Small fixes (rebased: cnr-isti-vclab/vcglib#69 )
- #52 fix DeletePerEdgeAttribute deleting wrong container cnr-isti-vclab/vcglib#52
- #64 Fix missing virtual destructor warnings cnr-isti-vclab/vcglib#64
These are my personal notes on how to handle Debian packaging best locally. Naturally they aren't authoritative, and I may have "missed a memo" - if so, let me know!
- New package
git init
gbp import-orig
...debmake
- Clean up and edit
cme edit dpkg
- see
<?xml version="1.0"?> | |
<opencv_storage> | |
<calibration_time>"Thu 07 Nov 2019 05:21:22 PM CST"</calibration_time> | |
<nr_of_frames>25</nr_of_frames> | |
<image_width>1600</image_width> | |
<image_height>1200</image_height> | |
<board_width>9</board_width> | |
<board_height>6</board_height> | |
<square_size>1.6210000030696392e-03</square_size> | |
<fix_aspect_ratio>1.</fix_aspect_ratio> |
//----------------------------------------------------------------------------- | |
// Helpers for iteration. | |
//----------------------------------------------------------------------------- | |
#ifndef SOLVESPACE_ITERATION_H | |
#define SOLVESPACE_ITERATION_H | |
#include "solvespace.h" | |
namespace SolveSpace { |
These are not exactly the released versions: I pre-processed them slightly to reduce diff noise,
then ran the spec sources through
https://github.com/asciidoctor/asciidoctor-extensions-lab/blob/master/scripts/asciidoc-coalescer.rb
to produce a single adoc file for each spec version.
I then used git diff --patience
on the combined adoc file and the XML registry.
As an obligatory note, these diffs aren't an official product of the working group, and they are not normative.
As diffs of the spec components, they carry the same license as those spec components.
# Make sure you have i2c-dev loaded and set up for whatever interface you're using | |
# This is the right one for the default rpi interface. | |
cd /sys/class/i2c-adapter/i2c-1/ | |
# Instantiate a new device at runtime | |
# use the right generic chip name (24cSOMETHING) - don't screw this up! see | |
# table at https://elixir.bootlin.com/linux/v4.14.18/source/drivers/misc/eeprom/at24.c#L136 | |
# description further up at https://elixir.bootlin.com/linux/v4.14.18/source/drivers/misc/eeprom/at24.c#L30 | |
# and info about what this command actually does at | |
# https://elixir.bootlin.com/linux/v4.14.18/source/Documentation/i2c/instantiating-devices#L207 | |
echo 24c16 0x50 | sudo tee new_device |
#!/bin/sh | |
# for instance, for fixing/removing a botched locally-build kernel. | |
dpkg -l|grep "bpo9+1.1" | sed -r 's/ii\s+(\S+).*/\1=4.14.13-1~bpo9+1/' | xargs echo |
{ | |
"id": "makerbot_rep2x_1st", | |
"version": 2, | |
"name": "Rep2X Right Extruder", | |
"inherits": "fdmextruder", | |
"metadata": { | |
"machine": "makerbot_replicator_2x", | |
"position": "0" | |
}, |