简介:一款能连接和发送打印到 Bambu Lab 3D 打印机的精简工具
bambu-connect://import-file?path=%2Ftmp%2Fcube.gcode.3mf&name=Cube&version=1.0.0
浏览器打开这个链接会启用bambooconnect 执行模型导入
具体教程:
简介:一款能连接和发送打印到 Bambu Lab 3D 打印机的精简工具
bambu-connect://import-file?path=%2Ftmp%2Fcube.gcode.3mf&name=Cube&version=1.0.0
浏览器打开这个链接会启用bambooconnect 执行模型导入
具体教程:
bambustudio://open?file=https%3A%2F%2Fmakerworld.bblmw.cn%2Fmakerworld%2Fmodel%2FCN5139cd3ed4128%2F27338432%2Finstance%2Fcc8b73a0-2635-4556-ae20-9b52f9f350d7.3mf%3Fat%3D1746121131%26exp%3D1746121431%26key%3Db7425e4b9ef6f417d7334deb194efee6%26uid%3D683076520%26name%3Dmini%E5%
打开这个链接会启用 bambustudio 导入项目
读取图片
matrix = imread("./abc.png")
显示矩阵图片
imshow(matrix)
打开图片后 调用图片工具处理矩阵
imtool(matrix)
RGB转GRAY
gray = rgb2gray(rgb)
图片二值化处理
boolean = img > threhold
图片膨胀与腐蚀 (去掉图片噪音)
3B插上网线
sudo raspian-config //开启ssh
sudo apt install python3-pip
sudo apt install python3-opencv
sudo apt install python3-dbus
sudo apt install python3-bluetooth
sudo apt install python3-serial
sudo apt install vim
sudo apt install lrzsz
pip install wiringpi --break-system-wide
开启orthocone 自启动
sudo chmod 777 /etc/init.d/orthocone
sudo update-rc.d orthocone defaults
sudo systemctl enable orthocone.service
sudo chmod 777 recon.out
还需要重新安装opencv_core opencv_imgproc opencv_highgui
用opencv4 重新编译 recon
超级辛苦
多余service 取消自启动
sudo update-rc.d xxx remove
或者
sudo systemctl disable xxx.service
移除windows 字符
vim
:set ff=unix
修改i2c 波特率
config.txt
dtparam=i2c_arm=on,i2c_arm_baudrate=100000
python3.9 后 timer.isAlive() 改为 timer.is_live()
虚拟键盘
https://blog.csdn.net/weixin_37613240/article/details/131095728
https://blog.csdn.net/weixin_46235937/article/details/128966933
https://blog.csdn.net/qq_27865227/article/details/127394944
https://blog.csdn.net/m0_46324847/article/details/128962898
新版树莓派摄像头驱动
其实就是一种 api 描述规范
流程定义模块-> 设计-> 部署 删除
流程定义历史模块
流程实例模块
任务实例模块
spring security 提供两种安全 检验模式
一种是 使用 传统的 filter chain
另一种是使用 WebSecurityConfigurerAdapter
使用类似
((HttpSecurity)((HttpSecurity)((AuthorizedUrl)http.authorizeRequests().anyRequest()).authenticated().and()).formLogin().and()).httpBasic(); 这种语法