| preferred | disliked | npc type | relationships |
|---|
[Desert | Snow ] ArmsDealer : loves Nurse, likes Steampunker, dislikes Golfer, hates Demolitionist [Desert | Forest ] DyeTrader : likes ArmsDealer, likes Painter, dislikes Steampunker, hates Pirate
| --- | |
| # Source: cilium/templates/cilium-secrets-namespace.yaml | |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: "cilium-secrets" | |
| --- | |
| # Source: cilium/templates/cilium-agent/serviceaccount.yaml | |
| apiVersion: v1 | |
| kind: ServiceAccount |
| /* | |
| * watch_unix_socket.stp | |
| * | |
| * This is a simply more modern version of the script found here: | |
| * https://sourceware.org/systemtap/wiki/WSunixSockets | |
| * | |
| * The first argument is the location of the file descriptor for a UNIX socket. | |
| * To find this address, for example, for the Docker socket run: | |
| * | |
| * # lsof 2>&1 | awk '/docker.sock/ {print $7}' | grep -v '0t0' | sort -u |
| preferred | disliked | npc type | relationships |
|---|
[Desert | Snow ] ArmsDealer : loves Nurse, likes Steampunker, dislikes Golfer, hates Demolitionist [Desert | Forest ] DyeTrader : likes ArmsDealer, likes Painter, dislikes Steampunker, hates Pirate
| class Boost < Formula | |
| desc "Collection of portable C++ source libraries" | |
| homepage "https://www.boost.org/" | |
| revision 1 | |
| head "https://github.com/boostorg/boost.git" | |
| stable do | |
| url "https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2" | |
| sha256 "7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332" |
| #!/usr/bin/env bash | |
| # For `nproc` | |
| brew install coreutils | |
| # this is 2019_U6, but the cmake script doesn't find it - specify TBB_LIBRARIES_RELEASE as an arg to cmake, with `-D` | |
| brew install tbb | |
| # The BOOST_REQUIRED_VERSION in PrusaSlicer is 1.64, but that is quite old, | |
| # and has been removed from the homebrew-core formula repo. |
| Changes from Release Candidate 6: | |
| Fixes: | |
| fixed potential problem when in crash flip mode with bidirectional Dshot enabled (#7929); | |
| added missing help text for CLI vtx command (#7934); | |
| fixed bug with altitude warning when disabled (#7937); | |
| fixed problem on F446 boards (#7942). | |
| Target Updates: | |
| added target RUSHCORE7 to 4.0 (#7930); | |
| added target FF_RACEPIT to 4.0 (#7931); | |
| add target KAKUTEF7MINI to 4.0 (#7932); |
| # diff all | |
| # version | |
| # Betaflight / MATEKF411 (MK41) 4.0.0 Jan 17 2019 / 18:00:23 (9e4d11e19) MSP API: 1.41 | |
| board_name MATEKF411 | |
| manufacturer_id | |
| mcu_id 0071003b3437510335313736 | |
| signature |
| M220 S100 ; Feed rate (speed) 100% | |
| M221 S100 ; Flow (extrusion modifier) 100% | |
| M83 ; extruder relative mode | |
| M140 S[first_layer_bed_temperature] ; set bed temp | |
| M109 S160 ; Set extruder temp before bed level | |
| M190 S[first_layer_bed_temperature] ; wait for bed temp | |
| ; Klipper PINDA Probe warming sequence |
| [bed_mesh] | |
| speed: 100 | |
| min_point: 11,1 | |
| max_point: 215,193 | |
| probe_count: 7,7 | |
| mesh_pps: 2,2 | |
| algorithm: bicubic |
| Recv: // probe at 147.000,1.000 is z=0.407500 | |
| Recv: // Failed to home probe: Timeout during endstop homing | |
| Recv: // Make sure to home the printer before probing. If the probe | |
| Recv: // did not move far enough to trigger, then consider reducing | |
| Recv: // the Z axis minimum position so the probe can travel further | |
| Recv: // (the Z minimum position can be negative). | |
| Recv: !! Failed to home probe: Timeout during endstop homing | |
| Changing monitoring state from "Printing" to "Cancelling" | |
| Send: N20 M108*24 | |
| Send: N21 M84*44 |