Skip to content

Instantly share code, notes, and snippets.

View rtgoodwin's full-sized avatar

Richard Goodwin rtgoodwin

View GitHub Profile
@rtgoodwin
rtgoodwin / gist:1584989
Created January 9, 2012 21:19
My start and end GCODE in slic3r
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
@rtgoodwin
rtgoodwin / gist:1567711
Created January 5, 2012 22:35
Marlin 1.0 beta 1
#ifndef __CONFIGURATION_H
#define __CONFIGURATION_H
// This determines the communication speed of the printer
//#define BAUDRATE 250000
#define BAUDRATE 115200
//#define BAUDRATE 230400
@rtgoodwin
rtgoodwin / gist:1482220
Created December 15, 2011 18:26
Config as of 15-12-2011
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
@rtgoodwin
rtgoodwin / config.ini
Created December 7, 2011 19:24
Current config.ini
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
@rtgoodwin
rtgoodwin / config.ini
Created December 5, 2011 01:58
My Slic3r config as of testing 0.5.5, OSX Lion
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
@rtgoodwin
rtgoodwin / gist:1401568
Created November 28, 2011 19:09
My Config as of slic3r git 0.5.3 Nov 28
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