Skip to content

Commit 5274912

Browse files
GhostTypesclaude
andcommitted
chore(release): v1.6.1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 155de26 commit 5274912

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] - 2026-06-28
11+
12+
### Fixed
13+
14+
- **Creator 5 tool heads now turn off when cancelled.** `TempControl.cancelToolTemp(toolIndex)` and the Creator 5 path of `cancelExtruderTemp()` wrote the `-100` "off" sentinel into the `temperatureCtl_cmd` `nozzles[]` array, but the firmware's per-nozzle parser only treats a literal `0` as off (it ignores `-100` inside the array, leaving the tool heating). Both now write `0` to the targeted nozzle. The scalar off-paths (`cancelBedTemp`, `cancelChamberTemp`, and the non-Creator-5 `rightNozzle` cancel) still use `-100`, which those fields accept. Confirmed by a Creator 5 Pro tester.
15+
1016
## [1.6.0] - 2026-06-26
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ghosttypes/ff-api",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "FlashForge 3D Printer API for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)