TM3D

Results 4 comments of TM3D

@alfrix that's not the issue. Klipper Screen zcalibrate.py does not have a check for printhead location before starting z calibration. It only checks to see if the printer has been...

@alfrix If user aborts from Z Calibrate, then restarts Z does not raise before moving to position. So, if the print head is close to the bed (after adjusting Z...

@alfrix of course! It should be user preference. So, it is optional in a config file (/boot/BoardEnv.txt) but only works with the lines added in KlipperScreen. I was just hoping...

@alfrix in addition, the Pad7 image has additional files in /etc/scripts. In screen.py, the following is needed for the audible click to work properly. def _button_pressed_feedback(self, widget=None): os.system('/etc/scripts/ks_click.sh') Renaming the...