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-07-02 14:26:40 +0400
committerdaid <daid303@gmail.com>2014-07-02 14:26:40 +0400
commit35cb4260d3fb581273c3c9c902ff5bed98687767 (patch)
tree9cdd7df3e18f950fc1d7cb4307cdd3c524c54d0c /resources
parenta443ba22c8c44fa4733d77f2bcbb0baeb7ea9346 (diff)
Add sub-section for printrbots when adding a new machine. There are a lot of printrbots. And Brook is doing cool stuff.
Diffstat (limited to 'resources')
-rw-r--r--resources/machine_profiles/PrintrBot.ini19
-rw-r--r--resources/machine_profiles/PrintrBotLC+.ini19
-rw-r--r--resources/machine_profiles/PrintrBotSimple.ini19
3 files changed, 0 insertions, 57 deletions
diff --git a/resources/machine_profiles/PrintrBot.ini b/resources/machine_profiles/PrintrBot.ini
deleted file mode 100644
index 63cad09aa5..0000000000
--- a/resources/machine_profiles/PrintrBot.ini
+++ /dev/null
@@ -1,19 +0,0 @@
-[machine]
-machine_name = PrintrBot
-machine_type = RepRap
-machine_width = 150
-machine_depth = 150
-machine_height = 150
-machine_center_is_zero = False
-has_heated_bed = True
-gcode_flavor = RepRap (Marlin/Sprinter)
-extruder_amount = 1
-
-[profile]
-filament_diameter = 2.85
-nozzle_size = 0.5
-layer_height = 0.2
-fill_density = 10
-print_speed = 30
-print_temperature = 240
-travel_speed = 150
diff --git a/resources/machine_profiles/PrintrBotLC+.ini b/resources/machine_profiles/PrintrBotLC+.ini
deleted file mode 100644
index cbd6d02f78..0000000000
--- a/resources/machine_profiles/PrintrBotLC+.ini
+++ /dev/null
@@ -1,19 +0,0 @@
-[machine]
-machine_name = PrintrBot LC+
-machine_type = RepRap
-machine_width = 200
-machine_depth = 200
-machine_height = 200
-machine_center_is_zero = False
-has_heated_bed = True
-gcode_flavor = RepRap (Marlin/Sprinter)
-extruder_amount = 1
-
-[profile]
-filament_diameter = 2.85
-nozzle_size = 0.5
-layer_height = 0.2
-fill_density = 10
-print_speed = 30
-print_temperature = 240
-travel_speed = 150
diff --git a/resources/machine_profiles/PrintrBotSimple.ini b/resources/machine_profiles/PrintrBotSimple.ini
deleted file mode 100644
index 615d3ffcb9..0000000000
--- a/resources/machine_profiles/PrintrBotSimple.ini
+++ /dev/null
@@ -1,19 +0,0 @@
-[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