mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 22:15:53 +08:00
update start_gcode for voron2
This commit is contained in:
parent
e6d6af36b3
commit
eb557791b7
@ -108,7 +108,7 @@ printer_technology = FFF
|
||||
before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n
|
||||
between_objects_gcode =
|
||||
deretract_speed = 0
|
||||
end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X0 Y240 F3000 ; home X axis\nM84 ; disable motors
|
||||
end_gcode = M104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG92 E0 ; zero the extruder\nG1 E-10.0 F3600 ; retract filament\nG1 E5.0 F1000 ; form tip\nG1 E-7.0 F1000\nG1 E5.0 F1000\nG1 E-7.0 F1000\nG1 E5.0 F1000\nG1 E-6.0 F1000\nG90 ; absolute positioning\nG0 X125 Y250 F3600 ; park nozzle at rear\n;M84 ; disable motors
|
||||
extruder_colour = #FFE3CA
|
||||
extruder_offset = 0x0
|
||||
gcode_flavor = klipper
|
||||
@ -150,7 +150,7 @@ retract_speed = 70
|
||||
serial_port =
|
||||
serial_speed = 250000
|
||||
single_extruder_multi_material = 0
|
||||
start_gcode = ;================ SET VARIABLES ====================\nG21 ;set units to mm \nG90 ;use absolute coordinates\nM290 R0 S0 ;reset babystepping\nM220 S100 ;reset speed multiplier\nG92 E0 ;reset e count\nM83 ;relative extrusion\nSET_PRESSURE_ADVANCE ADVANCE=0.4 ;set pressure advance\nM106 P7 S255 ;leds on\n;================ INITIALISATION ====================\n;----------------------- QAUD GANTRY LEVEL---------------------------------\nG28 ; first homing, to be sure the printer is initialize and can receive move commands\nQUAD_GANTRY_LEVEL ;level the gantry\n;----------------------- CLEANING---------------------------------\nM140 S[first_layer_bed_temperature] ;set bed temperature do not wait\nM104 S160 ;set temperature to soft but no drop\nM109 S160 ;wait first layer temp\n; BRUSH_NOZZLE ; call the macro that will clean the nozzle\n;----------------------- PRECISE HOME---------------------------------\nG28 ; \n;----------------------- WAIT TEMP---------------------------------\nM104 S[first_layer_temperature] ;set temperature do not wait\nM109 S[first_layer_temperature] ;wait first layer temp\nM190 S[first_layer_bed_temperature] ;wait for bed temp\n;=============== START =============== \n;-----------------------PRIMING-------------------------------------------\nG0 X0 Y0 ;move to approx starting location\nG0 Z0.4\nG1 X70.0 E25.0 F500 ;prime extruder\nG92 E0 ;reset extrusion\n
|
||||
start_gcode = ;================ SET VARIABLES ====================\nG21 ;set units to mm \nG90 ;use absolute coordinates\nM290 R0 S0 ;reset babystepping\nM220 S100 ;reset speed multiplier\nG92 E0 ;reset e count\nM83 ;relative extrusion\nSET_PRESSURE_ADVANCE ADVANCE=0.4 ;set pressure advance\nM106 P7 S255 ;leds on\n;================ INITIALISATION ====================\n;----------------------- QAUD GANTRY LEVEL---------------------------------\nG28 ; first homing, to be sure the printer is initialized and can receive move commands\nQUAD_GANTRY_LEVEL ;level the gantry\n;----------------------- CLEANING---------------------------------\nM140 S[first_layer_bed_temperature] ;set bed temperature do not wait\nM104 S160 ;set temperature to soft but no drop\nM109 S160 ;wait temp\n; BRUSH_NOZZLE ; call the macro that will clean the nozzle. Do it yourself if there are none.\n;----------------------- PRECISE HOME---------------------------------\nG28 ; \n;----------------------- WAIT TEMP---------------------------------\nM104 S[first_layer_temperature] ;set temperature do not wait\nM109 S[first_layer_temperature] ;wait first layer temp\nM190 S[first_layer_bed_temperature] ;wait for bed temp\n;=============== START =============== \n;-----------------------PRIMING-------------------------------------------\nG0 X0 Y0 ;move to approx starting location\nG0 Z0.4\nG1 X70.0 E25.0 F500 ;prime extruder\nG92 E0 ;reset extrusion\n
|
||||
toolchange_gcode =
|
||||
use_firmware_retraction = 0
|
||||
use_relative_e_distances = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user