diff --git a/src/sliceActions/helpers/GCode.js b/src/sliceActions/helpers/GCode.js index aa7a04f..16aafb3 100644 --- a/src/sliceActions/helpers/GCode.js +++ b/src/sliceActions/helpers/GCode.js @@ -14,7 +14,7 @@ export default class GCode { constructor(settings) { this._nozzleToFilamentRatio = 1; this._gcode = [ - `; ${JSON.stringify(settings).trim()}`, + `; ${JSON.stringify(settings)}`, `; Generated with Doodle3D Slicer V${VERSION}` ]; this._currentValues = {};