Skip to content

Commit

Permalink
Updated defaults and adjusted motor current
Browse files Browse the repository at this point in the history
Updated default slice settings and also updated motor current to a
slightly lower value.  This allows the extruder more torque but not so
much that it grinds off filament.
  • Loading branch information
John Oly committed May 17, 2016
1 parent c5535e6 commit a31a74f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion ERIS Gcode and Defaults Files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ CALIBRATION.txt is the gcode script for calibrating using the accel probe
on the HE280 Hotend

LOAD_FILAMENT.txt is a gcode script to automatically load filament
in an eris delta
in an eris delta. MAKE SURE you only have the filament loaded to where you
can just start to see it coming out of the connector on the EZStruder NOT
all the way up to the hotend!!!

UNLOAD_FILAMENT.txt is a gcode script to automatically unload filament
in an eris delta
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ infill_overlap_perimeter = 0.08
infill_speed = 30
infill_type = TRIANGLES
layer_gcode =
layer_height = 0.22
layer_height = 0.2
layer_to_pause =
max_fan_speed = 100
min_extrusion_before_retract = 0
Expand Down Expand Up @@ -106,9 +106,9 @@ repair_outlines_extensive_stitching = 1
repair_outlines_keep_open = 1
resolution = 0
resume_gcode = G91\nG1 Z-10 E5.5 F12000\nG90
retract_before_travel = 5
retract_before_travel = 2.5
retract_layer_change = 0
retract_length = 5
retract_length = 4.5
retract_length_tool_change = 10
retract_lift = 1
retract_restart_extra = 0
Expand All @@ -128,7 +128,7 @@ solid_infill_speed = 30
solid_shell = 0
spiral_vase = 0
standby_temperature_delta = -5
start_gcode = M109 S215\nG28
start_gcode = G28
start_perimeters_at_concave_points = 0
start_perimeters_at_non_overhang = 1
support_air_gap = 1
Expand All @@ -152,7 +152,7 @@ support_material_xy_distance = 1
support_material_z_distance = 0.15
support_material_z_gap_layers = 1
support_type = GRID
temperature = 215
temperature = 210
thin_walls = 1
threads = 4
toolchange_gcode =
Expand All @@ -167,4 +167,4 @@ wipe = 1
wipe_shield_distance = 0
wipe_tower_size = 0
z_can_be_negative = 0
z_offset = 0
z_offset = 0.2
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define STEPPER_CURRENT_CONTROL CURRENT_CONTROL_PWM
#define MOTOR_CURRENT_PWM_RANGE 2000
//#define DEFAULT_PWM_MOTOR_CURRENT {30, 30, 130} // X+Y, Z, E+
#define MOTOR_CURRENT_PWM {20, 20, 195}
#define MOTOR_CURRENT_PWM {20, 20, 175}


// ################ END MANUAL SETTINGS ##########################
Expand Down

0 comments on commit a31a74f

Please sign in to comment.