mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 21:47:59 +01:00
remove unnecessary check
This commit is contained in:
parent
bcfbe99579
commit
34f6a91db9
@ -164,7 +164,7 @@ export default class {
|
|||||||
|
|
||||||
const speed = retractionSpeed * 60;
|
const speed = retractionSpeed * 60;
|
||||||
|
|
||||||
if (this._extruder > retractionMinDistance && retractionEnabled) {
|
if (this._extruder > retractionMinDistance) {
|
||||||
this._addGCode({
|
this._addGCode({
|
||||||
[MOVE]: 0,
|
[MOVE]: 0,
|
||||||
[EXTRUDER]: (this._extruder - retractionAmount).toFixed(3),
|
[EXTRUDER]: (this._extruder - retractionAmount).toFixed(3),
|
||||||
|
Loading…
Reference in New Issue
Block a user