Skip to content

Sending large gcode files to DoodleBox #15

@casperlamboo

Description

@casperlamboo

When sending large gcode files we have to take into account a couple of things

  1. Overflowing the doodle box with too many requests (see Add throttle mechanism? #10)
  2. Not exceeding the 4mb size limit of the doodle box

In order to keep under the 4mb size limit there are 2 options; reject files that exceed the size limit. Send part of the file up to 4mb and wait until buffer is cleared before sending te rest. The downside of this is that the browser must stay active during the print.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions