Advertisement
Guest User

Untitled

a guest
Dec 1st, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. accessControl: {}
  2. api:
  3. key: xxxxxxx
  4. appearance:
  5. color: black
  6. name: GaStRaP
  7. controls:
  8. - children:
  9. - command: M106 S%(speed)s
  10. input:
  11. - default: 255
  12. name: Speed (0-255)
  13. parameter: speed
  14. name: Set Fan Speed
  15. type: parametric_command
  16. - command: M220 S%(speed)s
  17. input:
  18. - default: 100
  19. name: Speed (0-200)
  20. parameter: speed
  21. name: Set Speed Multiply
  22. type: parametric_command
  23. - command: M221 S%(speed)s
  24. input:
  25. - default: 100
  26. name: Speed (0-200)
  27. parameter: speed
  28. name: Set Flow Multiply
  29. type: parametric_command
  30. - command: M112
  31. name: Emergency stop
  32. type: command
  33. name: More
  34. type: section
  35. cura:
  36. enabled: true
  37. feature: {}
  38. printerParameters:
  39. movementSpeed: {}
  40. serial:
  41. baudrate: 250000
  42. port: /dev/ttyACM0
  43. timeout:
  44. connection: 5.0
  45. detection: 3.5
  46. server:
  47. firstRun: false
  48. system:
  49. actions:
  50. - action: shutdown
  51. command: sudo shutdown -h now
  52. confirm: You are about to shutdown the system.
  53. name: Shutdown
  54. - action: reboot
  55. command: sudo shutdown -r now
  56. confirm: You are about to reboot the system
  57. name: Reboot
  58. - action: restart
  59. command: sudo service octoprint restart
  60. confirm: You are about to restart OctoPrint
  61. name: Restart OctoPrint
  62. temperature:
  63. profiles:
  64. - bed: 100
  65. extruder: 210
  66. name: ABS
  67. - bed: '0'
  68. extruder: 180
  69. name: PLA
  70. webcam:
  71. ffmpeg: /usr/bin/avconv
  72. snapshot: http://127.0.0.1:8080/?action=snapshot
  73. stream: /webcam/?action=stream
  74. watermark: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement