-
Zeebe has been running on my Kubernetes for a while, and it has been working very well. Until recently, I found that a Pod kept reporting errors and restarting.
I tried to use helm to delete the cha…
-
When stopping the raft service, it may cause a crash.
Below is the output of AddressSanitizer:
```
READ of size 8 at 0x616000330080 thread T145 (ThriftIO0)
#0 0xb1230b in auto nebula::thri…
-
Would it be possible to include the temperature compensation from the thermistor in the PINDA 2 probe, like on the Mk3's? Prusa firmware already includes this, and it is awesome for making the inducti…
-
Without and with `zig_zaggify_infill`, all other settings same:
![Screenshot_2020-06-05 G-Code Analyser - Analyse your 3D printing G-Code to provide accurate information such as print time ](https:…
-
debugging new DSL parser....error message for splitop.cpp test case:
```bash
./splitop
terminate called after throwing an instance of 'PortExceptionBase'
what(): One port expected, more than…
-
Board|MCU|State|To-Do
-|-|-|-
8-Bit AVR boards, RAMPS, etc.|Arduino AVR|💚good|
Due, RAMPS FD (v2.A!), etc.|SAM3X8E|💚good|
Duet Wifi + X5|SAM3X8E|❓unknown|E3D Toolchanger on hand
Duet 2 Maestro|SA…
-
Is anybody else seeing layer shifts on BugFix 2.0.0 ? I'm seeing one or two of them on long prints. I'm seeing them on the X-Axis (and mostly in the negative X direction).
I'm running an IDEX m…
-
**Preface**
As a way to learn about CCF and attempt to reach an understanding of its design and implementation, I've been imagining how it might be deployed at scale. As soon as I began to consider …
-
[Config.zip](https://github.com/MarlinFirmware/Marlin/files/3685896/Config.zip)
At the time of writing, the latest version of Marlin 2 - bagfix is installed.
After executing the G29 command, the…
-
Given this shader:
```
#version 450
#extension GL_EXT_shader_16bit_storage: require
#extension GL_EXT_shader_8bit_storage: require
struct Vertex
{
float vx, vy, vz;
uint8_t nx, ny, nz,…