-
change
# define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0 \* 8/3,760*1.1}
to
# define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,int ((200.0_8/3)_10)/10,760*1.1} // default steps per…
-
No issue just wanted to say thank you for this driver package it works!. Can confirm pwm and lcd control work as intended on the AS5202T after pwm fix. Unfortunately speed fan inverses the fan control…
-
I installed Mainsail on my raspberry and after starting the new OS the system informed me that I need to upload the new firmware to the Arduino. I did it and it turned out that It's not working with …
-
We've gotten rid of a lot of little bugs in homing and leveling lately, but the current Development code still has an obscure Z positioning problem with `G29`. So, I've narrowed down the current level…
-
[Pins&Cfgadv.zip](https://github.com/bigtreetech/SKR-2/files/7102611/Pins.Cfgadv.zip)
Contains my Pins setup and Configuration_adv where the auto fan can be enabled
For pins_BTT_SKR_V2_0.h, go to li…
-
Not sure if this is the correct place to ask this question, so I apologize in advance if I have broken protocol :-P
Does Mycodo have built-in support for I2C or SPI controlled digital potentiometer…
-
Hi guys,
I wanted to inform you that I'm working on a simple menu system for klipper.
I already have working mockup and now I'm trying to fit it into Klippers system.
The menu structure is full…
-
Hi there,
My printer is having a weird behaviour on first layer when printing multiple objects. Every time print head moving to print next object z distant changes slightly about +0.05mm. Lets …
-
As I mentioned in the other thread, my fan is rather noisy. It makes scratching noises on low levels (unexpected) and wind noises on high levels (expected). I try to concentrate on the low level noise…
-
I finally found myself in a position to add the (very simple) hardware required for PWM control of the ICE Tower fan that I use with the Pi4 on the UPS+ ('with the fancy lights' by Geeekpi; 2-wire, no…