diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..29319e0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "editor.tabSize": 4, + "editor.insertSpaces": true, + "editor.detectIndentation": false +} diff --git a/macros/macros.cfg b/macros/macros.cfg index 629fdad..4858755 100644 --- a/macros/macros.cfg +++ b/macros/macros.cfg @@ -97,17 +97,17 @@ gcode: [gcode_macro LOAD_FILAMENT] gcode: - M83 ; set extruder to relative - G1 E30 F300 ; load - G1 E15 F150 ; prime nozzle with filament - M82 ; set extruder to absolute + M83 ; set extruder to relative + G1 E30 F300 ; load + G1 E15 F150 ; prime nozzle with filament + M82 ; set extruder to absolute [gcode_macro UNLOAD_FILAMENT] gcode: M83 ; set extruder to relative - G1 E10 F300 ; extrude a little to soften tip - G1 E-40 F1800 ; retract some, but not too much or it will jam - M82 ; set extruder to absolute + G1 E10 F300 ; extrude a little to soften tip + G1 E-40 F1800 ; retract some, but not too much or it will jam + M82 ; set extruder to absolute [gcode_macro M600] gcode: