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
This is for ABS, my PLA profile just has different temps and Z move. | |
Start: | |
M104 S200; set extruder temp | |
M140 S110; set bed temp | |
M109 S200 ; wait for temp to be reached | |
M190 S110 ; wait for bed temp to be reached | |
G28; home all | |
G1 Z.4 ; move Z |
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
#ifndef __CONFIGURATION_H | |
#define __CONFIGURATION_H | |
// This determines the communication speed of the printer | |
//#define BAUDRATE 250000 | |
#define BAUDRATE 115200 | |
//#define BAUDRATE 230400 |
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
bottom_layer_speed_ratio = 0.7 | |
bridge_flow_ratio = 1 | |
bridge_speed = 60 | |
duplicate_distance = 6 | |
duplicate_x = 1 | |
duplicate_y = 1 | |
end_gcode = ; M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nM84 ; disable motors | |
extrusion_axis = E | |
extrusion_multiplier = 1 | |
extrusion_width_ratio = 0 |
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
bottom_layer_speed_ratio = 0.3 | |
duplicate_distance = 6 | |
duplicate_x = 1 | |
duplicate_y = 1 | |
end_gcode = M84 ; disable motors | |
filament_diameter = 1.81 | |
filament_packing_density = 1.056 | |
fill_angle = 0 | |
fill_density = 0.4 | |
infill_every_layers = 1 |
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
bottom_layer_speed_ratio = 0.3 | |
duplicate_distance = 6 | |
duplicate_x = 1 | |
duplicate_y = 1 | |
end_gcode = M84 ; disable motors | |
filament_diameter = 1.81 | |
filament_packing_density = 1.056 | |
fill_angle = 0 | |
fill_density = 0.4 | |
infill_every_layers = 1 |
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
bottom_layer_speed_ratio = 0.3 | |
duplicate_distance = 6 | |
duplicate_x = 1 | |
duplicate_y = 1 | |
end_gcode = ; M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nM84 ; disable motors | |
extrusion_multiplier = 1.056 | |
extrusion_width_ratio = 0 | |
filament_diameter = 1.84 | |
fill_angle = 0 | |
fill_density = 0.2 |