Skip to content

Instantly share code, notes, and snippets.

@probonopd
Last active May 2, 2020 07:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save probonopd/43bceb10938320033485fde464685334 to your computer and use it in GitHub Desktop.
Save probonopd/43bceb10938320033485fde464685334 to your computer and use it in GitHub Desktop.
Outdated; there is now an Ender-2 profile built into PrusaSlicer https://github.com/prusa3d/PrusaSlicer/commit/b9c397ccb91cdbec1035e7f10895fe1d68f3546b
# generated by PrusaSlicer 2.1.0-alpha1+linux64 on 2019-08-11 at 17:37:33
bed_custom_model =
bed_custom_texture =
bed_shape = 0x0,160x0,160x160,0x160
before_layer_gcode =
between_objects_gcode =
cooling_tube_length = 5
cooling_tube_retraction = 91.5
default_filament_profile = ""
default_print_profile =
deretract_speed = 0
end_gcode = G91\nG1 E-2 F2700\nG1 E-2 Z0.2 F2400\nG1 X5 Y5 F3000\nG1 Z10\nG90\nM106 S0\nM104 S0\nM140 S0\nM84 X Y E
extra_loading_move = -2
extruder_colour = ""
extruder_offset = 0x0
gcode_flavor = marlin
high_current_on_filament_swap = 0
host_type = octoprint
inherits =
layer_gcode =
machine_max_acceleration_e = 10000,5000
machine_max_acceleration_extruding = 1500,1250
machine_max_acceleration_retracting = 1500,1250
machine_max_acceleration_x = 9000,1000
machine_max_acceleration_y = 9000,1000
machine_max_acceleration_z = 500,200
machine_max_feedrate_e = 120,120
machine_max_feedrate_x = 500,200
machine_max_feedrate_y = 500,200
machine_max_feedrate_z = 12,12
machine_max_jerk_e = 2.5,2.5
machine_max_jerk_x = 10,10
machine_max_jerk_y = 10,10
machine_max_jerk_z = 0.2,0.4
machine_min_extruding_rate = 0,0
machine_min_travel_rate = 0,0
max_layer_height = 0
max_print_height = 200
min_layer_height = 0.07
nozzle_diameter = 0.4
parking_pos_retraction = 92
print_host = 192.168.0.33
printer_model =
printer_notes = PRINTER_HAS_BOWDEN
printer_settings_id =
printer_technology = FFF
printer_variant =
printer_vendor =
printhost_apikey =
printhost_cafile =
remaining_times = 0
retract_before_travel = 2
retract_before_wipe = 0%
retract_layer_change = 0
retract_length = 5
retract_length_toolchange = 10
retract_lift = 0
retract_lift_above = 0
retract_lift_below = 0
retract_restart_extra = 0
retract_restart_extra_toolchange = 0
retract_speed = 45
serial_port =
serial_speed = 250000
silent_mode = 1
single_extruder_multi_material = 0
start_gcode = M201 X500.00 Y500.00 Z100.00 E5000.00\nM203 X500.00 Y500.00 Z10.00 E50.00\nM204 P500.00 R1000.00 T500.00\nM205 X8.00 Y8.00 Z0.40 E5.00\nM220 S100\nM221 S100\nG28\nG92 E0\nG1 Z2.0 F3000\nG1 X10.1 Y20 Z0.28 F5000.0\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15\nG1 X10.4 Y200.0 Z0.28 F5000.0\nG1 X10.4 Y20 Z0.28 F1500.0 E30\nG92 E0\nG1 Z2.0 F3000
toolchange_gcode =
use_firmware_retraction = 0
use_relative_e_distances = 0
use_volumetric_e = 0
variable_layer_height = 1
wipe = 0
z_offset = 0
@probonopd
Copy link
Author

@FBMinis
Copy link

FBMinis commented May 1, 2020

Have you successfully printed parts with this profile? Will you be releasing profiles for 0.12mm layer printing?

@probonopd
Copy link
Author

In the meantime, I have committed an Ender-2 profile to the PrusaSlicer project, so the Ender-2 should be available in the next PrusaSlicer release out of the box. That one basically just uses their Ender-3 settings and changes the build volume down to the Ender-2s. I have successfully printed with it.

prusa3d/PrusaSlicer@b9c397c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment