Jump to content

citystars

Dormant
  • Posts

    5
  • Joined

  • Last visited

    Never

citystars's Achievements

0

Reputation

  1. Well i did change the file but it was possible you downloaded the first one. There's an error in it. Go to the script.py and its at the heatbed its going to say "M140" S55) and it needs to become "M140 S55") Or just download it again. Changed the code in it
  2. I have changed the interface. Added a on/off button for headbed and extruder. The headbed temp = 55 and extruder = 205. If you want to change these values you need to go to script and change S55 & S205 to the desired themp. Copy the files in the zip to PronterfanUI and replace everything.. https://mega.co.nz/#!CcQmUTbI!9Q9KMSzQySp2MubyuLSxebio7wjDv4Z2t9v6MuYmkKk The only problem i have is that the headbed doesn't work and don't know why... Maybe any of you guys have an idea? addColorCommand(120, 77, 27, sendGCode, "M140 S55") Using this but doesn't work. And when i change the line from the extruder to M140 S55 it works...
  3. But how comes that only the Cancel button is showed? When i change print with cancel and vice versa the cancel button is then next the print button. So the color codes are working. Do you know why it doesn't show the buttons (visually)?
  4. This doesn't work for me. Adding the fan to the GUI works but not the temp for the extruders. I added the code to the bottom of script.py (in the map plugins\PronterfaceUI) and if i want to print it doesnt want to open the print window, and when i remove the new added code its working again. i'm i doing something wrong? Also the code with the fan, on the bottom it says addButton(0, 255, 255, 'Connect', connect) addButton(0, 240, 255, 'Print', startPrint) addButton(0, 220, 255, 'Pause', pausePrint) addButton(0, 200, 255, 'Cancel', cancelPrint) addButton(0, 180, 255, 'Error log', showErrorLog) but i only have 3 buttons (connect ,print and cancel) And last question: is it possible to give more commands behind the cancelPrint ? i would like that if i press Cancel in the UI that the printer stops printing but the temperature from the extruder and bed stays on and that the extruder goes up a little bit and then the x and y goes to 0. i tried by typing cancelPrint, sendGcode , "M107 etc....") but it seems it doesn't accept this. Thank you
×
×
  • Create New...