Avatar for docerta

docerta

Member since Apr 2020 • Last active Jan 2025
  • 1 conversations
  • 5 comments

Most recent activity

  • in Bangle.js
    Avatar for docerta

    @gloriousdan I am curious if JLC also asked you regarding stainless case, they wrote:

    As shown below, the wall thickness of those indicate red area are too thin, which has a high risk of loss, deformation, crack, or damage during the printing process.

    Could you please confirm if the risks are acceptable for you?

    If not, could you please kindly increase it to be at least 1.5mm to proceed? 2.0mm will be better. Then we will activate the "replace file" button for you.

    I guess I accept the risk. It's just 8euro.

    Thanks.

  • in Bangle.js
    Avatar for docerta

    This is what I wanted. There is a small offset caused when using two types of graphs in one place thought, but overall result is very nice. Thank you.

    • 3 comments
    • 210 views
  • in Bangle.js
    Avatar for docerta

    Hello, which service/shop did you choose for stainless case and how much was it? Thank you.

  • in Bangle.js
    Avatar for docerta

    Hello,
    is it possible to have multiple datasets in one graph? I tried something like this, but they dont share same 0,0 coordinate:

    var data = [1,0,-1,3,8,10,12,10,8,3,1];
    var data2 = [4,5,2,1,1,8,1,2,3,4,7];
    g.clear();
    require("graph").drawBar(g, data, {
      miny: -1,
      axes : true,
      gridx : 1,
      gridy : 5
    });
    g.setColor(1,0,0);
    require("graph").drawLine(g, data2, {
      miny: -1,
      axes : true,
      gridx : 1,
      gridy : 5,
      x: 0,
      y: 1
    });
    

    Thank you!

  • in Bangle.js
    Avatar for docerta

    Today it happened to my watch as well. I just came here for inspiration, not sure if I use some super-duper glue as I have that small bit or just go with melting a black lego stuff :)
    If there will be bangle.js 3 then this needs to be addressed, maybe inspiration from Pinetime? It seems like good design.

Actions