mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
don't trim
This commit is contained in:
parent
75c3e9d632
commit
a0b9cd1306
@ -14,7 +14,7 @@ export default class GCode {
|
|||||||
constructor(settings) {
|
constructor(settings) {
|
||||||
this._nozzleToFilamentRatio = 1;
|
this._nozzleToFilamentRatio = 1;
|
||||||
this._gcode = [
|
this._gcode = [
|
||||||
`; ${JSON.stringify(settings).trim()}`,
|
`; ${JSON.stringify(settings)}`,
|
||||||
`; Generated with Doodle3D Slicer V${VERSION}`
|
`; Generated with Doodle3D Slicer V${VERSION}`
|
||||||
];
|
];
|
||||||
this._currentValues = {};
|
this._currentValues = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user