mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Multi nozzle/layer pt 1
Baseline and first layer working. Retraction code testing, new STL needed.
This commit is contained in:
@ -1,16 +1,4 @@
|
||||
var originalRetraction = `; G-Code originally generated by Simplify3D(R) Version 4.1.2
|
||||
;M80 ; power supply on
|
||||
G90
|
||||
M82
|
||||
M106 S0
|
||||
M140 S60
|
||||
M190 S60
|
||||
M104 S210 T0
|
||||
M109 S210 T0
|
||||
G28 ; home all axes
|
||||
;G29 ; probe ABL
|
||||
;M420 S1 ; restore ABL mesh
|
||||
;customstart
|
||||
var retraction_40_20 = `
|
||||
; process Color1-2
|
||||
; layer 1, Z = 0.200
|
||||
T0
|
||||
@ -72398,10 +72386,4 @@ G1 X77.387 Y49.766 E1.5740
|
||||
G1 X75.775 Y51.377 E1.6558
|
||||
G92 E0.0000
|
||||
;retractionF
|
||||
; layer end
|
||||
G28 X0 ; home X axis
|
||||
M106 S0 ; turn off cooling fan
|
||||
M104 S0 ; turn off extruder
|
||||
M140 S0 ; turn off bed
|
||||
M84 ; disable motors
|
||||
`
|
Reference in New Issue
Block a user