-
Just installed this plugin. Connected the sensor. Restarted Octoprint. Set Pin number to "11" and clicked "Save". Upon opening the settings back up, none of the settings were saved.
octoprint.log s…
-
Is there will be support for filament commands like ```php artisan make:filament-panel Admin --module=Module``` ?
#51
-
### What happened?
I cant install using
composer require tapp/filament-form-builder
from the documentation.
It gives error message
"Could not find a matching version of package tapp/filam…
-
Hello, Vitor, hi, everybody.
The bug reproduces only if Enclosure plugin (EP) is enabled. If EP is disabled the bug never happens.
** The bug **
I have inserted @pause command into the G-code …
-
## The Problem
When uploading large files,
The dashboard plugin runs some analysis when uploading files, when these files are large this can be very slow. This entirely freezes/hangs octoprint fo…
-
### Filament Version
v3.2
### Plugin Version
v3.6
### PHP Version
PHP 8.2.12
### Problem description
when i using
`->resource(\App\Filament\Resources\CustomMediaResource::class)` in plugins re…
-
### The problem
I just did a couple of retract tests which should use ~ 2g of filament.
I aborted a couple of them and just afterwards I noticed that my spool weight dropped down from ~900 g down t…
-
I report a strange bug.
I am using the eventDidMount and eventDidMount methods to try to improve the smartphone responsive nature of the calendar.
So far so good, except that I have noticed that…
-
Is there a way that the plugin can ignore the sensor when the print is allready paused?
I keep pressing my sensor-button when i put in new filament and that runs my pause-script again even the prin…
-
Its not really a bug. Your php works perfectly except, I already have cast on my model using MoneyPHP:
```
public $casts = [
'price' => MoneyCast::class,
];
```
So when I add…