Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaid <daid303@gmail.com>2014-02-18 11:39:52 +0400
committerdaid <daid303@gmail.com>2014-02-18 11:39:52 +0400
commit39582203c37b35424973efb322cba99b76bdf0d2 (patch)
treeb113519b6e0baa2f23f700569091c7e5b6064f0f /resources
parentc50df7303b225cc5799b1d1dc8564882c63b6c0b (diff)
Add printrbot simple profile. Fixed #735
Diffstat (limited to 'resources')
-rw-r--r--resources/machine_profiles/PrintrBotSimple.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/machine_profiles/PrintrBotSimple.ini b/resources/machine_profiles/PrintrBotSimple.ini
new file mode 100644
index 0000000000..615d3ffcb9
--- /dev/null
+++ b/resources/machine_profiles/PrintrBotSimple.ini
@@ -0,0 +1,19 @@
+[machine]
+machine_name = PrintrBot_Simple
+machine_type = RepRap
+machine_width = 100
+machine_depth = 100
+machine_height = 100
+machine_center_is_zero = False
+has_heated_bed = False
+gcode_flavor = RepRap (Marlin/Sprinter)
+extruder_amount = 1
+
+[profile]
+filament_diameter = 1.75
+nozzle_size = 0.4
+layer_height = 0.2
+fill_density = 10
+print_speed = 40
+print_temperature = 200
+travel_speed = 150