Yeah i was counting upwards instead of downwards. So maybe something like Z10 should be safe and close enough.
Hi there, I would like to use the code from the discussion but in a slightly different way on multiple P1Ps by using the aux fan. That signal to the aux fan feeds into a PLC which after a cooling delay triggers a pneumatic cylinder, kicking stuff off the bed.
What I cannot do yet is add a ârepeatâ or âstart all overâ- command at the end because this is supposed to go 24/7.
Prints take approx 6hrs, I will clear the purge line daily so that will not be a issue.
Hello everyone, I in advanced mode I donât see the gcode. How can I get to it? Can you guys help me?
There are two places for it. For print start and end gcode, click on the printer edit icon highlighted here in yellow.
then select Machine G-code.
for things related to filament, such as adjusting chamber fan speed, click on the filament edit icon (blue).
Ok thank you Holmesa
Still talking about code, why with some prints the plate does auto level on 32 points including shake points and on other prints, same preset, same printer does it only on 5 points: 4 corners + center
in others it only does center, shake and print.
I canât understand. Can you help me?
I asked the same question a while ago. The answer I got was that it first tries 5 points, but if it gets too much variation from what it remembered from last time, it does the full array. Iâve seen it test three points and then go back to do the full probe.
Thanks so much for this!
I was trying to use the following code to turn the aux fan off and then turn it back off once the bed reaches 40 degrees. It works⌠however, it turns the aux fan off at 45 instead of 40 degrees and I canât figure out whyâŚ
M106 P2 S255; set Aux fan to 100%
M190 R40; wait for bed temp to reach 40 degrees
M106 P2 S0; set Aux fan to 0%
Sorry for double post but this forum doesnât seem to allow you to edit your comment
Thanks so much for this!
I was trying to use the following code to turn the aux fan on and then turn it back off once the bed reaches 40 degrees. It works⌠however, it turns the aux fan off at 45 instead of 40 degrees and I canât figure out whyâŚ
M106 P2 S255; set Aux fan to 100%
M190 R40; wait for bed temp to reach 40 degrees
M106 P2 S0; set Aux fan to 0%