Skip to content

Instantly share code, notes, and snippets.

@marcosscriven
Last active May 26, 2016 14:31
Show Gist options
  • Save marcosscriven/8695f7e582dfd03de4ae6c68197b4608 to your computer and use it in GitHub Desktop.
Save marcosscriven/8695f7e582dfd03de4ae6c68197b4608 to your computer and use it in GitHub Desktop.
[System]
[Geometry]
# Cartesian XY
axis_config = 0
# Set the total length each axis can travel [meters]
travel_x = 0.20
travel_y = 0.20
travel_z = 0.190
# Define the origin in relation to the endstops [meters]
offset_x = 0.00
offset_y = 0.00
offset_z = 0.190
# Stepper e is ext 1, h is ext 2 [In powers of 2, so '4' is 2^4 = 16]
[Steppers]
microstepping_x = 4
microstepping_y = 4
microstepping_z = 4
microstepping_e = 4
# Drivers are rather 1.5 max. Z needs more as two in series.
current_x = 0.5
current_y = 0.5
current_z = 1.1
current_e = 1.1
steps_pr_mm_x = 4
steps_pr_mm_y = 4
steps_pr_mm_z = 200
steps_pr_mm_e = 33.4
# Only one extruder
in_use_h = False
[Heaters]
# Epcos 100 K
temp_chart_E = B57560G104F
# Epcos 100 K
temp_chart_HBP = B57560G104F
[Endstops]
end_stop_X1_stops = x_ccw
# Normally you'd use Y1 - but seems to be broken on mine
end_stop_Y2_stops = y_ccw
end_stop_Z1_stops = z_ccw
[Homing]
# Homing speed for the steppers in m/s
home_speed_x = -0.02
home_speed_y = -0.02
home_speed_z = -0.001
home_speed_e = 0.02
[Planner]
# Max speed for the steppers in m/s
max_speed_x = 0.1
max_speed_y = 0.1
max_speed_z = 0.001
max_speed_e = 0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment