Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adventurer 3 thermistor calibration #8

Open
The-Synthax opened this issue Mar 22, 2023 · 3 comments
Open

Adventurer 3 thermistor calibration #8

The-Synthax opened this issue Mar 22, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@The-Synthax
Copy link
Collaborator

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.

@The-Synthax The-Synthax added the bug Something isn't working label Mar 22, 2023
@ldw300
Copy link

ldw300 commented Apr 5, 2023

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.

@The-Synthax
Copy link
Collaborator Author

The-Synthax commented Apr 5, 2023

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.

@The-Synthax
Copy link
Collaborator Author

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.

@The-Synthax The-Synthax changed the title thermistor calibration Adventurer 3 thermistor calibration Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

2 participants