1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Can someone give me the following information from their R2?

Discussion in 'General Questions' started by WheresWaldo, Apr 24, 2019.

  1. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    I need to know the following, from a base R2 or C2 for that matter, a copy of /home/pi/.octoprint/config.yaml
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    accessControl:
    salt: xxxxxxxxxxxxxxxxxxxxxxxx
    api:
    allowCrossOrigin: true
    key: xxxxxxxxxxxxxxxxxxxxxxxxx
    appearance: {}
    devel:
    cache:
    enabled: true
    stylesheet: css
    webassets:
    bundle: true
    minify: true
    feature: {}
    gcodeViewer: {}
    plugins:
    RoboLCD:
    Model: Robo C2
    Temp_Preset:
    Robo ABS:
    Bed: 100
    Extruder1: 230
    Robo PLA:
    Bed: 60
    Extruder1: 190
    Wifi:
    ATT5lGW8PQ_2GEXT: xxxxxxxxxxxxxxxxx
    Workshop: xxxxxxxxxxxxxxxxxxx
    sorting_config:
    modify: Newest first
    sort: By date
    ScreenSquish:
    octoprint_max_version: ''
    _disabled:
    - mainboardconnection
    - octoalexa
    - lani
    announcements:
    channels:
    _important:
    read_until: 1521111600
    cura:
    cura_engine: /usr/local/bin/cura_engine
    discovery:
    publicPort: 80
    upnpUuid: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    filament:
    bounce: 400
    pin: 21
    firmwareupdater:
    avrdude_path: /usr/bin/avrdude
    robotheme:
    webcam:
    enabled: true
    softwareupdate:
    _config_version: 4
    check_providers:
    Kaa_Printevent: Kaa_Printevent
    Meta_Reader: Meta_Reader
    TheSpaghettiDetective: thespaghettidetective
    customcontrol: customControl
    firmware_updater: firmwareupdater
    lani: lani
    netconnectd: netconnectd
    printhistory: printhistory
    requestspinner: requestspinner
    robolcd: RoboLCD
    robotheme: robotheme
    stats: stats
    systemcommandeditor: eeprom_marlin
    checks:
    octoprint:
    checkout_folder: /home/pi/OctoPrint
    prerelease: false
    prerelease_channel: null
    thespaghettidetective:
    auth_token: xxxxxxxxxxxxxxxxxxx
    printerParameters: {}
    printerProfiles:
    defaultProfile:
    axes:
    e:
    inverted: false
    speed: 300
    x:
    inverted: false
    speed: 6000
    y:
    inverted: false
    speed: 6000
    z:
    inverted: true
    speed: 200
    color: default
    extruder:
    count: 2
    nozzleDiameter: 0.4
    offsets:
    - - 0.0
    - 0.0
    - - 20.0
    - 0.0
    heatedBed: false
    id: _default
    model: Robo C2
    name: Robo C2
    volume:
    custom_box: false
    depth: 125.0
    formFactor: rectangular
    height: 150.0
    origin: lowerleft
    width: 125.0
    serial:
    autoconnect: true
    baudrate: 115200
    maxCommunicationTimeouts: {}
    port: /dev/ttyACM0
    timeout:
    communication: 120.0
    server:
    commands:
    serverRestartCommand: /home/pi/scripts/webcam stop && sleep 1 && sudo service
    octoprint restart
    systemRestartCommand: sudo shutdown -r now
    systemShutdownCommand: sudo shutdown -h now
    firstRun: false
    secretKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    system:
    actions:
    - action: aclon
    command: /home/pi/oprint/bin/python /home/pi/.octoprint/data/roboACL/roboacl.py
    enable
    confirm: You are about to launch the setup wizard to enable remote access security
    features. You will have to complete the wizard in order to continue using the
    web dashboard. The dashboard and your printer will automatically restart once
    the wizard is finished. This will disrupt any active prints.
    name: Enable remote access security feature
    - action: acloff
    command: /home/pi/oprint/bin/python /home/pi/.octoprint/data/roboACL/roboacl.py
    disable
    confirm: You are about to disable the remote access security features and DELETE
    all user accounts. This will make your printer remotely accessible to everyone
    within your local network. The dashboard and your printer will automatically
    restart. This will disrupt any active prints.
    name: Disable remote access security feature
    - action: divider
    - 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
    temperature: {}
    webcam:
    ffmpeg: /usr/bin/avconv
    snapshot: http://10.0.0.35:8080/?action=snapshot
    stream: http://10.0.0.35:8080/?action=stream
    watermark: false
     
    #2 mark tomlinson, Apr 24, 2019
    Last edited: Apr 24, 2019
  3. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    edited out the cryptographic keys/salt
    TheSpaghettiDetective is the only non-stock plugin (but by golly everyone OUGHT to use it)
    and since I have the webcam installed and enabled that is also same as the R2
     

Share This Page