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

show Z in pronterFaceUI #774

Open
wants to merge 1 commit into
base: SteamEngine
Choose a base branch
from

Conversation

hg42
Copy link
Contributor

@hg42 hg42 commented Mar 8, 2014

add height display (Z) to pronterFaceUI.

--HG--
extra : source : 38222217c2c3d5d67dc2825680ec7c4e0916568d

--HG--
extra : source : 38222217c2c3d5d67dc2825680ec7c4e0916568d
@hg42
Copy link
Contributor Author

hg42 commented Mar 8, 2014

@daid I would also like to add the layer number (to compare this with the gcode window), but I wonder how to correctly get the value without calculating it again. I think this should be a function somewhere (slicer? profile?).

value = self._printerConnection.getBedTemperature()
if value is not None:
info += ' Bed: %d' % (value)
value = self._printerConnection.getZ()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for readability I changed this to only get the value once

@ghost
Copy link

ghost commented Mar 27, 2015

I've made an alternative printer interface plugin (https://github.com/walthercarsten/PrinterFaceUi).
Maybe you can use it...

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

Successfully merging this pull request may close these issues.

1 participant