-
Unfortunately, recent changes locked down a bunch of the I2C and SPI pins, and they need to be re-routed. Smoothie's default pin assignments are listed here: http://smoothieware.org/lpc1769-pin-usage.…
-
please try to run the codes below:
`
// Random data
var line1 = new TimeSeries();
//var line2 = new TimeSeries();
setInterval(function() {
line1.append…
-
### Have you searched the existing suggestions?
Yes
### What is your suggestion?
Add a feature that allows us to toggle whether we want to macro to collect the monthly planter rewards. ex. blue cla…
-
Also enable ssl rewrites for it. Securityyyyyy!
-
I want to make a game where I slice flying fruit.(apple,pear,starfruit,pineapple,kiwi,melon,bananas and strawberries.)
I would click and hold the mouse to slice the fruit. After I sliced five fruit…
-
The Flutter team from Google reviewed the Smoothie (OFF new app written in Flutter) code base, and they had some recommendations to improve it. One of them is to adopt a style guide such as https://da…
-
### What
- Smoothie is now a production app and we have to avoid something to break unexpectedly. Dart and our hard typed rules are a really good start but won't work in all cases.
- The questio…
-
### Describe the bug
- From https://github.com/openfoodfacts/smooth-app/issues/2147 : there are 25 products that have the "vegan" category, which does not exist in the taxonomy (we want this info i…
-
I recently asked for a feature where activating the InverseSearch functionality would centre and highlight the area in the document where the location was being referenced. @lervag implemented a very …
-
Loading the config while the file is playing crashes smoothie. A possible solution for this would be to use `progress` instead of `version` for the initial check. Then if it knows that a file is bei…