Firmware.sublime-workspace 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. {
  2. "auto_complete":
  3. {
  4. "selected_items":
  5. [
  6. [
  7. "set",
  8. "setCursor"
  9. ],
  10. [
  11. "inter",
  12. "inters"
  13. ],
  14. [
  15. "lon",
  16. "longFilename"
  17. ],
  18. [
  19. "long",
  20. "longFilenameOLD"
  21. ],
  22. [
  23. "LCD",
  24. "LCD_WIDTH"
  25. ],
  26. [
  27. "sc",
  28. "scrollstuff"
  29. ],
  30. [
  31. "pr",
  32. "printthatshit"
  33. ],
  34. [
  35. "print",
  36. "printthatshit"
  37. ],
  38. [
  39. "LCD_cl",
  40. "LCD_CLICKED"
  41. ],
  42. [
  43. "temp",
  44. "tempScrool"
  45. ],
  46. [
  47. "tem",
  48. "tempScrool"
  49. ],
  50. [
  51. "int",
  52. "int8_t"
  53. ],
  54. [
  55. "SD",
  56. "SDscrool"
  57. ],
  58. [
  59. "lcd_impl",
  60. "lcd_implementation_clear"
  61. ],
  62. [
  63. "data",
  64. "_data_pins"
  65. ],
  66. [
  67. "lcd",
  68. "lcd_status_message"
  69. ],
  70. [
  71. "marg",
  72. "margin-right"
  73. ],
  74. [
  75. "mar",
  76. "margin-bottom"
  77. ],
  78. [
  79. "le",
  80. "length-1"
  81. ],
  82. [
  83. "lay",
  84. "Layers"
  85. ],
  86. [
  87. "len",
  88. "length"
  89. ],
  90. [
  91. "sli",
  92. "slic3r"
  93. ],
  94. [
  95. "err",
  96. "error"
  97. ],
  98. [
  99. "Lay",
  100. "Layers"
  101. ],
  102. [
  103. "leng",
  104. "length-1"
  105. ],
  106. [
  107. "Layer",
  108. "LayersH"
  109. ],
  110. [
  111. "Laye",
  112. "LayersH"
  113. ],
  114. [
  115. "Line",
  116. "LineNumber"
  117. ]
  118. ]
  119. },
  120. "buffers":
  121. [
  122. {
  123. "file": "Firmware.ino",
  124. "settings":
  125. {
  126. "buffer_size": 1877,
  127. "line_ending": "Unix"
  128. }
  129. },
  130. {
  131. "file": "Configuration.h",
  132. "settings":
  133. {
  134. "buffer_size": 31837,
  135. "line_ending": "Unix"
  136. }
  137. },
  138. {
  139. "file": "Configuration_prusa.h",
  140. "settings":
  141. {
  142. "buffer_size": 6362,
  143. "line_ending": "Unix"
  144. }
  145. },
  146. {
  147. "file": "Marlin_main.cpp",
  148. "settings":
  149. {
  150. "buffer_size": 167814,
  151. "line_ending": "Unix"
  152. }
  153. },
  154. {
  155. "file": "ultralcd.cpp",
  156. "settings":
  157. {
  158. "buffer_size": 46240,
  159. "line_ending": "Unix"
  160. }
  161. },
  162. {
  163. "file": "variants/300-1a-cz.h",
  164. "settings":
  165. {
  166. "buffer_size": 6389,
  167. "line_ending": "Unix"
  168. }
  169. },
  170. {
  171. "file": "variants/300-1a-en.h",
  172. "settings":
  173. {
  174. "buffer_size": 6389,
  175. "line_ending": "Unix"
  176. }
  177. },
  178. {
  179. "file": "variants/300-2a-cz.h",
  180. "settings":
  181. {
  182. "buffer_size": 6389,
  183. "line_ending": "Unix"
  184. }
  185. },
  186. {
  187. "file": "variants/300-2a-en.h",
  188. "settings":
  189. {
  190. "buffer_size": 6388,
  191. "line_ending": "Unix"
  192. }
  193. },
  194. {
  195. "file": "pins.h",
  196. "settings":
  197. {
  198. "buffer_size": 10841,
  199. "line_ending": "Unix"
  200. }
  201. }
  202. ],
  203. "build_system": "Packages/C++/C++.sublime-build",
  204. "command_palette":
  205. {
  206. "height": 367.0,
  207. "selected_items":
  208. [
  209. [
  210. "Package Control: ",
  211. "Package Control: Install Package"
  212. ]
  213. ],
  214. "width": 449.0
  215. },
  216. "console":
  217. {
  218. "height": 174.0
  219. },
  220. "distraction_free":
  221. {
  222. "menu_visible": true,
  223. "show_minimap": false,
  224. "show_open_files": false,
  225. "show_tabs": false,
  226. "side_bar_visible": false,
  227. "status_bar_visible": false
  228. },
  229. "file_history":
  230. [
  231. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/boards.h",
  232. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/language_cz.h",
  233. "/Users/prusam/Library/Caches/Cleanup At Startup/Transmit/9DB93710-9561-46CC-AD89-F118A176707C/library.properties",
  234. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/Marlin_main.cpp",
  235. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/cardreader.h",
  236. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/cardreader.cpp",
  237. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/SdFatConfig.h",
  238. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/LiquidCrystal.h",
  239. "/Volumes/Production/Firmware/fvrun/Marlin1-0-3_RamboMini1-3_EN/LiquidCrystal.cpp",
  240. "/Volumes/C/Users/Michal/Desktop/Prusa.gcode",
  241. "/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN/ultralcd.h",
  242. "/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN/ultralcd.cpp",
  243. "/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN/pins.h",
  244. "/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN/language.h",
  245. "/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN/Marlin1-0-3_RamboMini1-3_EN.ino",
  246. "/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN/language_en.h",
  247. "/Applications/arduino.app/Contents/Resources/Java/libraries/Robot_Control/SdCard.h",
  248. "/Applications/arduino.app/Contents/Resources/Java/libraries/Robot_Control/ArduinoRobot.cpp",
  249. "/Users/prusam/Downloads/watch.gcode",
  250. "/Users/prusam/Documents/eagle/HomeAutom/windowctntr.gcode",
  251. "/Users/prusam/Downloads/motors.html",
  252. "/Users/prusam/Documents/MotorsEmail",
  253. "/Volumes/Common/adent/server/mystylesheet.css",
  254. "/Volumes/C/Users/Michal/AppData/Roaming/OBS/scenes.xconfig",
  255. "/Volumes/Common/FWupdater/app/js/main.js",
  256. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_CZ/pins.h",
  257. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_CZ/Configuration_adv.h",
  258. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_EN/language.h",
  259. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_EN/ultralcd.cpp",
  260. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_EN/Configuration.h",
  261. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_EN/language_en.h",
  262. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_EN/pins.h",
  263. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-0_EN/Configuration_adv.h",
  264. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_CZ/Configuration.h",
  265. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_CZ/language.h",
  266. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_CZ/ultralcd.cpp",
  267. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_CZ/pins.h",
  268. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_CZ/Configuration_adv.h",
  269. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_EN/Configuration_adv.h",
  270. "/Volumes/Production/git/Prusa i3 Plus 1.75mm/Firmware/Marlin1-0-3_RamboMini1-3_EN/pins.h",
  271. "/Volumes/Common/Michal/pipe/pipe-2.gcode",
  272. "/Volumes/Production/git/Prusa i3 Plus 3mm/.git/index",
  273. "/Volumes/NO NAME/Body.par.gcode",
  274. "/Volumes/Common/dualcolo/layerchange",
  275. "/Volumes/Common/dualcolo/cube.gcode",
  276. "/Volumes/Common/filchanger_pepa/AW-stand.gcode",
  277. "/Volumes/Common/filchanger_pepa/title.gcode",
  278. "/Volumes/NO NAME/gopro_handler_v2.gcode",
  279. "/Volumes/Common/Vit/PineappleMan.gcode",
  280. "/Users/prusam/Documents/test-30r.gcode",
  281. "/Users/prusam/Library/Caches/Cleanup At Startup/Transmit/FEFA6CB9-4596-4F8F-8CFF-45D2E80094A3/system.js",
  282. "/Volumes/MichalData/filchanger/jquery-ui/jquery-ui.css",
  283. "/Volumes/NO NAME/Zlift.gcode",
  284. "/Volumes/Production/Firmware/Marlin-RAMBO-MINI13-e3d-newmenu/example_configurations/filchange"
  285. ],
  286. "find":
  287. {
  288. "height": 38.0
  289. },
  290. "find_in_files":
  291. {
  292. "height": 0.0,
  293. "where_history":
  294. [
  295. ""
  296. ]
  297. },
  298. "find_state":
  299. {
  300. "case_sensitive": false,
  301. "find_history":
  302. [
  303. "FAN",
  304. "tune",
  305. "PRUSA",
  306. "support",
  307. "P",
  308. "119",
  309. "FR_SENS",
  310. "FR",
  311. "board",
  312. "steps",
  313. "pulseEnable",
  314. "command",
  315. "23",
  316. "lcd_set_status",
  317. "109",
  318. "lcd_setstatus",
  319. "lcd_status_message",
  320. "filename",
  321. "fname",
  322. "openfile",
  323. "printing",
  324. "M109",
  325. "card.longFilename",
  326. "card.LongFileName",
  327. "openfile",
  328. "23",
  329. "sd",
  330. "lcd_setstatus",
  331. "lcd_status_message",
  332. "LCD_HEIGHT",
  333. "lcd_status_message",
  334. "status",
  335. "sdfile",
  336. "startFileprint",
  337. "24",
  338. "LCD_MESSAGEPGM",
  339. "M109",
  340. "longfilename",
  341. "Filename",
  342. "600",
  343. "M600",
  344. "MENU_ITEM",
  345. "sd",
  346. "sdfile_selected",
  347. "lcd_implementation_drawmenu_sdfile_selected",
  348. "LCD_CLICKED",
  349. "LCD_clicked",
  350. "MENU_ITEM",
  351. "LONG_FILENAME_LENGTH",
  352. "card",
  353. "sd",
  354. "display",
  355. "D7",
  356. "lcd_status_message",
  357. "lcdDrawUpdate",
  358. "lcd_quick_feedback",
  359. "kill",
  360. "display",
  361. "Z",
  362. "liquidCrystal.h",
  363. "liquidCrystal",
  364. "nocl",
  365. "liquid",
  366. "begin",
  367. "init",
  368. "read",
  369. "lcd_implementation_init",
  370. "ini",
  371. "lcd_status_screen()",
  372. "lcd_implementation_status_screen()",
  373. "lcd_control_temperature_menu",
  374. "lcd_move_e()",
  375. "move_x",
  376. "lcd_move_menu_axis()",
  377. "clear",
  378. "lcd_implementation_status_screen",
  379. "lcd_prepare_menu",
  380. "M600",
  381. "filament",
  382. "max",
  383. "stan",
  384. "\n\n",
  385. "\n",
  386. "alert",
  387. "ex",
  388. "path",
  389. "G1 Z",
  390. "syntax",
  391. "change",
  392. "arduino",
  393. "stk500v2",
  394. "G1 Z1.5",
  395. "M600",
  396. "G1 Z1.5",
  397. "G1 Z1.15",
  398. "M600",
  399. "G1 Z",
  400. "M600",
  401. "data",
  402. "}\n",
  403. "M600",
  404. "Simpli",
  405. "Z",
  406. "M600",
  407. "alert",
  408. "m600",
  409. "alert",
  410. ".leng",
  411. "Layers",
  412. "Heig",
  413. "round",
  414. "M600",
  415. "alert",
  416. "M600",
  417. "G1 Z6",
  418. "M600",
  419. "G1 Z",
  420. "M600",
  421. " Z",
  422. "Z",
  423. "M600",
  424. "G1 Z",
  425. "G1 Z16",
  426. "M600",
  427. "chan",
  428. "addElement",
  429. "function roundNumber",
  430. "round"
  431. ],
  432. "highlight": true,
  433. "in_selection": false,
  434. "preserve_case": false,
  435. "regex": false,
  436. "replace_history":
  437. [
  438. "\"},\n{\"",
  439. ",",
  440. ":)"
  441. ],
  442. "reverse": false,
  443. "show_context": true,
  444. "use_buffer2": true,
  445. "whole_word": false,
  446. "wrap": true
  447. },
  448. "groups":
  449. [
  450. {
  451. "selected": 5,
  452. "sheets":
  453. [
  454. {
  455. "buffer": 0,
  456. "file": "Firmware.ino",
  457. "settings":
  458. {
  459. "buffer_size": 1877,
  460. "regions":
  461. {
  462. },
  463. "selection":
  464. [
  465. [
  466. 0,
  467. 0
  468. ]
  469. ],
  470. "settings":
  471. {
  472. "syntax": "Packages/User/Stino/Arduino.tmLanguage",
  473. "tab_size": 2,
  474. "translate_tabs_to_spaces": true
  475. },
  476. "translation.x": 0.0,
  477. "translation.y": 0.0,
  478. "zoom_level": 1.0
  479. },
  480. "type": "text"
  481. },
  482. {
  483. "buffer": 1,
  484. "file": "Configuration.h",
  485. "settings":
  486. {
  487. "buffer_size": 31837,
  488. "regions":
  489. {
  490. },
  491. "selection":
  492. [
  493. [
  494. 131,
  495. 141
  496. ]
  497. ],
  498. "settings":
  499. {
  500. "syntax": "Packages/C++/C++.tmLanguage",
  501. "tab_size": 2,
  502. "translate_tabs_to_spaces": true
  503. },
  504. "translation.x": 0.0,
  505. "translation.y": 0.0,
  506. "zoom_level": 1.0
  507. },
  508. "type": "text"
  509. },
  510. {
  511. "buffer": 2,
  512. "file": "Configuration_prusa.h",
  513. "settings":
  514. {
  515. "buffer_size": 6362,
  516. "regions":
  517. {
  518. },
  519. "selection":
  520. [
  521. [
  522. 0,
  523. 0
  524. ]
  525. ],
  526. "settings":
  527. {
  528. "syntax": "Packages/C++/C++.tmLanguage",
  529. "tab_size": 4,
  530. "translate_tabs_to_spaces": true
  531. },
  532. "translation.x": 0.0,
  533. "translation.y": 0.0,
  534. "zoom_level": 1.0
  535. },
  536. "type": "text"
  537. },
  538. {
  539. "buffer": 3,
  540. "file": "Marlin_main.cpp",
  541. "settings":
  542. {
  543. "buffer_size": 167814,
  544. "regions":
  545. {
  546. },
  547. "selection":
  548. [
  549. [
  550. 129463,
  551. 129463
  552. ]
  553. ],
  554. "settings":
  555. {
  556. "syntax": "Packages/C++/C++.tmLanguage",
  557. "tab_size": 2,
  558. "translate_tabs_to_spaces": true
  559. },
  560. "translation.x": 0.0,
  561. "translation.y": 83792.0,
  562. "zoom_level": 1.0
  563. },
  564. "type": "text"
  565. },
  566. {
  567. "buffer": 4,
  568. "file": "ultralcd.cpp",
  569. "settings":
  570. {
  571. "buffer_size": 46240,
  572. "regions":
  573. {
  574. },
  575. "selection":
  576. [
  577. [
  578. 16028,
  579. 16028
  580. ]
  581. ],
  582. "settings":
  583. {
  584. "syntax": "Packages/C++/C++.tmLanguage",
  585. "tab_size": 4,
  586. "translate_tabs_to_spaces": true
  587. },
  588. "translation.x": 0.0,
  589. "translation.y": 0.0,
  590. "zoom_level": 1.0
  591. },
  592. "type": "text"
  593. },
  594. {
  595. "buffer": 5,
  596. "file": "variants/300-1a-cz.h",
  597. "settings":
  598. {
  599. "buffer_size": 6389,
  600. "regions":
  601. {
  602. },
  603. "selection":
  604. [
  605. [
  606. 231,
  607. 231
  608. ]
  609. ],
  610. "settings":
  611. {
  612. "syntax": "Packages/C++/C++.tmLanguage",
  613. "tab_size": 4,
  614. "translate_tabs_to_spaces": true
  615. },
  616. "translation.x": 0.0,
  617. "translation.y": 0.0,
  618. "zoom_level": 1.0
  619. },
  620. "type": "text"
  621. },
  622. {
  623. "buffer": 6,
  624. "file": "variants/300-1a-en.h",
  625. "settings":
  626. {
  627. "buffer_size": 6389,
  628. "regions":
  629. {
  630. },
  631. "selection":
  632. [
  633. [
  634. 231,
  635. 231
  636. ]
  637. ],
  638. "settings":
  639. {
  640. "syntax": "Packages/C++/C++.tmLanguage",
  641. "tab_size": 4,
  642. "translate_tabs_to_spaces": true
  643. },
  644. "translation.x": 0.0,
  645. "translation.y": 0.0,
  646. "zoom_level": 1.0
  647. },
  648. "type": "text"
  649. },
  650. {
  651. "buffer": 7,
  652. "file": "variants/300-2a-cz.h",
  653. "settings":
  654. {
  655. "buffer_size": 6389,
  656. "regions":
  657. {
  658. },
  659. "selection":
  660. [
  661. [
  662. 231,
  663. 231
  664. ]
  665. ],
  666. "settings":
  667. {
  668. "syntax": "Packages/C++/C++.tmLanguage",
  669. "tab_size": 4,
  670. "translate_tabs_to_spaces": true
  671. },
  672. "translation.x": 0.0,
  673. "translation.y": 0.0,
  674. "zoom_level": 1.0
  675. },
  676. "type": "text"
  677. },
  678. {
  679. "buffer": 8,
  680. "file": "variants/300-2a-en.h",
  681. "settings":
  682. {
  683. "buffer_size": 6388,
  684. "regions":
  685. {
  686. },
  687. "selection":
  688. [
  689. [
  690. 231,
  691. 231
  692. ]
  693. ],
  694. "settings":
  695. {
  696. "syntax": "Packages/C++/C++.tmLanguage",
  697. "tab_size": 4,
  698. "translate_tabs_to_spaces": true
  699. },
  700. "translation.x": 0.0,
  701. "translation.y": 0.0,
  702. "zoom_level": 1.0
  703. },
  704. "type": "text"
  705. },
  706. {
  707. "buffer": 9,
  708. "file": "pins.h",
  709. "settings":
  710. {
  711. "buffer_size": 10841,
  712. "regions":
  713. {
  714. },
  715. "selection":
  716. [
  717. [
  718. 7690,
  719. 7690
  720. ]
  721. ],
  722. "settings":
  723. {
  724. "syntax": "Packages/C++/C++.tmLanguage",
  725. "tab_size": 2,
  726. "translate_tabs_to_spaces": true
  727. },
  728. "translation.x": 0.0,
  729. "translation.y": 5792.0,
  730. "zoom_level": 1.0
  731. },
  732. "type": "text"
  733. }
  734. ]
  735. }
  736. ],
  737. "incremental_find":
  738. {
  739. "height": 0.0
  740. },
  741. "input":
  742. {
  743. "height": 38.0
  744. },
  745. "layout":
  746. {
  747. "cells":
  748. [
  749. [
  750. 0,
  751. 0,
  752. 1,
  753. 1
  754. ]
  755. ],
  756. "cols":
  757. [
  758. 0.0,
  759. 1.0
  760. ],
  761. "rows":
  762. [
  763. 0.0,
  764. 1.0
  765. ]
  766. },
  767. "menu_visible": true,
  768. "output.build|/Applications/arduino.app/Contents/Resources/Java/libraries/Robot_Control|1449489553.26":
  769. {
  770. "height": 0.0
  771. },
  772. "output.build|/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN|1449489469.39":
  773. {
  774. "height": 142.0
  775. },
  776. "output.build|/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN|1449489481.83":
  777. {
  778. "height": 142.0
  779. },
  780. "output.build|/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN|1449489571.95":
  781. {
  782. "height": 142.0
  783. },
  784. "output.build|/Users/prusam/Documents/FW cleanup/Marlin1-0-3_RamboMini1-3_EN|1449489902.68":
  785. {
  786. "height": 142.0
  787. },
  788. "output.build|/Volumes/Production/Firmware/175-shortY/Marlin1-0-3_RamboMini1-3_CZ|1449773572.73":
  789. {
  790. "height": 142.0
  791. },
  792. "output.build|/Volumes/Production/Firmware/175-shortY/Marlin1-0-3_RamboMini1-3_CZ|1449773644.14":
  793. {
  794. "height": 142.0
  795. },
  796. "output.build|/Volumes/Production/Firmware/175-shortY/Marlin1-0-3_RamboMini1-3_CZ|1449773671.76":
  797. {
  798. "height": 142.0
  799. },
  800. "output.exec":
  801. {
  802. "height": 142.0
  803. },
  804. "output.upload|/Volumes/MichalData/Epic Byt/WindowClient/WindowClient|1449273233.47":
  805. {
  806. "height": 142.0
  807. },
  808. "output.upload|/Volumes/MichalData/Epic Byt/WindowClient/WindowClient|1449273256.26":
  809. {
  810. "height": 142.0
  811. },
  812. "output.upload|/Volumes/MichalData/Epic Byt/WindowClient/WindowClient|1449273276.42":
  813. {
  814. "height": 142.0
  815. },
  816. "output.upload|/Volumes/Production/Firmware/175-shortY/Marlin1-0-3_RamboMini1-3_CZ|1449772851.6":
  817. {
  818. "height": 142.0
  819. },
  820. "output.upload|/Volumes/Production/Firmware/175-shortY/Marlin1-0-3_RamboMini1-3_CZ|1449773351.61":
  821. {
  822. "height": 142.0
  823. },
  824. "output.upload|/Volumes/Production/Firmware/175-shortY/Marlin1-0-3_RamboMini1-3_CZ|1449773547.29":
  825. {
  826. "height": 142.0
  827. },
  828. "replace":
  829. {
  830. "height": 70.0
  831. },
  832. "save_all_on_build": true,
  833. "select_file":
  834. {
  835. "height": 0.0,
  836. "selected_items":
  837. [
  838. ],
  839. "width": 0.0
  840. },
  841. "select_project":
  842. {
  843. "height": 0.0,
  844. "selected_items":
  845. [
  846. ],
  847. "width": 0.0
  848. },
  849. "show_minimap": true,
  850. "show_open_files": true,
  851. "show_tabs": true,
  852. "side_bar_visible": true,
  853. "side_bar_width": 304.0,
  854. "status_bar_visible": true
  855. }