Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/tarikcaliskan/3d-printer-go
This Go program allows you to control your 3D printer using the Marlin firmware. It provides real-time data streaming, logging, and the ability to send commands to your printer.
3D Printer Control is a Go program that interfaces with 3D printers running the Marlin firmware. It allows users to read real-time data from the printer, log the data to a file, and send custom commands.
https://github.com/tarikcaliskan/3d-printer-go/assets/29506704/acc43da0-ad63-4596-885b-7ac5ada2a4d3
Make sure you have the following installed:
Clone the repository and build the program:
git clone https://github.com/tarikcaliskan/3d-printer-go.git
cd 3d-printer-go
go build
Run the compiled binary with the desired port, baud rate, and log file:
./3d-printer-go --port /dev/tty.usbserial-1234 --baud-rate 115200 --log-file printer_log.txt
This will start the program, allowing you to interact with your 3D printer.
You can customize the behavior of the program using command-line arguments. Here are the available options:
--port
: The serial port name of your 3D printer (default: "/dev/tty.usbserial-1140").--baud-rate
: The baud rate for serial communication (default: 250000).--log-file
: The name of the log file for storing printer data (default: "printer_log.txt").FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.