mirror of
https://github.com/Santoku-Slicer/Profiles.git
synced 2026-07-07 00:40:20 +00:00
61 lines
2.3 KiB
INI
61 lines
2.3 KiB
INI
[printer:*common*]
|
|
before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0
|
|
between_objects_gcode =
|
|
cooling_tube_length = 5
|
|
cooling_tube_retraction = 91.5
|
|
default_filament_profile = Generic PLA @Artillery
|
|
default_print_profile = 0.20mm NORMAL @Artillery
|
|
deretract_speed = 0
|
|
extruder_colour = #FFFF00
|
|
extruder_offset = 0x0
|
|
gcode_flavor = marlin
|
|
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
|
|
machine_limits_usage = emit_to_gcode
|
|
machine_max_acceleration_e = 5000,5000
|
|
machine_max_acceleration_extruding = 1250,1250
|
|
machine_max_acceleration_retracting = 1250,1250
|
|
machine_max_acceleration_x = 1000,960
|
|
machine_max_acceleration_y = 1000,960
|
|
machine_max_acceleration_z = 1000,1000
|
|
machine_max_feedrate_e = 120,120
|
|
machine_max_feedrate_x = 200,100
|
|
machine_max_feedrate_y = 200,100
|
|
machine_max_feedrate_z = 12,12
|
|
machine_max_jerk_e = 1.5,1.5
|
|
machine_max_jerk_x = 8,8
|
|
machine_max_jerk_y = 8,8
|
|
machine_max_jerk_z = 0.4,0.4
|
|
machine_min_extruding_rate = 0,0
|
|
machine_min_travel_rate = 0,0
|
|
max_layer_height = 0.25
|
|
max_print_height = 250
|
|
min_layer_height = 0.07
|
|
nozzle_diameter = 0.4
|
|
pause_print_gcode =
|
|
printer_technology = FFF
|
|
remaining_times = 0
|
|
retract_before_travel = 1
|
|
retract_before_wipe = 0%
|
|
retract_layer_change = 1
|
|
retract_length = 0.8
|
|
retract_length_toolchange = 4
|
|
retract_lift = 0.6
|
|
retract_lift_above = 0
|
|
retract_lift_below = 380
|
|
retract_restart_extra = 0
|
|
retract_restart_extra_toolchange = 0
|
|
retract_speed = 35
|
|
silent_mode = 0
|
|
single_extruder_multi_material = 0
|
|
toolchange_gcode =
|
|
use_firmware_retraction = 0
|
|
use_relative_e_distances = 1
|
|
use_volumetric_e = 0
|
|
variable_layer_height = 1
|
|
wipe = 1
|
|
z_offset = 0
|
|
extruder_clearance_height = 25
|
|
extruder_clearance_radius = 45
|
|
end_gcode = G4 ; wait\nG92 E0 ; prepare to retract\nG1 E-0.5 F3000; retract to avoid stringing\n\n; Anti-stringing end wiggle\nG91 ; use relative coordinates\nG1 X1 Y1 F1200\n\n; Raise nozzle and present bed\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+120, max_print_height)}{endif} ; Move print head up\nG90 ; use absolute coordinates\n\n; Reset print setting overrides\nM200 D0 ; disable volumetric e\nM220 S100 ; reset speed factor to 100%\nM221 S100 ; reset extrusion rate to 100%\n\n; Shut down printer\nM106 S0 ; turn-off fan\nM104 S0 ; turn-off hotend\nM140 S0 ; turn-off bed\nM150 P0 ; turn off led\nM85 S0 ; deactivate idle timeout\nM84 ; disable motors\n
|
|
|