Skip to content

Commit

Permalink
mention Duet 3 controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Apr 4, 2020
1 parent 8c6eeb4 commit baf420d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of Cura-DuetRRFPlugin

## v1.0.6: 2020-04-04
* correctly encode special characters in filenames
* mention Duet 3 controllers

## v1.0.5: 2019-11-10
* sanitize filename and forbid certain characters

Expand Down
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Cura-DuetRRFPlugin

Plugin for Cura 4.4 that adds output devices for a RepRapFirmware printer
running a DuetWifi, DuetEthernet, or Duet Maestro controller: "Print",
"Simulate", and "Upload".
Plugin for Cura 4.5 that adds output devices for a RepRapFirmware printer
running a Duet 2 Wifi, Duet 2 Ethernet, Duet 2 Maestro, or Duet 3 motion
controller: "Print", "Simulate", and "Upload".

![Screenshot of the print button](/screenshots/print-button.png)

Expand All @@ -13,13 +13,13 @@ the DuetRRF plugin and install it!

## Manual Installation

Or go the manual route: With Cura not running, unpack the zip file from the
Or go the manual route: with Cura not running, unpack the zip file from the
[release](https://github.com/Kriechi/Cura-DuetRRFPlugin/releases/latest) to this
specific folder:

* Windows: `C:\Users\<username>\AppData\Roaming\cura\4.4\plugins\DuetRRFPlugin`
* macOS: `~/Library/Application Support/Cura/4.4/plugins/DuetRRFPlugin`
* Linux: `/home/<username>/.local/share/cura/4.4/plugins/DuetRRFPlugin`
* Windows: `C:\Users\<username>\AppData\Roaming\cura\4.5\plugins\DuetRRFPlugin`
* macOS: `~/Library/Application Support/Cura/4.5/plugins/DuetRRFPlugin`
* Linux: `/home/<username>/.local/share/cura/4.5/plugins/DuetRRFPlugin`

Be careful, the unzipper often tacks on the name of the zip as a folder at the
bottom and you don't want it nested. You want the files to show up in that
Expand Down Expand Up @@ -64,7 +64,8 @@ the extension menu bar:
* Click "Ok"
* Done!

Look at the bottom right - there should be the big blue button with you printer name on it!
Now you can load a model and slice it. Then look at the bottom right - there
should be the big blue button with you printer name on it!

## Features

Expand All @@ -77,12 +78,12 @@ Look at the bottom right - there should be the big blue button with you printer

## Use

After you load up a model and it has sliced, click the down arrow button on the
"Print to (PrinterName)" button on the lower right hand corner. It will upload
the gcode file to the SD card and start printing it. You can select "Simulate
on (PrinterName)" to upload and simulate the print, which returns the simulated
print time an the actual printer. Or you can just "Upload to (PrinterName)" to
copy the gcode to the SD card.
After you load up a model and it has been sliced, click the down arrow button on
the "Print to (PrinterName)" button on the lower right hand corner. It will
upload the gcode file to the SD card and start printing it. You can select
"Simulate on (PrinterName)" to upload and simulate the print, which returns the
simulated print time an the actual printer. Or you can just "Upload to
(PrinterName)" to copy the gcode to the SD card.

## License

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DuetRRF",
"author": "Thomas Kriechbaumer",
"description": "Upload and Print to DuetWifi / DuetEthernet / Duet Maestro with RepRapFirmware.",
"version": "1.0.5",
"description": "Upload and Print to Duet 2 Wifi / Duet 2 Ethernet / Duet 2 Maestro / Duet 3 with RepRapFirmware.",
"version": "1.0.6",
"api": "7.0.0"
}

0 comments on commit baf420d

Please sign in to comment.