11# Cura-DuetRRFPlugin
22
3- Plugin for Cura 4.4 that adds output devices for a RepRapFirmware printer
4- running a DuetWifi, DuetEthernet, or Duet Maestro controller: "Print",
5- "Simulate", and "Upload".
3+ Plugin for Cura 4.5 that adds output devices for a RepRapFirmware printer
4+ running a Duet 2 Wifi, Duet 2 Ethernet, Duet 2 Maestro, or Duet 3 motion
5+ controller: "Print", "Simulate", and "Upload".
66
77![ Screenshot of the print button] ( /screenshots/print-button.png )
88
@@ -13,13 +13,13 @@ the DuetRRF plugin and install it!
1313
1414## Manual Installation
1515
16- Or go the manual route: With Cura not running, unpack the zip file from the
16+ Or go the manual route: with Cura not running, unpack the zip file from the
1717[ release] ( https://github.com/Kriechi/Cura-DuetRRFPlugin/releases/latest ) to this
1818specific folder:
1919
20- * Windows: ` C:\Users\<username>\AppData\Roaming\cura\4.4 \plugins\DuetRRFPlugin `
21- * macOS: ` ~/Library/Application Support/Cura/4.4 /plugins/DuetRRFPlugin `
22- * Linux: ` /home/<username>/.local/share/cura/4.4 /plugins/DuetRRFPlugin `
20+ * Windows: ` C:\Users\<username>\AppData\Roaming\cura\4.5 \plugins\DuetRRFPlugin `
21+ * macOS: ` ~/Library/Application Support/Cura/4.5 /plugins/DuetRRFPlugin `
22+ * Linux: ` /home/<username>/.local/share/cura/4.5 /plugins/DuetRRFPlugin `
2323
2424Be careful, the unzipper often tacks on the name of the zip as a folder at the
2525bottom and you don't want it nested. You want the files to show up in that
@@ -64,7 +64,8 @@ the extension menu bar:
6464* Click "Ok"
6565* Done!
6666
67- Look at the bottom right - there should be the big blue button with you printer name on it!
67+ Now you can load a model and slice it. Then look at the bottom right - there
68+ should be the big blue button with you printer name on it!
6869
6970## Features
7071
@@ -77,12 +78,12 @@ Look at the bottom right - there should be the big blue button with you printer
7778
7879## Use
7980
80- After you load up a model and it has sliced, click the down arrow button on the
81- "Print to (PrinterName)" button on the lower right hand corner. It will upload
82- the gcode file to the SD card and start printing it. You can select "Simulate
83- on (PrinterName)" to upload and simulate the print, which returns the simulated
84- print time an the actual printer. Or you can just "Upload to (PrinterName)" to
85- copy the gcode to the SD card.
81+ After you load up a model and it has been sliced, click the down arrow button on
82+ the "Print to (PrinterName)" button on the lower right hand corner. It will
83+ upload the gcode file to the SD card and start printing it. You can select
84+ "Simulate on (PrinterName)" to upload and simulate the print, which returns the
85+ simulated print time an the actual printer. Or you can just "Upload to
86+ (PrinterName)" to copy the gcode to the SD card.
8687
8788## License
8889
0 commit comments