plotter-tools
plotter-tools copied to clipboard
Tools for interacting with pen plotters that use HPGL
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 1.0.2 to 1.1.1. Release notes Sourced from ordered-float's releases. v1.1.1 Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe...
Bumps [regex](https://github.com/rust-lang/regex) from 1.1.6 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
The ROM at firmware/7440a.bin is broken: it is just the same 256 bytes repeated over and over again. Do some 7440s have a socketed ROM? I was going to just...
Co-wrote functionality for Windows users to auto-detect serial port devices on COM port with @ludwigschubert
Similar to this PR (https://github.com/rust-lang/rust/pull/55014). In `unwrap_or` the fallback value is evaluated before `unwrap_or` is called. Which means even though a serial_device arg was provided ``` ./target/debug/chunker ~/plot_file.hpgl /dev/tty.usbserial-1410 ```...