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

carthographer touch #54

Open
craeke opened this issue Nov 23, 2024 · 8 comments
Open

carthographer touch #54

craeke opened this issue Nov 23, 2024 · 8 comments

Comments

@craeke
Copy link

craeke commented Nov 23, 2024

hi

first off its very good and i love it.

the only problem i have is when using touch for carthographer it does not do the touch before print?
i have my scanner set to touch in my printer.cfg am i missing something?
i assume it will be the same as normal klipper? that it wil calibrate the z offset?

i want to change plate or nozlle and want it to calibrate the z offset like it does with normal klipper.

is that possible?

greetings

@3DPrintDemon
Copy link
Owner

Hi, if you have the scanner section in your printer.cfg & you also have calibration_method set as touch it should work. However I have added a M400 command to the file now, so the system will wait to do the "touch" until all previous commands have been completed.

Please re-download this file & try again.
https://github.com/3DPrintDemon/Demon_Klipper_Essentials_Unified/blob/main/demon_print_start_end_v2.9.1.cfg

@craeke
Copy link
Author

craeke commented Nov 24, 2024

wil try it i notice when i compare the files the m400 command in the mesh section was missing in mine.
maybe thats why? i need to wait for my print to finish to try.

any idea why i get The value 'BedFans' is not valid for FAN?

@3DPrintDemon
Copy link
Owner

Hopefully it'll work, sorry I can't test it as I don't have a cartographer.

Do you have bed fans enabled in your hardware options in the demon_user_settings file? It looks like you've called your parts cooling fan BedFans.

@craeke
Copy link
Author

craeke commented Nov 25, 2024

its not working, i need to at CARTOGRAPHER_TOUCH at the end off mesh section for it to work

@3DPrintDemon
Copy link
Owner

There are CARTOGRAPHER_TOUCH commands after meshing options that are dependent on the sections & options you have in your printer.cfg, like I mentioned before. Sadly I don’t have a cartographer so I can’t test it sadly.

You could try editing line 256 of the demon_print_start_end.cfg to this if you’re using adaptive meshing…

{% if printer.configfile.settings.calibration_method == 'touch'  %}

Plus line 310 if you’re not.

@craeke
Copy link
Author

craeke commented Nov 25, 2024

no it does not work only with the CARTOGRAPHER_TOUCH at the end

@3DPrintDemon
Copy link
Owner

Ah ok this should be working but not obviously, probably due to a path error.

Try

{% if printer.configfile.settings.scanner.calibration_method == 'touch'  %}

all I can do is suggest things to try as I can’t test this with a probe I don’t have I’m afraid.

@craeke
Copy link
Author

craeke commented Nov 25, 2024

yeah its alright im willing to test it no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants