Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- accessControl:
- salt: cwo9baCuRwIDA7Bif514vRrKFoCq2LK0
- api:
- key: CD8C1625BFA7448DA69E58149F3BFA37
- appearance:
- color: orange
- name: Bill Waggoner's Prusa Printer
- controls:
- - children:
- - command: M106 S%(speed)s
- input:
- - default: 255
- name: Speed (0-255)
- parameter: speed
- slider:
- max: 255
- min: 0
- name: Enable Fan
- - command: M107
- name: Disable Fan
- layout: horizontal
- name: Fan
- - children:
- - commands:
- - G91
- - G1 X10 F3000
- - G90
- confirm: You are about to move the X axis right by 10mm with 3000mm/s.
- name: Move X (static)
- - commands:
- - G91
- - G1 X%(distance)s F%(speed)s
- - G90
- input:
- - default: 10
- name: Distance
- parameter: distance
- - default: 3000
- name: Speed
- parameter: speed
- name: Move X (parametric)
- - commands:
- - G90
- - G0 X10 Y200 Z100 F2400
- confirm: Moving to X10 Y200 Z100
- name: Home
- name: Movement
- - children:
- - command: M114
- name: Get Position
- regex: X:([-+]?[0-9.]+) Y:([-+]?[0-9.]+) Z:([-+]?[0-9.]+) E:([-+]?[0-9.]+)
- template: 'Position: X={0}, Y={1}, Z={2}, E={3}'
- name: Reporting
- feature: {}
- folder:
- logs: /mnt/extdrv/Octoprint/logs
- timelapse: /mnt/extdrv/Octoprint/timelapse
- timelapse_tmp: /mnt/extdrv/Octoprint/timelapse/tmp
- uploads: /mnt/extdrv/Octoprint/uploads
- watched: /mnt/extdrv/Octoprint/watched
- gcodeViewer: {}
- plugins:
- _disabled:
- - cura
- - detailedprogress
- announcements:
- channels:
- _important:
- read_until: 1460575175
- discovery:
- upnpUuid: 75acd76e-fea9-42e3-aca0-2d085295ea7f
- filament:
- bounce: 400
- pin: 17
- growl:
- hostname: Dads-MacBook-Pro.local
- password: [redacted]
- softwareupdate:
- _config_version: 4
- check_providers:
- growl: growl
- printhistory: printhistory
- checks:
- octoprint:
- checkout_folder: /mnt/extdrv/Projects/OctoPrint/OctoPrint
- prerelease: true
- prerelease_channel: rc/devel
- printerParameters: {}
- printerProfiles:
- defaultProfile:
- axes:
- e:
- inverted: false
- speed: 300
- x:
- inverted: false
- speed: 6000
- y:
- inverted: false
- speed: 6000
- z:
- inverted: false
- speed: 200
- color: orange
- extruder:
- count: 1
- nozzleDiameter: 0.4
- offsets:
- - - 0.0
- - 0.0
- heatedBed: true
- id: _default
- model: MK2
- name: Prusa
- volume:
- depth: 210.0
- formFactor: rectangular
- height: 200.0
- origin: lowerleft
- width: 250.0
- serial:
- baudrate: 115200
- longRunningCommands:
- - G4
- - G28
- - G29
- - G30
- - G32
- - M400
- - M226
- - M600
- maxCommunicationTimeouts: {}
- port: /dev/ttyACM1
- timeout:
- sdStatus: 10.0
- server:
- commands:
- serverRestartCommand: sudo systemctl restart octoprint.service
- systemRestartCommand: sudo systemctl reboot
- systemShutdownCommand: sudo systemctl poweroff
- firstRun: false
- secretKey: E1husJax0SuNYDyF4MWTWmH15NJlDlNY
- system:
- actions:
- - action: streamon
- command: /home/pi/scripts/webcam start
- confirm: false
- name: Start video stream
- - action: streamoff
- command: /home/pi/scripts/webcam stop
- confirm: false
- name: Stop video stream
- - action: restart
- command: sudo systemctl restart octoprint.service
- confirm: You are about to restart OctoPrint.
- name: Restart OctoPrint
- - action: reboot
- command: sudo systemctl reboot
- confirm: You are about to reboot the whole server.
- name: Reboot the server
- - action: shutdown
- command: sudo systemctl poweroff
- confirm: You are about to shutdown the whole server.
- name: Shutdown the server
- temperature:
- profiles:
- - bed: 100
- extruder: '235'
- name: ABS
- - bed: '50'
- extruder: '210'
- name: PLA
- - bed: '70'
- extruder: '257'
- name: PET+
- - bed: '70'
- extruder: '247'
- name: PETG
- terminalFilters:
- - name: Suppress M105 requests/responses
- regex: 'Send: M105|Recv: ok T:'
- - name: Suppress M27 requests/responses
- regex: '(Send: M27)|(Recv: SD printing byte)'
- webcam:
- ffmpeg: /usr/bin/avconv
- snapshot: http://127.0.0.1:8080/?action=snapshot
- stream: /webcam/?action=stream
- timelapse:
- fps: 25
- options: {}
- postRoll: 1
- type: 'off'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement