digitalfrost
digitalfrost
There are inconsistencies between the sourcing guide https://vorondesign.com/sourcing_guide?model=VS and the BOM available on the https://vorondesign.com/voron_switchwire page Under the **Misc** section in the sourcing guide there is _BMG Extruder Hardware Kit_...
The downloadable BOM has an **Electronics** section with 20 items. The sourcing guide has an an **Electronics** section with 13 items. The sourcing guide has a **"Controller"** section with 6...
Fixes: ``` [nvim-cmp] documentation is deprecated. [nvim-cmp] Please use window.documentation = cmp.config.window.bordered() instead. ``` Also fixes snippets not working and error: ``` Error executing vim.schedule lua callback: ...te/pack/packer/start/nvim-cmp/lua/cmp/view/docs_view.lua:38: bad argument...
- Reformat the text to make it easier to read and understand by breaking up the descriptions into separate lines. - Use italics to emphasize "not used by Cura" -...
Simplify and clarify logic linked to limit_to_extruder in getProperty method. If statements are now less tangled and duplicated.
Cleaner and more idiomatic way to reverse a dictionary
There is no need for range(len
- Use enumerate for iteration - Improve reading flow by switching round if else block - Shorten / change variable names for improved readability and clarity.
Invert order of logical conditions. This change greatly improves readability and clarifies the intent.