Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Code does not appear to be up to date #1

@ururk

Description

@ururk

Noticed two things:

https://github.com/Printrbot/cloud-services/blob/master/project/handler.js#L68

pb.write('76E2F144D377463FBF4CB0B40753C78C' 0, 32);

A comma is missing

https://github.com/Printrbot/cloud-services/blob/master/project/handler.js#L69-L72

    // project format
    pb.writeInt8(0,1);
    // project idx
    pb.write(project.idx, 33, 8);

From dissecting the binary project file, it looks like the idx is being written before the format.

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