volconst

Results 92 comments of volconst

What is your screen resolution? What's the output from this command: ``` !print(self.GetContentScaleFactor()) ```

This could be due to non latin characters send from the printer to pronterface. You can try connecting with pronsole, set the hotend temperature and paste the pronsole session here.

Define a macro with the following commands: pause !# move z 50 !# G1 x0 y200 !# to move to max_y, max_z use python !self.p.send_now('G0 X0 Y%d Z%d'%tuple(self.build_dimensions_list[1:3])) Define a...

Exclamation mark is prefix for python code and hash is prefix for comment in python code See https://github.com/kliment/Printrun#using-macros-and-custom-buttons

I would also dislike such a feature. On which OS, pronterface version does it happen? Are you using a binary or source install? Check if your control/alt keys are stuck...

@kliment do you mind adding this script to the repository? Did not test it, but like the idea.

@andreaskielkopf , I have also thought about this. Do you know that if you double click on the 3D view, another window opens with a slider for the layers. I...

> I do appreciate your work. this program is amazing Thanks, I am a recent contributor. > I did test the 3D-View. But the numbering of Layers seems to differ...

@andreaskielkopf , please post feedback in PR #1197

probably the program exits before the command is sent to/processed by the printer. Put a longer sleep at the end but better use this code https://github.com/kliment/Printrun/issues/1192#issuecomment-840689700