Ruedi Steinmann

Results 10 issues of Ruedi Steinmann

### Description Map M106/M107 to M3/M5. This allows for printers with a laser module connected to the fan header to use the LASER_POWER_INLINE by configuring the fan pin as spindle...

PR: New Feature
F: CNC / Laser

I need access to the individual diagnostics messages. Unfortunately, the only implemented behaviour was to throw an exception when on compile errors/warnings. What do you think?

Hi I started implementing a language server based on [langium](https://langium.org). It already works pretty nice (modules, functions, variables, renames,...), the main missing part is handling of the builtin functions and...

The stream patterns in the SyncConfiguration are evaluated against the locally available streams. This leads to the following problem: From @Polve: ... my problem was precisely to know in advance...

enhancement

Problem: At the moment, each stream is configured individually. There is no way to share configuration between them. Idea: Add named stream configurations to the repository.xml file. One can be...

enhancement

At the moment, `btrbck process` uses the `-sudoRemoteBtrbck` and `-sudoRemoteBtrfs` from the command line. Make it possible to specify these flags in the `repository.xml` SyncConfiguration

enhancement

This adds the support for .photon files, as supported by my Anycubic Photon 5.5. Stacked on top of the typescript #10 PR, so best review that PR first.

When a .ts file contains a reference in the form ``` /// ``` the referenced file is looked up relative to the base path of the CompilationContext instead of the...

The secrets are stored as JSON value with multiple keys. The string is pretty formatted, thus has newlines. When using a gnome keyring with an empty password, such a value...