SuksAE
SuksAE
Added a new edge type (again). Inspiration came from https://www.thingiverse.com/thing:327393 There is one issue I would need some help: I need to call the function argparseSections() which is located in...
Can storage generator to satisfy issue #330 (https://github.com/florianfesti/boxes/issues/330). Note: depends on fillHole function, which is a different pull request...
within drawing.py: self.metadata["url"] returns the correct URL when uisng boxesserver script on local host. self.metadata["url"] is missing 'boxes.py/' folder when using the server version on https://www.festi.info/boxes.py/ Please investigate and fix....
The save dialog should limit the shown file types according to the selected function. With the current implementation of always showing all files, there is no protection against accidentally selecting...
When exporting to SVG on WaveDrom Editor V2.9.1, lines with arrow (at least this seems to be the criteria) have a different blue tone than the other blue lines. I...
When adding a label to line 163 and/or 166 of TypeTray.py ``` self.trapezoidSideWall( y, h, h+bh, [b, "h", "e", "h"], radius=self.radius, callback=[self.yHoles, ], move="up", label="bad") ``` this results in an...
There is this video with a bunch ideas for laser cut joints. https://www.youtube.com/watch?v=hnjp_vy2vIk Maybe there is one or more which could be implemented as new edge type...
on page: **_templates/shelly_pro_3** there is a link to a discussion about flashing the Shelly Pro 3. In the first entry of the discussion the template `{"NAME":"ShellyPro3","GPIO":[1,1,224,1,225,1,1,1,1,1,1,1,1,1,5600,1,0,1,1,5568,0,1,1,1,0,0,0,0,226,1,96,1,4736,97,162,1],"FLAG":0,"BASE":1}` is given - this...
Exporting layer titles works fine, but when importing the generated code again, the layer titles within the code are ignored and the default layer titles are used instead. Tested with...
when importing this code (AdafruitGFX_mono - 128x64): ``` display.clearDisplay(); display.setTextColor(1); display.setTextWrap(false); display.setCursor(45, 16); display.print("9,99"); display.display(); ``` or this one (U8g2 - 128x64): ``` u8g2.clearBuffer(); u8g2.setFontMode(1); u8g2.setBitmapMode(1); u8g2.setFont(u8g2_font_t0_22_tr); u8g2.drawStr(38, 34, "this,...