mirror of
https://github.com/Santoku-Slicer/Profiles.git
synced 2026-07-07 16:59:47 +00:00
Initial Profile Sources
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
[printer:*common*]
|
||||
printer_technology = FFF
|
||||
before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0\n;[layer_z]\n\n
|
||||
extruder_colour = #FFFF00
|
||||
extruder_offset = 0x0
|
||||
gcode_flavor = marlin
|
||||
silent_mode = 0
|
||||
remaining_times = 0
|
||||
machine_max_acceleration_e = 1000
|
||||
machine_max_acceleration_extruding = 2000
|
||||
machine_max_acceleration_retracting = 1500
|
||||
machine_max_acceleration_x = 800
|
||||
machine_max_acceleration_y = 800
|
||||
machine_max_acceleration_z = 15
|
||||
machine_max_feedrate_e = 120
|
||||
machine_max_feedrate_x = 500
|
||||
machine_max_feedrate_y = 500
|
||||
machine_max_feedrate_z = 10
|
||||
machine_max_jerk_e = 2.5
|
||||
machine_max_jerk_x = 10
|
||||
machine_max_jerk_y = 10
|
||||
machine_max_jerk_z = 0.4
|
||||
machine_min_extruding_rate = 0
|
||||
machine_min_travel_rate = 0
|
||||
layer_gcode = ;AFTER_LAYER_CHANGE\n;[layer_z]
|
||||
retract_before_travel = 1
|
||||
retract_before_wipe = 0%
|
||||
retract_layer_change = 1
|
||||
retract_length = 1
|
||||
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 = 70
|
||||
single_extruder_multi_material = 0
|
||||
thumbnails = 95x95
|
||||
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
|
||||
|
||||
|
||||
###################################
|
||||
# SET PRINTER SPECIFIC PROFILES #
|
||||
###################################
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[printer:*gCreate gMax 1.5XT Plus*]
|
||||
inherits = *common*
|
||||
printer_model = GMAX15P
|
||||
#printer_variant = 0.5
|
||||
max_layer_height = 0.6
|
||||
min_layer_height = 0.08
|
||||
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_GCREATE\nPRINTER_MODEL_GMAX15P
|
||||
bed_shape = 0x0,410x0,410x410,0x410
|
||||
max_print_height = 533
|
||||
|
||||
default_print_profile = 0.20mm - Standard Layers @GCREATE
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
[printer:*gCreate gMax 2 Dual 2in1*]
|
||||
inherits = *common*
|
||||
printer_model = GMAX2DUAL2IN1
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.08
|
||||
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_GCREATE\nPRINTER_MODEL_GMAX2DUAL2IN1
|
||||
start_gcode = G90\nG28\nM420 Z20\nG1 Z5 F5000
|
||||
bed_shape = 0x0,457x0,457x457,0x457
|
||||
max_print_height = 610
|
||||
default_print_profile = 0.20mm - Standard Layers @GCREATE
|
||||
single_extruder_multi_material = 1
|
||||
#cooling tube retraction
|
||||
cooling_tube_retraction = 30
|
||||
cooling_tube_length = 6
|
||||
parking_pos_retraction = 30
|
||||
extra_loading_move = -1
|
||||
#multi tool settings
|
||||
extruder_colour = #FF3333;#0000CC
|
||||
extruder_offset = 0x0,0x0
|
||||
retract_length_toolchange = 30;30
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
[printer:*gCreate gMax 2 Dual Chimera*]
|
||||
inherits = *common*
|
||||
printer_model = GMAX2DUAL
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.08
|
||||
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_GCREATE\nPRINTER_MODEL_GMAX2DUAL
|
||||
start_gcode = G90\nG28\nM420 Z20\nG1 Z5 F5000\nM218 T1 X20 Y0 ; Set second extruder offset
|
||||
end_gcode = M104 S0 T0 ; turn off temperature\nM104 S0 T1 ; turn off 2nd extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+5, max_print_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F3000 ; present print\n{if layer_z < max_print_height-10}G1 Z{z_offset+min(layer_z+70, max_print_height-10)} F600{endif} ; Move print head up\nM84 X Y E ; disable motors
|
||||
bed_shape = 0x0,457x0,457x457,0x457
|
||||
max_print_height = 610
|
||||
default_print_profile = 0.20mm - Standard Layers @GCREATE
|
||||
single_extruder_multi_material = 0
|
||||
#multi tool settings
|
||||
extruder_colour = #FF3333;#0000CC
|
||||
extruder_offset = 0x0,20x0
|
||||
retract_length_toolchange = 8,8
|
||||
retract_speed = 70,70
|
||||
extruder_clearance_height = 20
|
||||
extruder_clearance_radius = 20
|
||||
|
||||
##############################################
|
||||
# SET NOZZLE DIAMETER VARIANTS PER PRINTER #
|
||||
##############################################
|
||||
|
||||
#these are the names and printers displayed in the drop down menus when selecting profiles
|
||||
|
||||
#####################################
|
||||
#gMax 1.5 XT+ and gMax 1.5+ profiles#
|
||||
#####################################
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[printer:*gCreate gMax 2 Pro*]
|
||||
inherits = *common*
|
||||
printer_model = GMAX2PRO
|
||||
#printer_variant = 0.5
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.08
|
||||
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_GCREATE\nPRINTER_MODEL_GMAX2PRO
|
||||
start_gcode = G90\nG28\nM420 Z20\nG1 Z5 F5000
|
||||
bed_shape = 0x0,457x0,457x457,0x457
|
||||
max_print_height = 610
|
||||
|
||||
default_print_profile = 0.20mm - Standard Layers @GCREATE
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
[printer:*gCreate gMax 2*]
|
||||
inherits = *common*
|
||||
printer_model = GMAX2
|
||||
#printer_variant = 0.5
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.15
|
||||
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_GCREATE\nPRINTER_MODEL_GMAX2
|
||||
bed_shape = 0x0,457x0,457x457,0x457
|
||||
max_print_height = 610
|
||||
machine_max_acceleration_e = 5000
|
||||
machine_max_acceleration_extruding = 500
|
||||
machine_max_acceleration_retracting = 1000
|
||||
machine_max_acceleration_x = 600
|
||||
machine_max_acceleration_y = 600
|
||||
machine_max_acceleration_z = 15
|
||||
machine_max_feedrate_e = 60
|
||||
machine_max_feedrate_x = 500
|
||||
machine_max_feedrate_y = 500
|
||||
machine_max_feedrate_z = 8
|
||||
machine_max_jerk_e = 5
|
||||
machine_max_jerk_x = 8
|
||||
machine_max_jerk_y = 8
|
||||
machine_max_jerk_z = 0.4
|
||||
machine_min_extruding_rate = 0
|
||||
machine_min_travel_rate = 0
|
||||
#nozzle_diameter = 0.7
|
||||
retract_before_travel = 2
|
||||
retract_length = 0.75
|
||||
retract_speed = 70
|
||||
deretract_speed = 40
|
||||
retract_before_wipe = 70%
|
||||
default_print_profile = 0.20mm - Standard Layers @GCREATE
|
||||
start_gcode = M420 Z20\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all\nG92 E0.0
|
||||
end_gcode = M104 S0 T0 ; 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+5, max_print_height)} F600{endif} ; Move print head up\nG1 X5 Y170 F3000 ; present print\n{if layer_z < max_print_height-10}G1 Z{z_offset+min(layer_z+70, max_print_height-10)} F600{endif} ; Move print head up\nM84 X Y E ; disable motors
|
||||
|
||||
#[printer:*abl*]
|
||||
#start_gcode = G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S150 ; set extruder temp for auto bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp#\nG28 ; home all\nG29 ; auto bed levelling\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[first_layer_temperature] ; set extruder temp\nM190 S[first_layer_bed_temperature] ; wait for bed #temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG1 Z0.28 F240\nG92 E0.0\nG1 Y190 E15.0 F1500.0 ; intro line\nG1 X2.3 F5000\nG1 Y10 E15.0 F1200.0 ; intro line\nG92 #E0.0
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[printer:gMax 1.5XT Plus - 0.3mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 1.5XT Plus*
|
||||
printer_variant = 0.3
|
||||
nozzle_diameter = 0.3
|
||||
max_layer_height = 0.25
|
||||
min_layer_height = 0.08
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[printer:gMax 1.5XT Plus - 0.4mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 1.5XT Plus*
|
||||
printer_variant = 0.4
|
||||
nozzle_diameter = 0.4
|
||||
max_layer_height = 0.32
|
||||
min_layer_height = 0.12
|
||||
#default_print_profile = 0.15mm - Thin Layers @GCREATE @0.4 nozzle
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
[printer:gMax 1.5XT Plus - 0.5mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 1.5XT Plus*
|
||||
printer_variant = 0.5
|
||||
nozzle_diameter = 0.5
|
||||
max_layer_height = 0.4
|
||||
min_layer_height = 0.15
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
#default_print_profile = 0.20mm - Normal Layers @GCREATE @0.5 nozzle
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[printer:gMax 1.5XT Plus - 0.8mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 1.5XT Plus*
|
||||
printer_variant = 0.8
|
||||
nozzle_diameter = 0.8
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.25
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
[printer:gMax 1.5XT Plus - 1.0mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 1.5XT Plus*
|
||||
printer_variant = 1.0
|
||||
nozzle_diameter = 1.0
|
||||
max_layer_height = 0.8
|
||||
min_layer_height = 0.3
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
|
||||
|
||||
#################
|
||||
#gMax 2 profiles#
|
||||
#################
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[printer:gMax 2 - 0.3mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2*
|
||||
printer_variant = 0.3
|
||||
nozzle_diameter = 0.3
|
||||
max_layer_height = 0.25
|
||||
min_layer_height = 0.08
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[printer:gMax 2 - 0.4mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2*
|
||||
printer_variant = 0.4
|
||||
nozzle_diameter = 0.4
|
||||
max_layer_height = 0.32
|
||||
min_layer_height = 0.12
|
||||
#default_print_profile = 0.15mm - Thin Layers @GCREATE @0.4 nozzle
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
[printer:gMax 2 - 0.5mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2*
|
||||
printer_variant = 0.5
|
||||
nozzle_diameter = 0.5
|
||||
max_layer_height = 0.4
|
||||
min_layer_height = 0.15
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
#default_print_profile = 0.20mm - Normal Layers @GCREATE @0.5 nozzle
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[printer:gMax 2 - 0.8mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2*
|
||||
printer_variant = 0.8
|
||||
nozzle_diameter = 0.8
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.25
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
[printer:gMax 2 - 1.0mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2*
|
||||
printer_variant = 1.0
|
||||
nozzle_diameter = 1.0
|
||||
max_layer_height = 0.8
|
||||
min_layer_height = 0.3
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
|
||||
|
||||
#####################
|
||||
#gMax 2 Pro profiles#
|
||||
#####################
|
||||
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
[printer:gMax 2 Dual 2in1 - 0.5, 0.5mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2 Dual 2in1*
|
||||
printer_variant = 0.5
|
||||
nozzle_diameter = 0.5, 0.5
|
||||
max_layer_height = 0.4
|
||||
min_layer_height = 0.15
|
||||
|
||||
##############################
|
||||
#gMax 2 Dual Chimera profiles#
|
||||
##############################
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
[printer:gMax 2 Dual Chimera - 0.5, 0.5mm nozzle]
|
||||
inherits = *gCreate gMax 2 Dual Chimera*
|
||||
printer_variant = 0.5
|
||||
nozzle_diameter = 0.5, 0.5
|
||||
max_layer_height = 0.4
|
||||
min_layer_height = 0.15
|
||||
@@ -0,0 +1,8 @@
|
||||
[printer:gMax 2 Pro - 0.3mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2 Pro*
|
||||
printer_variant = 0.3
|
||||
nozzle_diameter = 0.3
|
||||
max_layer_height = 0.25
|
||||
min_layer_height = 0.08
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[printer:gMax 2 Pro - 0.4mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2 Pro*
|
||||
printer_variant = 0.4
|
||||
nozzle_diameter = 0.4
|
||||
max_layer_height = 0.32
|
||||
min_layer_height = 0.12
|
||||
#default_print_profile = 0.15mm - Thin Layers @GCREATE @0.4 nozzle
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
[printer:gMax 2 Pro - 0.5mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2 Pro*
|
||||
printer_variant = 0.5
|
||||
nozzle_diameter = 0.5
|
||||
max_layer_height = 0.4
|
||||
min_layer_height = 0.15
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
#default_print_profile = 0.20mm - Normal Layers @GCREATE @0.5 nozzle
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[printer:gMax 2 Pro - 0.8mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2 Pro*
|
||||
printer_variant = 0.8
|
||||
nozzle_diameter = 0.8
|
||||
max_layer_height = 0.7
|
||||
min_layer_height = 0.25
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[printer:gMax 2 Pro - 1.0mm nozzle]
|
||||
#match printer name above
|
||||
inherits = *gCreate gMax 2 Pro*
|
||||
printer_variant = 1.0
|
||||
nozzle_diameter = 1.0
|
||||
max_layer_height = 0.8
|
||||
min_layer_height = 0.3
|
||||
#default_print_profile = 0.30mm QUALITY @0.6 nozzle MINI
|
||||
#retract_length = 3.5
|
||||
|
||||
###########################
|
||||
#gMax 2 Dual 2in1 profiles#
|
||||
###########################
|
||||
|
||||
Reference in New Issue
Block a user