aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-mightyboard.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-01-23 17:49:10 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-01-23 17:49:10 -0500
commitff0324b0c22335827e2f444ed81cf9d8ca4c0047 (patch)
treeb5db8baa4fa79074fc6c8c6680196db5992b472a /config/generic-mightyboard.cfg
parentaea15250aecc44f0dc977f95e434bccb8744fde4 (diff)
downloadkutter-ff0324b0c22335827e2f444ed81cf9d8ca4c0047.tar.gz
kutter-ff0324b0c22335827e2f444ed81cf9d8ca4c0047.tar.xz
kutter-ff0324b0c22335827e2f444ed81cf9d8ca4c0047.zip
config: Add generic-mightyboard.cfg
Reported by @fragginright. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-mightyboard.cfg')
-rw-r--r--config/generic-mightyboard.cfg115
1 files changed, 115 insertions, 0 deletions
diff --git a/config/generic-mightyboard.cfg b/config/generic-mightyboard.cfg
new file mode 100644
index 00000000..459ebed0
--- /dev/null
+++ b/config/generic-mightyboard.cfg
@@ -0,0 +1,115 @@
+# This file contains common pin mappings for the Makerbot
+# Mightyboard. To use this config, the firmware should be compiled for
+# the Atmel atmega1280.
+
+# See the example.cfg file for a description of available parameters.
+
+[stepper_x]
+step_pin: PF1
+dir_pin: !PF0
+enable_pin: !PF2
+step_distance: .010387
+endstop_pin: ^!PL1
+position_endstop: 152
+position_max: 153
+position_min: -120
+homing_speed: 50
+
+[stepper_y]
+step_pin: PF5
+dir_pin: !PF4
+enable_pin: !PF6
+step_distance: .010387
+endstop_pin: ^!PL3
+position_endstop: 77
+position_max: 78
+position_min: -84
+homing_speed: 50
+
+[stepper_z]
+step_pin: PK1
+dir_pin: !PK0
+enable_pin: !PK2
+step_distance: .0025
+endstop_pin: !PL6
+position_endstop: 0
+position_max: 230
+position_min: 0
+
+[extruder]
+step_pin: PA3
+dir_pin: !PA2
+enable_pin: !PA4
+step_distance: .010387
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PH3
+sensor_type: MAX6675
+sensor_pin: PE3
+spi_software_miso_pin: PE5
+spi_software_sclk_pin: PE2
+spi_software_mosi_pin: PA1 #dummy mosi pin
+control: pid
+pid_Kp: 26.414
+pid_Ki: 1.115
+pid_Kd: 156.5054
+min_temp: 0
+max_temp: 260
+
+[heater_fan extruder_fan]
+pin: PH4
+
+[fan]
+pin: PL5
+
+[heater_bed]
+heater_pin: PL4
+sensor_type: ATC Semitec 104GT-2
+sensor_pin: PK7
+control: pid
+pid_Kp: 70.037
+pid_Ki: 1.710
+pid_Kd: 717.000
+min_temp: 0
+max_temp: 130
+
+[mcu]
+serial: /dev/ttyAMA0
+restart_method: command
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+[mcp4018 x_axis_pot]
+scl_pin: PJ5
+sda_pin: PF3
+wiper: 0.50
+scale: 0.773
+
+[mcp4018 y_axis_pot]
+scl_pin: PJ5
+sda_pin: PF7
+wiper: 0.50
+scale: 0.773
+
+[mcp4018 z_axis_pot]
+scl_pin: PJ5
+sda_pin: PK3
+wiper: 0.50
+scale: 0.773
+
+[mcp4018 a_axis_pot]
+scl_pin: PJ5
+sda_pin: PA5
+wiper: 0.50
+scale: 0.773
+
+[mcp4018 b_axis_pot]
+scl_pin: PJ5
+sda_pin: PJ6
+wiper: 0.50
+scale: 0.773