https://github.com/jellespijker/curaengine_onlyfans
A Postprocessing plugin for CuraEngine, which will filter all GCodes commands but keeps the fan commands
https://github.com/jellespijker/curaengine_onlyfans
cura curaengine curaengine-plugin gcode gcode-generation grpc plugin postprocess
Last synced: 10 months ago
JSON representation
A Postprocessing plugin for CuraEngine, which will filter all GCodes commands but keeps the fan commands
- Host: GitHub
- URL: https://github.com/jellespijker/curaengine_onlyfans
- Owner: jellespijker
- Created: 2023-09-29T11:09:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:56:28.000Z (over 1 year ago)
- Last Synced: 2025-01-16T06:14:49.499Z (over 1 year ago)
- Topics: cura, curaengine, curaengine-plugin, gcode, gcode-generation, grpc, plugin, postprocess
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# CuraEngine Only Fans plugin
This plugin will filter out all GCode commands except those related to fans (M106, M107, M123, M710)
> Note: Most of the source files have been copied from https://github.com/Ultimaker/CuraEngine_plugin_gradual_flow these
> are currently without a license. Since I'm part of the Cura Team working for UltiMaker I know what the license will be
> on these files, having worked on most of them; but I also have very little patience and I wanted to write the first
> community CuraEngine Plugin, since I'm a huge **FAN**.
> As soon as the license have been updated from the UltiMaker repositories I will reflect the changes in this repo.