Bob Kuhn

Results 62 comments of Bob Kuhn

Thanks for the bootloader info. I tanked my board by using ST-Link to upload Marlin. I have a second board so I was able to download the bootloader and move...

I don't quite know what is going on here but just in case it's of any use ... Here are binary dumps of the bootloader section (0800 0000 - 0800...

I've downloaded Marlin 2.0. Now I want to make some changes to the configuration.h file using Sublime and then use Deviot to compile & upload it. If I open the...

Deviot in Windows works just fine with Marlin 1.x and 2.0. Deviot in Linux and macOS do not. In Windows I open the folder (via Sublimes's File, Open Folder dialog)...

After selecting some text in Configuration.h: ``` [ Deviot 2.2.1 ] \nYou will see more information after build your project or upload your firmware.\n\n- Check the wiki to know more...

Sorry - wrong console. Here's the Sublime console's contents aft ``` DPI scale (detected): 1 startup, version: 3176 linux x64 channel: stable executable: /opt/sublime_text/sublime_text working dir: / packages path: /home/bob/.config/sublime-text-3/Packages...

I added a couple of print statements to quickmenu: ``` selected_boards = self.get_selected_boards() **print('selected_boards: ', selected_boards)** boards_path = getBoardsFileDataPath() **print('boards_path: ', boards_path)** boards_file = File(boards_path) **print('boards_file: ', boards_file)** boards =...

In **save_board_list** the run_command is returning: `/bin/sh: 1: /home/bob/.config/sublime-text-3/Packages/User/Deviot/penv/bin/platformio: not found`

What is the error and how do we reproduce it?

@tombrazier - any chance of looking this over?