Andy Everitt
Andy Everitt
You often have a line such as this to fix windows file paths: ``` python # Fix windows path if needed file_path_on_target_machine.replace('\\', '/') ``` This does not actually edit the...
Fix Prusa Slicer Compatibility by making gcode parsing more robust
Created from VS Code using [CodeStream](https://codestream.com/?utm_source=cs&utm_medium=issue&utm_campaign=github)
This will likely need some changes the the ASMBL parser too
GUI would allow user to set config parameters without having to edit the json file.
- [ ] Add docstrings - [x] Update variable names to be more representative of what they are - [ ] Reduce big O
This typically happens when the fusion setups are not in the same place relative to the origin. For example adding a raft should offset the part in both setups by...
Fusion has a lot of bugs with their new additive slicer. Unfortunately I don't think there is anything I can do to fix these. If you have a fix, please...
Currently Simplify3D only displays a default additive line thickness and height (0.4 x 0.2 mm). This can make the preview hard to understand if using alternative layer heights The viewer...