sojhalb / CuraEngine

CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called "Cura".
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
0 stars 0 forks source link

Change X axis to B Axis #1

Closed nguyri closed 5 years ago

nguyri commented 5 years ago

Currently /dev 1074ea still outputs X axis labelled G-code instead of the expected B axis

nguyri commented 5 years ago

Fairly straightforward even though it required changing code in CuraEngine and Cura. Relevant functions are writeFXYZE(..) in gCodeExport.cpp in CuraEngine and processGCode(..) in FlavorParser.py in Cura. Note that this change makes original Cura unable to display the "unwrapped" prints, but simple changing processGCode in the master branch would be an easy fix