-
### K8800's speakers are better to hear at higher frequencies,
so I suggest to change :
```C++
BUZZ(50, 880 - (runout_beep & 1) * 220);
```
into
```C++
BUZZ(50, 1760 - (runout_beep & 1) * 440…
-
As my DELTA_HEIGHT is 311mm (after implementing Dr_Vegetables Sleds With Drylin Bushings)
I got:
```
Error:Probing Failed
Correct delta settings with M665 and M666
```
After:
```
M665 L207…
-
**Application Version**
Cura 3.6 and older
**Platform**
all platforms (Linux / Windows / Mac)
**Printer**
Velleman Vertex Delta K8800
**Steps to Reproduce**
Connect the printer, select th…
-
Today my Logic Analyzer arrived, so I found the time to look what's going on on EMS-Bus.
Environment:
- RC35 (DeviceID:0x10 ProductID:86 Version:01.11)
- MC10 (DeviceID:0x08 ProductID:72 Version:02…
-
**Application Version**
3.3.0
**Platform**
Windows 7
**Printer**
Vertex Delta
**Steps to Reproduce**
Selecting any Velleman material
**Actual Results**
Crash with no error
**Ex…
velbn updated
6 years ago
-
Just updated uranium, cura & curaengine master branches and now I get this:
````
2017-11-17 14:38:15,387 - DEBUG - UM.Controller.setActiveView [85]: Setting active view to SolidView
2017-11-17 14:3…