-
When trying to use this `catmull_rom` as a private member of a class, no matter what type `Point` is (say `Eigen::Vector2d>` here), there're always an error said
`no default constructor exists for c…
-
I installed BLtouch on my homemade printer with Marlin 1.1.9 recently and it doesn't compensate the bed leveling. Before I installed BLtouch, the bed limit switch for Z axis seems to work perfectly wi…
-
Hey @iamkroot,
Updated to beta5 but still getting an error with MPV monitoring.
```
2020-05-25 15:01:40,770 - INFO - MainThread - scrobbler - Started scrobbler thread.
2020-05-25 15:01:40,787 …
-
### I need help on my 3d Printer, the bed size is 400,400 but i only try to use 330 by 300 but when i do the bilinear auto bed leveling it would say probing failed at the 7th probe, i tried reduci…
-
There are several uses of `std::size` in `include/boost/math/interpolators/catmull_rom.hpp`. This is only available in C++17 and prevents the use of this file in projects using older language standard…
-
Hello
I am trying to update to the last version, i have tried with both versions 1.1.9 and 2.0, and my probe does not stop at homing.
Z_min is below bed level and I use the z_probe as Z_homing.
…
-
Hi,
First of , good job on the firmware, it has come a long way since I started using it (about 2yrs ago.)
I have a prusa i3 clone 3D printer, which is running marlin v 1.1.8 and configured to u…
Zuru1 updated
4 years ago
-
You guys are always so helpful and have taught me so much already, but I keep discovering new issues with my firmware. After updating my firmware to the latest 2.0.4.3 bilinear autolevel fails at the …
-
The boost::math::catmull_rom constructors take either a `std::vector &&` or an `initializer_list` (I assume it is for performance).
In my case, I don't mind copying the input vector and reallocate …
-
Hej Guys.
I have compiled the 1.1.9 marlin to my corexy printer, and i have the probe sat at 30mm(-30) to the left of the nozzle. My bed size is x175 y165 (z242)mm when i do the G28 and G29 with th…