Pedro Lamas
Pedro Lamas
Fluidd is just a web interface running on the browser, so doesn't actually have any direct access to perform such actions. For that to be possible, we would need Moonraker...
The `sanitizeEndpoint` is working correctly, as `url.host` includes the port number (`hostname` however does not, but that is not the case here). We run a check on each of the...
> @matmen Oh why not, I thought this was the solution to #464 That actually, might not be a bad idea at all... 🤔
This is working as intended, but we might look into making this more generic so users can add multiple printers via this interface on a later release!
The bare minimum I would expect is for something like this to call `CANCEL_PRINT` - or at least give me an option to make it so! Best case scenario, I...
With #5491 now merged, we now have a way to mitigate the above issue, by adding the following to the `virtual_sdcard` section: ```ini [virtual_sdcard] ; other stuff here... on_error_gcode: CANCEL_PRINT...
@cmidgley I just stumbled on the same problem as you, and as it seems a bit unrelated with this ticket, I've opened a separate one here: #4816
I've been experiencing this exact issue today, and took the above sandbox and added `vue-i18n-bridge` following the instructions, and I still see the same error message... Here's the updated sandbox:...
Ok, I managed to bypass this completely... my issue was that the our translations are on yaml files, so once I used a yaml transformer (even removed @intlify/vite-plugin-vue-i18n completely!), all...
@Dreistein75 as far as I'm aware, there has been no changes in Moonraker that would allow this feature.