mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
Remove outdated comment.
This commit is contained in:
parent
c742740078
commit
4752199cfb
@ -164,9 +164,6 @@ function Printer() {
|
||||
return~-encodeURI(s).split(/%..|./).length;
|
||||
}
|
||||
|
||||
/* Note: the API supports numbered chunks as a way to ensure they are received in the correct order.
|
||||
* Since no problems regarding that seem to exist anymore, this code has not been adapted to use this facility.
|
||||
*/
|
||||
this.sendPrintPart = function(sendIndex,sendLength) {
|
||||
var completed = false;
|
||||
if (this.gcode.length < (sendIndex + sendLength)) {
|
||||
|
Loading…
Reference in New Issue
Block a user