Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Jan 23, 2019
1 parent 39aaf2d commit a86651d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.2: 2019-01-06
* fix layout issues on Cura 4.0-beta
* bump compatibility for Cura 4.0 / API 6.0

## v1.0.1: 2018-12-19
* do not try to delete the gcode file before uploading:
RRF safely handles this, https://forum.duet3d.com/topic/8194/cura-duet-reprap-firmware-integration-question
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cura-DuetRRFPlugin

Plugin for Cura 3.6 that adds output devices for a Duet RepRapFirmware printer: "Print", "Simulate", and "Upload".
Plugin for Cura 3.6 that adds output devices for a RepRapFirmware printer running a DuetWifi, DuetEthernet, or Duet Maestro controller: "Print", "Simulate", and "Upload".

## Installation via Cura Marketplace

Expand Down Expand Up @@ -34,7 +34,7 @@ above.
* Click "Add"
* Enter the name of your printer
- e.g., `MyBigBox`
* Enter the URL to your DuetWifi/DuetEthernet board
* Enter the URL to your controller board
- make sure this URL works if you copy & paste it into your browser
- if you browse to that URL, you should see the DuetWebControl (DWC)
- e.g., `http://printer.local/` or `http://192.168.1.42/`
Expand All @@ -51,7 +51,7 @@ Look at the bottom right - there should be the big blue button with you printer
## Features

* Upload / Simulate / Print
* Works with HTTP and HTTPS connections and URLS
* Works with HTTP and HTTPS connections and URLs
* Works with HTTP Basic Auth (optional)
* Works with RRF passwords (if you used `M551`, default is `reprap`)
* No support for UNC paths, only IP addresses or resolvable domain names (DNS)
Expand Down
7 changes: 4 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "DuetRRF",
"author": "Thomas Kriechbaumer",
"description": "Upload and Print to DuetWifi / DuetEthernet / Duet Maestro with RepRapFirmware.",
"version": "1.0.1",
"minimum_cura_version": "3.5",
"version": "1.0.2",
"minimum_cura_version": "3.6",
"maximum_cura_version": "4.0",
"api": "6.0"
"api": 5,
"supported_sdk_versions": ["5.0.0", "6.0.0"]
}

0 comments on commit a86651d

Please sign in to comment.