Julian Garcia Castillo
Julian Garcia Castillo
The method clearDeviceDiscoveredListener() doesn't seems to be typed in d.ts file, neither unsubscribe(). https://github.com/don/BluetoothSerial#cleardevicediscoveredlistener
``` 2020-03-25 12:14:25,615 - astroprint.util.gCodeAnalyzer - ERROR - Bad gcode data returned.. 2020-03-25 12:14:25,616 - astroprint.printer.marlin.comm - WARNING - There was a problem using /usr/bin/astroprint/GCodeAnalyzer... using alternative algorithm ``` gcode...
This would avoid the error when sending x3g to gcode boxes and viceversa.
**- Problem** If an user click _pause_ button on a printing, and then quickly click _resume_, the printer may took some time to physically move its bed/extruder for the first...
Print speed command has been added for marlin printer and now we need it for s3g driver. GCODE: M220(speed) and M221(flow)
[Added machine action buttons dynamic visibility](https://github.com/Ultimaker/Cura/commit/ed14e3bd44890ff15406f7f53c7199f3fa6018e6) Based on this change, users now will be able to manage the visibility of their machine action plugin implementations. For example, a machine action...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Link to live example...
**Versions** - What is this plugin's version? 2.2.1 - What is Cypress version? 12.17.2 - What Netlify build image are you using? Ubuntu Focal 20.04 (default) - What is the...
I'm sure it's posible but, I can't seem to find a way to find an event to detect when a purchase has been completed. Any help? Thanks!
``` var client = ShopifyBuy.buildClient({ domain: 'myshop.myshopify.com', storefrontAccessToken: '12345' }) ``` As you can see below, client.checkout contains **updateEmail** and **updateShippingAddress**. How can I get checkoutId so I can use...