Created
December 28, 2018 16:35
-
-
Save cattaka/17953cbbc4d544ebaec2af80c0fa60a1 to your computer and use it in GitHub Desktop.
Settings for MakerbotReplicatorDual on Cura
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 2, | |
"name": "My Custom", | |
"inherits": "fdmprinter", | |
"metadata": { | |
"visible": true, | |
"author": "Ultimaker", | |
"manufacturer": "Custom", | |
"category": "Custom", | |
"file_formats": "text/x-gcode", | |
"has_materials": true, | |
"machine_x3g_variant": "r1d", | |
"machine_extruder_trains": | |
{ | |
"0": "custom_extruder_1", | |
"1": "custom_extruder_2", | |
"2": "custom_extruder_3", | |
"3": "custom_extruder_4", | |
"4": "custom_extruder_5", | |
"5": "custom_extruder_6", | |
"6": "custom_extruder_7", | |
"7": "custom_extruder_8" | |
}, | |
"first_start_actions": ["MachineSettingsAction"] | |
} | |
} | |
[general] | |
version = 4 | |
name = My Custom_settings | |
definition = myr1d | |
[metadata] | |
type = definition_changes | |
setting_version = 5 | |
[values] | |
extruders_enabled_count = 2 | |
machine_depth = 150 | |
machine_extruder_count = 2 | |
machine_heated_bed = True | |
machine_height = 150 | |
machine_start_gcode = M136 | |
M73 P0 | |
G162 X Y F2000(home XY axes maximum) | |
G161 Z F900(home Z axis minimum) | |
G92 X0 Y0 Z-5 A0 B0 (set Z to -5) | |
G1 Z0.0 F900(move Z to '0') | |
G161 Z F100(home Z axis minimum) | |
M132 X Y Z A B (Recall stored home offsets for XYZAB axis) | |
G92 X265 Y152 Z0 A0 B0 | |
G1 X0 Y0 Z50 F3600 | |
G130 X20 Y20 A20 B20 (Lower stepper Vrefs while heating) | |
M140 S{material_bed_temperature_layer_0} | |
M104 S{material_print_temperature_layer_0,0} T0 | |
M104 S{material_print_temperature_layer_0,1} T1 | |
M134 | |
M133 T1 | |
M133 T0 | |
G130 X127 Y127 A127 B127 (Set Stepper motor Vref to defaults) | |
G0 X0 Y4 Z0.3 F2400 | |
G1 X230 A18 F2400 | |
G1 X230 Y5 F2400 | |
G1 X35 B0 F2400 | |
G92 A0 B0 | |
G1 X35 F2400 | |
G1 X45 F2400 | |
machine_width = 230 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment