Open The-Synthax opened 1 year ago
Any luck on the new method? If there is something I can do to help, I can try. My machine is sitting idle until there's at least a alpha or beta to test on this repo. I am monitoring the preview branch atm.
Any luck on the new method? If there is something I can do to help, I can try. My machine is sitting idle until there's at least a alpha or beta to test on this repo. I am monitoring the preview branch atm.
Greetings, The preview branch is ready for use, but once you get to part 3, follow these steps.
Run KIAUH on your Pi. Install Klipper, Moonraker, and Fluidd, then copy the .cfg from https://github.com/VioSynthax/Klippventurer-Installer/tree/main/configs to the correct place (so just a normal Klipper setup procedure) and copy the .config to ~/klipper. cd
to ./klipper and run make menuconfig
then save and exit from menuconfig, now run make
You have to configure your Pi to enable the serial line. Here are the commands to make that easy:
sudo sh -c "echo '# Enable UART port' >> /boot/config.txt"
sudo sh -c "echo 'enable_uart=1' >> /boot/config.txt"
sudo sh -c "echo 'dtoverlay=miniuart-bt' >> /boot/config.txt"
sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt"
sudo sed -i 's/console=tty1 //' /boot/cmdline.txt
sudo reboot
Once the Pi is back and you can SSH back in, run the following command sudo stm32flash -w ~/klipper.bin -R -i -18,23,18:-18,-23,18 /dev/ttyAMA0
And you should be able to use the printer via the Fluidd web interface immediately after flashing. I'll be here if you need any support! Good luck.
Thermistor calibration is closer, but filaments still all seem to require 15-20°C higher temps than they should before they print correctly. Will need to calibrate it with an external thermistor.
Thermistor doesn't seem to read correct values on the higher end with current settings, may need to pick a different thermistor type for printer.cfg or define a custom thermistor.