Skip to content

Release 1.8.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 22:11
· 25 commits to main since this release

Added

  • LightBurn device profile (.lbdev) import with camera calibration and
    device configuration
  • Import LightBurn layer settings as Rayforge step parameters

Changed

  • Updated translations

What's Changed

  • feat(device): add Sculpfun C1 engraver by @BoboTiG in #249
  • Allow finer raster line spacing (0.001 mm) for microfabrication by @knipknap in #254
  • Refactor Ops module to remove external dependencies on Command classes by @knipknap in #246
  • raygeo migration by @knipknap in #251
  • data: prefer Rayforge MIME types over ZIP detection by @heiserhorn in #258
  • Fix manual laser control routing by @heiserhorn in #259
  • fix documentation link by @thehamstermuffin in #268
  • Add device profile for Creality Falcon 10W by @knipknap in #269
  • Fix machine settings not applying until restart by @knipknap in #267
  • Fix GRBL network disconnect with MKS DLC32 by @knipknap in #274
  • Fix Windows dev setup: add missing win_run.sh and clarify MINGW64 shell by @knipknap in #276
  • Fix buffer stall recovery aborting jobs during slow moves by @knipknap in #262
  • fix: avoid ValueError when removing the active machine (#280) by @MohammadYusif in #281
  • Replace Python raster scan loops with Rust-accelerated raygeo functions by @knipknap in #277
  • Fix pipeline stress test: stale completions and busy state by @knipknap in #282
  • Delegate image processing to raygeo.image, keep only Cairo wrappers by @knipknap in #284
  • Detect and recover from crashed/unresponsive worker processes by @knipknap in #283
  • feat: add Full Sweep scan mode for faster raster engraving by @knipknap in #264
  • Add "Go to WCS Zero" button by @knipknap in #265
  • Add GrblSerialSimpleDriver (ping-pong protocol) by @knipknap in #263
  • Add macOS Tahoe (Liquid Glass-style) icons by @LordImmaculate in #285

New Contributors

Full Changelog: 1.7.10...1.8.0