-
I made a post in the main branch of [Marlin](https://github.com/MarlinFirmware/Marlin/issues/22996) & another user [here](https://github.com/bigtreetech/SKR-2/issues/96) has a similar issue.
What I…
-
Hello!
My 3D printer configuration: SKR-V2 (BigTreeTech) + TMC2209 (BigTreeTech) working on UART. In Marlin config file TMC2209 drivers set up.
I encountered a problem sometime ago. After the 3D pri…
-
Something like
``` java
public static Duration millis(double millis) {
validate(millis, TimeUnit.MILLISECONDS);
return new Duration((long) millis, TimeUnit.MILLISECONDS);
}
```
-
pos1 20170701 d18O/dD, doubles at 30 cm, 60cm
pos3 20170726 d18O/dD at 50 cm
pos1 20180707 d18o/dD doubles at 30-36 cm, 65
pos1 20180721 d18o/dD doubles at 30-36 cm, 65, 90
pos2/3 20180608 d18O/d…
-
-
```
What version of the product are you using? On what operating system?
r22
os x
Please provide any additional information below.
attached is a svn diff file which fixes two serious and two not-s…
-
`int` can only accept integers and can only be typed in source as an integer
`num` is any number and seems to be falling out of favor and can accept `double` or `int` and can be typed in source as a …
-
Ideal would be to add 64 bit values everywhere. But doing the math operations on 64 bit precision and save the result as 32bit should improve the numerical precision while letting the rest of the code…
-
Mindbreaker’s passive proc does not function at all when the item is being carried by a Tempest Double.
The item used to work just fine in the past, but randomly stopped functioning for Tempest Dou…
-
```
Hello,
I trying to use the low-level ProtoWriter.Write methods to do packed enconding
of a list of doubles. I'm getting an exception when trying to write because
Fixed64 wire type is not suppo…