Skip to content

Commit

Permalink
Update and rename Closed-Loop-Plugin.md to ClosedLoopTuningPlugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm authored Sep 25, 2024
1 parent 5328b74 commit 5cdbe11
Showing 1 changed file with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---
plugin_submitted_by: T3P3
plugin_submitted_on: 2022-09-02T12:25:08.721Z
plugin_updated_on: 2024-05-02T14:23:49.461Z
plugin: true
title: Closed Loop Tuning
abstract: Closed Loop Plugin
author: Duet3D
repo: Closed-Loop-Plugin
branch: master
homepage: https://duet3d.com
dwcVersion: 3.5
sbcDSfVersion: undefined
rrfVersion: undefined
oem: true
latest_version: v3.5.1
release_date: 2024-05-02T14:20:59Z
release_page: https://github.com/Duet3D/Closed-Loop-Plugin/releases/tag/v3.5.1
license: GPL-3.0
license_file: https://raw.githubusercontent.com/Duet3D/Closed-Loop-Plugin/master/LICENSE
download_count: 1095
tags:
- closed loop
- tuning
- dwc
- duet3d
---

---
plugin_submitted_by: T3P3
plugin_submitted_on: 2022-09-02T12:25:08.721Z
plugin_updated_on: 2024-05-02T14:23:49.461Z
plugin: true
title: Closed Loop Tuning
abstract: Closed Loop Plugin
author: Duet3D
repo: Closed-Loop-Plugin
branch: master
homepage: https://duet3d.com
dwcVersion: 3.5
sbcDSfVersion: undefined
rrfVersion: undefined
oem: true
latest_version: v3.5.1
release_date: 2024-05-02T14:20:59Z
release_page: https://github.com/Duet3D/ClosedLoopTuningPlugin/releases/tag/v3.5.1
license: GPL-3.0
license_file: https://raw.githubusercontent.com/Duet3D/ClosedLoopTuningPlugin/master/LICENSE
download_count: 1095
tags:
- closed loop
- tuning
- dwc
- duet3d
---

# Closed Loop Tuning Plugin

*Visualise the performance of your [1HCL closed loop controller board](https://docs.duet3d.com/Duet3D_hardware/Duet_3_family/Duet_3_Expansion_1HCL).*
Expand Down Expand Up @@ -55,7 +55,7 @@ Copy the following object into the `export default` array in DWC's `/src/plugins

```js
new DwcPlugin({
id: 'ClosedLoopTuning',
id: 'ClosedLoopTuningPlugin',
name: 'Closed Loop Tuning',
author: 'Louis Irwin, Juan Rosario',
version,
Expand Down

0 comments on commit 5cdbe11

Please sign in to comment.