Skip to content

Commit

Permalink
add sigmaxr19
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiprfever committed Oct 31, 2018
1 parent 82149fc commit 2d912e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def getReleaseNotesUrl(self):
machine_id = Application.getInstance().getGlobalContainerStack().getBottom().getId()
if machine_id in ["bcn3dsigma", "bcn3dsigmar19"]:
return "https://github.com/BCN3D/BCN3DSigma-Firmware/releases"
elif machine_id == "bcn3dsigmax":
elif machine_id in ["bcn3dsigmax", "bcn3dsigmaxr19"]:
return "https://github.com/BCN3D/BCN3DSigmax-Firmware/releases"
else:
return ""
6 changes: 6 additions & 0 deletions plugins/ChangeLogPlugin/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[2.1.2]
*Improvements:

- Improvements in the R19 printers profiles

[2.1.1]
*Bug fixes:

- Show print mode selector for Sigma
- Print with duplication and Z hop at layer change setting works as expected
- Linux issues fixed

[2.1.0]
*Control via USB
Plug the printer to the computer via USB and, under the Monitor tab, now you can move the bed and the tool heads. The bed and both noozles can be preheated. Also you can purge and retract material. These features can be useful to perform diagnosis and maintenance operations.
Expand Down
5 changes: 5 additions & 0 deletions plugins/USBPrinting/USBPrinterOutputDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ def __init__(self, serial_port):
"latest_release_api": "http://api.github.com/repos/bcn3d/bcn3dsigma-firmware/releases/latest",
"releases_api": "http://api.github.com/repos/bcn3d/bcn3dsigma-firmware/releases",
"machine_prefix": 1
},
"bcn3dsigmaxr19": {
"latest_release_api": "http://api.github.com/repos/bcn3d/bcn3dsigmax-firmware/releases/latest",
"releases_api": "http://api.github.com/repos/bcn3d/bcn3dsigmax-firmware/releases",
"machine_prefix": 2
}
}

Expand Down

0 comments on commit 2d912e6

Please sign in to comment.