mirror of
https://github.com/Santoku-Slicer/Profiles.git
synced 2026-07-07 16:59:47 +00:00
69 lines
3.5 KiB
INI
69 lines
3.5 KiB
INI
[printer:*common*]
|
|
printer_technology = FFF
|
|
before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;{layer_z}\n\n
|
|
between_objects_gcode =
|
|
pause_print_gcode =
|
|
deretract_speed = 40
|
|
extruder_colour = #FCE94F
|
|
extruder_offset = 0x0
|
|
gcode_flavor = marlin2
|
|
silent_mode = 0
|
|
remaining_times = 0
|
|
machine_max_acceleration_e = 10000
|
|
machine_max_acceleration_extruding = 1000
|
|
machine_max_acceleration_retracting = 1000
|
|
machine_max_acceleration_x = 1000
|
|
machine_max_acceleration_y = 1000
|
|
machine_max_acceleration_z = 100
|
|
machine_max_feedrate_e = 65
|
|
machine_max_feedrate_x = 200
|
|
machine_max_feedrate_y = 200
|
|
machine_max_feedrate_z = 10
|
|
machine_max_jerk_e = 5
|
|
machine_max_jerk_x = 10
|
|
machine_max_jerk_y = 10
|
|
machine_max_jerk_z = 2
|
|
machine_min_extruding_rate = 0
|
|
machine_min_travel_rate = 0
|
|
layer_gcode = ;AFTER_LAYER_CHANGE\n;{layer_z}
|
|
max_layer_height = 0.28
|
|
min_layer_height = 0.08
|
|
max_print_height = 250
|
|
nozzle_diameter = 0.4
|
|
printer_notes =
|
|
printer_settings_id =
|
|
retract_before_travel = 2
|
|
retract_before_wipe = 70%
|
|
retract_layer_change = 1
|
|
retract_length = 5
|
|
retract_length_toolchange = 1
|
|
retract_lift = 0
|
|
retract_lift_above = 0
|
|
retract_lift_below = 0
|
|
retract_restart_extra = 0
|
|
retract_restart_extra_toolchange = 0
|
|
retract_speed = 60
|
|
single_extruder_multi_material = 0
|
|
thumbnails = 16x16,220x124
|
|
thumbnails_color = #018aff
|
|
thumbnails_custom_color = 0
|
|
thumbnails_end_file = 0
|
|
thumbnails_format = PNG
|
|
thumbnails_with_bed = 0
|
|
toolchange_gcode =
|
|
use_firmware_retraction = 0
|
|
use_relative_e_distances = 0
|
|
use_volumetric_e = 0
|
|
variable_layer_height = 1
|
|
wipe = 1
|
|
z_offset = 0
|
|
z_step = 0.04
|
|
printer_model =
|
|
extruder_clearance_height = 34
|
|
extruder_clearance_radius = 47
|
|
default_print_profile = 0.16mm OPTIMAL @BIQU
|
|
default_filament_profile = Generic PLA @BIQU
|
|
start_gcode = M117 Initial homing sequence. ; Home so that the probe is positioned to heat\nG28\n\nM117 Probe heating position\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\n\nM117 Getting the heaters up to temp!\nM104 S140 ; Set Extruder temperature, no wait\nM140 S[first_layer_bed_temperature] ; Set Heat Bed temperature\nM190 S[first_layer_bed_temperature] ; Wait for Heat Bed temperature\n\nM117 Waiting for probe to warm!\nG4 S90 ; Wait another 90s for the probe to absorb heat.\n\nM117 Post warming re-home\nG28 ; Home all axes again after warming\n\nM117 Z-Align\nG34\n\nM117 ABL Probing\nG29\n\nM900 K0 L0 T0 ; Edit the K and L values if you have calibrated a k factor for your filament\nM900 T0 S0\n\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\n\nM117 Getting the extruder up to temp\nM140 S[first_layer_bed_temperature] ; Set Heat Bed temperature\nM104 S{first_layer_temperature[initial_tool]} ; Set Extruder temperature\nM109 S{first_layer_temperature[initial_tool]} ; Wait for Extruder temperature\nM190 S[first_layer_bed_temperature] ; Wait for Heat Bed temperature\n\nG92 E0 ; Reset Extruder\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Printing...\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
|
|
end_gcode = G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract a bit more and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z by 10mm\nG90 ;Return to absolute positioning\n\nG1 X0 Y{print_bed_max[1]*0.8} ;TaDaaaa\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n
|
|
|