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
# generated by Slic3r 0.9.9 on Wed May 15 05:21:19 2013 | |
avoid_crossing_perimeters = | |
bed_size = 300,300 | |
bed_temperature = 0 | |
bottom_solid_layers = 3 | |
bridge_acceleration = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 70 | |
brim_width = 2 |
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
>>>M501 | |
SENDING:M501 | |
echo:Stored settings retreived: | |
echo:Steps per unit: | |
echo: M92 X128.00 Y128.00 Z1600.00 E589.00 | |
echo:Maximum feedrates (mm/s): | |
echo: M203 X400.00 Y400.00 Z5.00 E0.00 | |
echo:Maximum Acceleration (mm/s2): | |
echo: M201 X5000 Y5000 Z100 E10000 | |
echo:Acceleration: S=acceleration, T=retract acceleration |
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
I received my new hotend yesterday, shipping was fast and your product looks amazing | |
I prep'ed it last night and today I installed it in my ord-bot printer for some testing | |
First I want to say that I have been using 1.75mm filament and when I saw your hotend | |
I couldnt resist, if it works as claimed it would eliminate the ptfe headaches we all know and hate | |
Not to mention I can now extrude polycarbonate which has a melting point of 260-300c depending | |
on how fast you want to print with it |
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
>>>M503 | |
SENDING:M503 | |
echo:Steps per unit: | |
echo: M92 X128.00 Y128.00 Z1600.00 E487.00 | |
echo:Maximum feedrates (mm/s): | |
echo: M203 X400.00 Y400.00 Z5.00 E45.00 | |
echo:Maximum Acceleration (mm/s2): | |
echo: M201 X5000 Y5000 Z100 E10000 | |
echo:Acceleration: S=acceleration, T=retract acceleration | |
echo: M204 S2500.00 T2500.00 |
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
# Ezra's default starter Aluminatus slic3r config for hollow vessells | |
acceleration = 0 | |
bed_size = 300,300 | |
bed_temperature = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 70 | |
brim_width = 0 | |
complete_objects = 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
# Ezra's default starter Aluminatus slic3r config for solid | |
# structural parts | |
acceleration = 0 | |
bed_size = 300,300 | |
bed_temperature = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 70 | |
brim_width = 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
# generated by Slic3r 0.9.0 on Sun Sep 23 05:09:18 2012 | |
acceleration = 0 | |
bed_size = 220,280 | |
bed_temperature = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 60 | |
brim_width = 0 | |
complete_objects = 0 | |
cooling = 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
# generated by Slic3r 0.9.0 on Sun Sep 23 05:09:18 2012 | |
acceleration = 0 | |
bed_size = 220,280 | |
bed_temperature = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 50 | |
brim_width = 0 | |
complete_objects = 0 | |
cooling = 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
#ifndef CONFIGURATION_H | |
#define CONFIGURATION_H | |
// This configurtion file contains the basic settings. | |
// Advanced settings can be found in Configuration_adv.h | |
// BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration | |
//User specified version info of THIS file to display in [Pronterface, etc] terminal window during startup. | |
//Implementation of an idea by Prof Braino to inform user that any changes made | |
//to THIS file by the user have been successfully uploaded into firmware. |
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
# generated by Slic3r 0.9.0 on Sun Sep 9 11:01:56 2012 | |
acceleration = 0 | |
bed_size = 220,280 | |
bed_temperature = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 70 | |
brim_width = 0 | |
complete_objects = 0 | |
cooling = 1 |
NewerOlder