File tree Expand file tree Collapse file tree
rayforge-addon-ai-workpiece
rayforge-addon-print-and-cut Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ai_workpiece_generator
22display_name : " AI Workpiece Generator"
33description : " Generate workpieces using AI directly within Rayforge"
4- api_version : 12
4+ api_version : 13
55requires :
66 - sketcher
77author :
Original file line number Diff line number Diff line change 11name : laser_essentials
22display_name : " Laser Essentials"
33description : " Core laser cutting functionality"
4- api_version : 12
4+ api_version : 13
55requires :
66 - post_processors
77author :
Original file line number Diff line number Diff line change 11name : core_materials
22display_name : " Core Materials"
33description : " Built-in material library with common laser cutting materials"
4- api_version : 12
4+ api_version : 13
55author :
66 name : " Rayforge Team"
77 email : " noreply@rayforge.org"
Original file line number Diff line number Diff line change 11name : post_processors
22display_name : " Post Processors"
33description : " Core Post-processing transformers for toolpath optimization"
4- api_version : 12
4+ api_version : 13
55author :
66 name : " Rayforge Team"
77 email : " noreply@rayforge.org"
Original file line number Diff line number Diff line change 11name : print_and_cut
22display_name : " Print & Cut"
33description : " Align workpieces to physical objects using registration marks"
4- api_version : 9
4+ api_version : 13
55author :
66 name : " Rayforge Team"
77 email : " noreply@rayforge.org"
Original file line number Diff line number Diff line change 11name : sketcher
22display_name : " Sketcher"
33description : " Vector sketch editing functionality for creating and editing vector graphics"
4- api_version : 12
4+ api_version : 13
55author :
66 name : " Rayforge Team"
77 email : " noreply@rayforge.org"
Original file line number Diff line number Diff line change 33hookspec = pluggy .HookspecMarker ("rayforge" )
44hookimpl = pluggy .HookimplMarker ("rayforge" )
55
6- MINIMUM_API_VERSION = 1
7- PLUGIN_API_VERSION = 12
6+ MINIMUM_API_VERSION = 13
7+ PLUGIN_API_VERSION = 13
88
99
1010"""
1111API Changelog
1212============
1313
14+ Version 13
15+ ----------
16+ Ported geometry module from Python to Rust (raygeo). All addons that
17+ import from ``raygeo`` must update to the new API.
18+
1419Version 12
1520----------
1621Renamed ``provides.backend`` key to ``provides.worker`` in addon manifests.
You can’t perform that action at this time.
0 commit comments