mirror of
https://github.com/Santoku-Slicer/Profiles.git
synced 2026-07-07 08:50:02 +00:00
31 lines
1.7 KiB
INI
31 lines
1.7 KiB
INI
[printer:*DeltiQ 2*]
|
|
inherits = *DeltiQ*
|
|
default_filament_profile = "Prusament PLA @DQ2"
|
|
default_print_profile = 0.20mm Normal @DQ2
|
|
before_layer_gcode = ; BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n
|
|
end_gcode = ; END_GCODE\n\nM140 S0 ; Turn off bed\n\nG28 ; Home\n\nM104 S0 ; Turn off extruder\nM107 ; Turn off fan\n\nG90 ; Absolute positioning\nM220 S100 ; Feedmultiply back to 100percent\n\nM84 S5; Disable motors
|
|
gcode_flavor = reprapfirmware
|
|
layer_gcode = ; AFTER_LAYER_CHANGE\n;[layer_z]
|
|
pause_print_gcode = M25
|
|
start_gcode = ; START_GCODE\n\nT0 ; Select Titan extruder\nM220 S100 ; Set feedmultiply back to 100percent\n\nG90 ; Absolute positioning\nM83; Relative Extruder\n\nG28 ; Home all axes\n\nM190 S[first_layer_bed_temperature] ; Set and wait - bed temperature\nM104 S[first_layer_temperature]\n\nG32 ; Probe Z and calculate Z plane\nG29 ; Mesh bed probe\n\nG1009 ; Go ARC to purge end\n\nG92 E0 ; Zero extruder
|
|
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_TRILAB\nPRINTER_FAMILY_DQ\nPRINTER_MODEL_DQ2
|
|
machine_limits_usage = time_estimate_only
|
|
machine_max_acceleration_e = 9000
|
|
machine_max_acceleration_extruding = 1000
|
|
machine_max_acceleration_retracting = 1000
|
|
machine_max_acceleration_travel = 2000
|
|
machine_max_acceleration_x = 2000
|
|
machine_max_acceleration_y = 2000
|
|
machine_max_acceleration_z = 2000
|
|
machine_max_feedrate_e = 50
|
|
machine_max_feedrate_x = 300
|
|
machine_max_feedrate_y = 300
|
|
machine_max_feedrate_z = 300
|
|
machine_max_jerk_e = 20
|
|
machine_max_jerk_x = 10
|
|
machine_max_jerk_y = 10
|
|
machine_max_jerk_z = 10
|
|
machine_min_extruding_rate = 0
|
|
machine_min_travel_rate = 0
|
|
|