Add InfillCode plugin#1427
Conversation
|
@st7ma784 First of all, thank you for your contribution! Unfortunately, I'm unable to review your plugin until the PR template has been filled out - it should appear automatically when opening a PR in this repository. That template helps us reviewers work more efficiently and ensures that plugin maintainers have read all the necessary documentation and accepted the terms. We've noticed that a few recent PRs, also from other users, have been missing it, so just a friendly reminder - please take a moment to complete it, and I'll be happy to proceed with the review. Thanks! |
Updated archive link and added plugin description with donation support.
| - macos | ||
| - freebsd | ||
| python: ">=3.7" | ||
|
|
There was a problem hiding this comment.
missing closing header indicator....add this here.
---
|
|
||
| If you like it, I would be thankful about a cup of coffee :) | ||
|
|
||
| [](https://www.paypal.com/donate/?business=FM3XGWAZJNGXU&no_recurring=0¤cy_code=GBP) |
There was a problem hiding this comment.
we prefer to not have images load from external website/sources. look at how other plugins (all of mine include paypal links for example) are saving these and referencing.
|
|
||
| If you like it, I would be thankful about a cup of coffee :) | ||
|
|
||
| [](https://www.paypal.com/donate/?business=FM3XGWAZJNGXU&no_recurring=0¤cy_code=GBP) |
There was a problem hiding this comment.
should be your own copy of the image you want to use and linked from a folder /assets/img/plugins/infillcode/ as part of this PR.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
What is the name of your plugin?
InfillCode
What does your plugin do?
Having filament run out can be a pain and waste perfectly good prints and filament. This plugin edits the spacing of linear infill layers so that a camera can detect where the print got to, and create gcode to resume from where the print stopped!
Where can we find the source code of your plugin?
https://github.com/st7ma784/infillcoder
Was any kind of genAI (ChatGPT, Copilot etc) involved in creating this plugin?
Yes - Claude has helped with some of the logic
Is your plugin commercial in nature?
No,
Does your plugin rely on some cloud services?
No
Further notes
InfillCode embeds a per-layer fingerprint into 3D print infill line spacing. When a print fails, a webcam snapshot identifies the last completed layer and generates a resume GCode file automatically. I quite like using Arc-welder (shout out!!) so this is set to auto-process .aw.gcode uploads, startup bed scan, mid-print health monitoring with rolling score, optional auto-pause, one-click resume button.