Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated start/end gcode #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Slicer Configs/keimoger's config/keiconfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8434,7 +8434,7 @@ cooling_tube_retraction = 91.5
default_filament_profile = "Basic PLA"
default_print_profile = 0.30mm NORMAL .7N
deretract_speed = 35
end_gcode = M107 ; turn off fan\nM104 S0 ; turn off nozzle heating\nM140 S0 ; turn off bed heating\nG91 ; relative positioning\nG1 E-0.5 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG0 F6000\nG90 ; absolute positioning\nG0 X280 Y280 F21000 ; move the bed out to give good access to the part \nG28 Z\nM84 ; disable motors
end_gcode = FINISH_PRINT ; turn off fan\nM104 S0 ; turn off nozzle heating\nM140 S0 ; turn off bed heating\nG91 ; relative positioning\nG1 E-0.5 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure\nG0 F6000\nG90 ; absolute positioning\nG0 X280 Y280 F21000 ; move the bed out to give good access to the part \nG28 Z\nM84 ; disable motors
extra_loading_move = -2
extruder_colour = ""
extruder_fan_offset = 0%
Expand Down Expand Up @@ -8514,7 +8514,7 @@ retract_speed = 20
seam_gap = 15%
silent_mode = 0
single_extruder_multi_material = 0
start_gcode = M104 S{first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} ; set nozzle temp\nM140 S[first_layer_bed_temperature] ; set bed temp\n\nG90 ; absolute positioning\nG28 ; Home initially to be able to do moves\n\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S{first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} ; wait for nozzle temp\nG28 Z ; re-home after warming up the bed and loading bed mesh\n\nM83 ; extruder relative mode\nG0 X1 Y1 Z3 F4000 ; move nozzle to the side and just slightly up before the actual print for big brain reason\n\nM107 ; turn off extruder fan for the first layer\nG21 ; set units to millimeters\nM82 ; extruder absolute mode\nG92 E0 ; set current extruder (filament) position as 0
start_gcode = START_PRINT FIRST_LAYER_EXT_TEMP={first_layer_temperature} FIRST_LAYER_BED_TEMP={first_layer_bed_temperature}
start_gcode_manual = 0
template_custom_gcode =
thumbnails = 1000x1000,0x0
Expand Down