Parts for: Electronics_Compartment/DIN_Brackets
[ ] [ ] duet_duex_bracket_x2.stl
[ ] lrs_psu_bracket_clip.stl
[ ] [ ] [ ] pcb_din_clip_x3.stl
[ ] [ ] ramps_bracket_x2.stl
## Configure eth0 | |
# | |
# vi /etc/sysconfig/network-scripts/ifcfg-eth0 | |
DEVICE="eth0" | |
NM_CONTROLLED="yes" | |
ONBOOT=yes | |
HWADDR=A4:BA:DB:37:F1:04 | |
TYPE=Ethernet | |
BOOTPROTO=static |
Adaptive bed mesh is merged into klipper master branch. You can use this feature without this custom macro. Official klipper adaptive bed mesh
const W3CWebSocket = require("websocket").w3cwebsocket; // npm install websocket | |
const host = "127.0.0.1"; | |
const port = 8123; | |
const protocol = "ws"; // ws or wss if ssl | |
// long lived access token from profile > Create Token | |
const access_token =""; | |
const entityName = "Energy Consumption"; | |
const entityId = "energy_consumption_kwh"; |