mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge remote-tracking branch 'origin/master' into shader_optimization
This commit is contained in:
commit
dab0a43214
304 changed files with 53275 additions and 18828 deletions
|
@ -33,6 +33,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"AMFReader": {
|
||||
"package_info": {
|
||||
"package_id": "AMFReader",
|
||||
"package_type": "plugin",
|
||||
"display_name": "AMF Reader",
|
||||
"description": "Provides support for reading AMF files.",
|
||||
"package_version": "1.0.0",
|
||||
"sdk_version": "6.0.0",
|
||||
"website": "https://ultimaker.com",
|
||||
"author": {
|
||||
"author_id": "fieldOfView",
|
||||
"display_name": "fieldOfView",
|
||||
"email": "plugins@ultimaker.com",
|
||||
"website": "https://ultimaker.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CuraDrive": {
|
||||
"package_info": {
|
||||
"package_id": "CuraDrive",
|
||||
|
@ -1619,4 +1636,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"speed_wall": { "value": "speed_print * 0.7" },
|
||||
"speed_topbottom": { "value": "speed_print * 0.7" },
|
||||
"speed_layer_0": { "value": "speed_print * 0.7" },
|
||||
"gantry_height": { "default_value": 0 },
|
||||
"gantry_height": { "value": "0" },
|
||||
"retraction_speed": { "default_value" : 10 },
|
||||
"retraction_amount": { "default_value" : 2.5 },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 30
|
||||
"value": "30"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": ";Sliced at: {day} {date} {time}\nM104 S{material_print_temperature} ;set temperatures\nM140 S{material_bed_temperature}\nM109 S{material_print_temperature} ;wait for temperatures\nM190 S{material_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 Z0 ;move Z to min endstops\nG28 X0 Y0 ;move X/Y to min endstops\nG29 ;Auto Level\nG1 Z0.6 F{speed_travel} ;move the Nozzle near the Bed\nG92 E0\nG1 Y0 ;zero the extruded length\nG1 X10 E30 F500 ;printing a Line from right to left\nG92 E0 ;zero the extruded length again\nG1 Z2\nG1 F{speed_travel}\nM117 Printing...;Put printing message on LCD screen\nM150 R255 U255 B255 P4 ;Change LED Color to white" },
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
"author": "TheUltimakerCommunity",
|
||||
"manufacturer": "Foehnsturm",
|
||||
"category": "Other",
|
||||
"weight": 0,
|
||||
"has_variants": true,
|
||||
"has_materials": true,
|
||||
"has_machine_materials": false,
|
||||
"has_machine_quality": false,
|
||||
"has_variant_materials": false,
|
||||
"weight": 2,
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"default_value": 203
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 52
|
||||
"value": "52"
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"retraction_enable": { "default_value": true },
|
||||
"retraction_amount": { "default_value": 5 },
|
||||
"retraction_speed": { "default_value": 45 },
|
||||
"gantry_height": { "default_value": 25 },
|
||||
"gantry_height": { "value": "25" },
|
||||
"machine_width": { "default_value": 220 },
|
||||
"machine_height": { "default_value": 250 },
|
||||
"machine_depth": { "default_value": 220 },
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"machine_height": { "default_value": 133 },
|
||||
"machine_depth": { "default_value": 100 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55"},
|
||||
"retraction_amount": { "default_value": 1.5 },
|
||||
"support_enable": { "default_value": true},
|
||||
"machine_head_with_fans_polygon": {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"machine_height": { "default_value": 170 },
|
||||
"machine_depth": { "default_value": 160 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55"},
|
||||
"retraction_amount": { "default_value": 1.5 },
|
||||
"support_enable": { "default_value": true},
|
||||
"machine_head_with_fans_polygon": {
|
||||
|
|
45
resources/definitions/anet_a6.def.json
Normal file
45
resources/definitions/anet_a6.def.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Anet A6",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Mark",
|
||||
"manufacturer": "Anet",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "aneta6_platform.stl",
|
||||
"platform_offset": [0, -3.4, 0],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "anet_a6_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Anet A6" },
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 220
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 250
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 220
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "55"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nM84 ;steppers off\nM0 S12 ;wait 12 seconds\nM17 ;turn steppers on\nG1 Z10.0 F300 ;move the platform down 10mm\nG92 E0 ;zero the extruded length\nG1 F200 E8 ;extrude 8mm of feed stock\nG92 E0 ;zero the extruded length again\nM0 S5 ;wait 5 seconds\nG1 F9000\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+4 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG1 Y210 F9000 ;move out to get part off\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -50,7 +50,7 @@
|
|||
"jerk_wall": { "value": "math.ceil(jerk_print * 10 / 25)" },
|
||||
"jerk_wall_0": { "value": "math.ceil(jerk_wall * 5 / 10)" },
|
||||
|
||||
"gantry_height": { "default_value": 25.0 },
|
||||
"gantry_height": { "value": "25.0" },
|
||||
"skin_overlap": { "value": "10" },
|
||||
|
||||
"acceleration_enabled": { "value": "True" },
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
"gantry_height":
|
||||
{
|
||||
"default_value": 35
|
||||
"value": "35"
|
||||
},
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"gantry_height":
|
||||
{
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor":
|
||||
{
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 12
|
||||
"value": "12"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"machine_nozzle_heat_up_speed": { "default_value": 2 },
|
||||
"machine_nozzle_cool_down_speed": { "default_value": 2 },
|
||||
"machine_head_polygon": { "default_value": [[-75, -18],[-75, 35],[18, 35],[18, -18]] },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"machine_max_feedrate_x": { "default_value": 300 },
|
||||
"machine_max_feedrate_y": { "default_value": 300 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"machine_nozzle_heat_up_speed": { "default_value": 2 },
|
||||
"machine_nozzle_cool_down_speed": { "default_value": 2 },
|
||||
"machine_head_polygon": { "default_value": [[-75, -18],[-75, 35],[18, 35],[18, -18]] },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"machine_max_feedrate_x": { "default_value": 300 },
|
||||
"machine_max_feedrate_y": { "default_value": 300 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
"machine_nozzle_heat_up_speed": { "default_value": 2 },
|
||||
"machine_nozzle_cool_down_speed": { "default_value": 2 },
|
||||
"machine_head_polygon": { "default_value": [[-75, -18],[-75, 35],[18, 35],[18, -18]] },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"machine_max_feedrate_x": { "default_value": 300 },
|
||||
"machine_max_feedrate_y": { "default_value": 300 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"machine_extruder_count": { "default_value": 2 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 35 },
|
||||
"gantry_height": { "value": "35" },
|
||||
"machine_height": { "default_value": 400 },
|
||||
"machine_depth": { "default_value": 270 },
|
||||
"machine_width": { "default_value": 430 },
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"retraction_amount": { "default_value": 3 },
|
||||
"retraction_speed": { "default_value": 70},
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"gantry_height": { "default_value": 30 },
|
||||
"gantry_height": { "value": "30" },
|
||||
"speed_print": { "default_value": 60 },
|
||||
"speed_travel": { "default_value": 120 },
|
||||
"machine_max_acceleration_x": { "default_value": 500 },
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 30
|
||||
"value": "30"
|
||||
},
|
||||
"acceleration_enabled": {
|
||||
"default_value": true
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 30
|
||||
"value": "30"
|
||||
},
|
||||
"machine_head_polygon": {
|
||||
"default_value": [
|
||||
|
@ -59,6 +59,9 @@
|
|||
"jerk_travel": {
|
||||
"value": "jerk_print"
|
||||
},
|
||||
"machine_max_jerk_z": {
|
||||
"default_value": 0.3
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default_value": 0.2
|
||||
},
|
||||
|
@ -69,10 +72,10 @@
|
|||
"default_value": 0.6
|
||||
},
|
||||
"retraction_amount": {
|
||||
"default_value": 5
|
||||
"default_value": 6
|
||||
},
|
||||
"retraction_speed": {
|
||||
"default_value": 40
|
||||
"default_value": 25
|
||||
},
|
||||
"cool_min_layer_time": {
|
||||
"default_value": 10
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
"machine_depth": { "default_value": 250 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"machine_max_feedrate_z": { "default_value": 300 },
|
||||
"gantry_height": {"default_value": 43},
|
||||
"machine_max_feedrate_z": { "default_value": 300 },
|
||||
"gantry_height": {"value": "43"},
|
||||
"layer_height": { "default_value": 0.1 },
|
||||
"relative_extrusion": { "default_value": false },
|
||||
"retraction_combing": { "default_value": "off" },
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": ";Gcode by Cura\nG90\nM106 S255\nG28 X Y\nG1 X50\nM109 R90\nG28\nM104 S{material_print_temperature_layer_0}\nG29\nM107\nG1 X100 Y20 F3000\nG1 Z0.5\nM109 S{material_print_temperature_layer_0}\nM82\nG92 E0\nG1 F200 E10\nG92 E0\nG1 Z3\nG1 F6000\n"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "elliptic"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "elliptic"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-3 X+5 Y+5 F5000 ;move Z up a bit and retract filament even more\n;end of the print\nM84 ;steppers off\nG90 ;absolute positioning\nM300 S2 ;FAB bep bep (end print)"
|
||||
},
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"machine_width": { "default_value": 214 },
|
||||
"machine_height": { "default_value": 241.5 },
|
||||
"machine_depth": { "default_value": 234 },
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
{
|
||||
"0": "fdmextruder"
|
||||
},
|
||||
"supports_usb_connection": true
|
||||
"supports_usb_connection": true,
|
||||
"supports_network_connection": false
|
||||
},
|
||||
"settings":
|
||||
{
|
||||
|
@ -227,7 +228,7 @@
|
|||
},
|
||||
"extruders_enabled_count":
|
||||
{
|
||||
"label": "Number of Extruders that are enabled",
|
||||
"label": "Number of Extruders That Are Enabled",
|
||||
"description": "Number of extruder trains that are enabled; automatically set in software",
|
||||
"value": "machine_extruder_count",
|
||||
"default_value": 1,
|
||||
|
@ -240,7 +241,7 @@
|
|||
},
|
||||
"machine_nozzle_tip_outer_diameter":
|
||||
{
|
||||
"label": "Outer nozzle diameter",
|
||||
"label": "Outer Nozzle Diameter",
|
||||
"description": "The outer diameter of the tip of the nozzle.",
|
||||
"unit": "mm",
|
||||
"default_value": 1,
|
||||
|
@ -252,7 +253,7 @@
|
|||
},
|
||||
"machine_nozzle_head_distance":
|
||||
{
|
||||
"label": "Nozzle length",
|
||||
"label": "Nozzle Length",
|
||||
"description": "The height difference between the tip of the nozzle and the lowest part of the print head.",
|
||||
"unit": "mm",
|
||||
"default_value": 3,
|
||||
|
@ -263,7 +264,7 @@
|
|||
},
|
||||
"machine_nozzle_expansion_angle":
|
||||
{
|
||||
"label": "Nozzle angle",
|
||||
"label": "Nozzle Angle",
|
||||
"description": "The angle between the horizontal plane and the conical part right above the tip of the nozzle.",
|
||||
"unit": "°",
|
||||
"type": "int",
|
||||
|
@ -276,7 +277,7 @@
|
|||
},
|
||||
"machine_heat_zone_length":
|
||||
{
|
||||
"label": "Heat zone length",
|
||||
"label": "Heat Zone Length",
|
||||
"description": "The distance from the tip of the nozzle in which heat from the nozzle is transferred to the filament.",
|
||||
"unit": "mm",
|
||||
"default_value": 16,
|
||||
|
@ -310,7 +311,7 @@
|
|||
},
|
||||
"machine_nozzle_heat_up_speed":
|
||||
{
|
||||
"label": "Heat up speed",
|
||||
"label": "Heat Up Speed",
|
||||
"description": "The speed (°C/s) by which the nozzle heats up averaged over the window of normal printing temperatures and the standby temperature.",
|
||||
"default_value": 2.0,
|
||||
"unit": "°C/s",
|
||||
|
@ -321,7 +322,7 @@
|
|||
},
|
||||
"machine_nozzle_cool_down_speed":
|
||||
{
|
||||
"label": "Cool down speed",
|
||||
"label": "Cool Down Speed",
|
||||
"description": "The speed (°C/s) by which the nozzle cools down averaged over the window of normal printing temperatures and the standby temperature.",
|
||||
"default_value": 2.0,
|
||||
"unit": "°C/s",
|
||||
|
@ -343,7 +344,7 @@
|
|||
},
|
||||
"machine_gcode_flavor":
|
||||
{
|
||||
"label": "G-code flavour",
|
||||
"label": "G-code Flavour",
|
||||
"description": "The type of g-code to be generated.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
|
@ -376,7 +377,7 @@
|
|||
},
|
||||
"machine_disallowed_areas":
|
||||
{
|
||||
"label": "Disallowed areas",
|
||||
"label": "Disallowed Areas",
|
||||
"description": "A list of polygons with areas the print head is not allowed to enter.",
|
||||
"type": "polygons",
|
||||
"default_value":
|
||||
|
@ -400,7 +401,7 @@
|
|||
},
|
||||
"machine_head_polygon":
|
||||
{
|
||||
"label": "Machine head polygon",
|
||||
"label": "Machine Head Polygon",
|
||||
"description": "A 2D silhouette of the print head (fan caps excluded).",
|
||||
"type": "polygon",
|
||||
"default_value":
|
||||
|
@ -428,7 +429,7 @@
|
|||
},
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"label": "Machine head & Fan polygon",
|
||||
"label": "Machine Head & Fan Polygon",
|
||||
"description": "A 2D silhouette of the print head (fan caps included).",
|
||||
"type": "polygon",
|
||||
"default_value":
|
||||
|
@ -456,7 +457,7 @@
|
|||
},
|
||||
"gantry_height":
|
||||
{
|
||||
"label": "Gantry height",
|
||||
"label": "Gantry Height",
|
||||
"description": "The height difference between the tip of the nozzle and the gantry system (X and Y axes).",
|
||||
"default_value": 99999999999,
|
||||
"value": "machine_height",
|
||||
|
@ -488,7 +489,7 @@
|
|||
},
|
||||
"machine_use_extruder_offset_to_offset_coords":
|
||||
{
|
||||
"label": "Offset With Extruder",
|
||||
"label": "Offset with Extruder",
|
||||
"description": "Apply the extruder offset to the coordinate system.",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
|
@ -523,7 +524,7 @@
|
|||
"description": "The maximum speed for the motor of the X-direction.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"default_value": 500,
|
||||
"default_value": 299792458000,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
@ -534,7 +535,7 @@
|
|||
"description": "The maximum speed for the motor of the Y-direction.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"default_value": 500,
|
||||
"default_value": 299792458000,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
@ -545,7 +546,7 @@
|
|||
"description": "The maximum speed for the motor of the Z-direction.",
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"default_value": 5,
|
||||
"default_value": 299792458000,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
@ -1429,10 +1430,11 @@
|
|||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"z_seam_corner_none": "None",
|
||||
"z_seam_corner_inner": "Hide Seam",
|
||||
"z_seam_corner_outer": "Expose Seam",
|
||||
"z_seam_corner_any": "Hide or Expose Seam"
|
||||
"z_seam_corner_none": "None",
|
||||
"z_seam_corner_inner": "Hide Seam",
|
||||
"z_seam_corner_outer": "Expose Seam",
|
||||
"z_seam_corner_any": "Hide or Expose Seam",
|
||||
"z_seam_corner_weighted": "Smart Hiding"
|
||||
},
|
||||
"default_value": "z_seam_corner_inner",
|
||||
"enabled": "z_seam_type != 'random'",
|
||||
|
@ -2055,6 +2057,21 @@
|
|||
"settable_per_mesh": false,
|
||||
"minimum_value": "-273.15"
|
||||
},
|
||||
"build_volume_temperature":
|
||||
{
|
||||
"label": "Build Volume Temperature",
|
||||
"description": "The temperature used for build volume. If this is 0, the build volume temperature will not be adjusted.",
|
||||
"unit": "°C",
|
||||
"type": "float",
|
||||
"default_value": 35,
|
||||
"resolve": "min(extruderValues('build_volume_temperature'))",
|
||||
"minimum_value": "-273.15",
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "285",
|
||||
"enabled": true,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"material_print_temperature":
|
||||
{
|
||||
"label": "Printing Temperature",
|
||||
|
@ -3527,6 +3544,20 @@
|
|||
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"retraction_hop_after_extruder_switch_height":
|
||||
{
|
||||
"label": "Z Hop After Extruder Switch Height",
|
||||
"description": "The height difference when performing a Z Hop after extruder switch.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 1,
|
||||
"value": "retraction_hop",
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "10",
|
||||
"enabled": "retraction_enable and retraction_hop_after_extruder_switch",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -5219,7 +5250,7 @@
|
|||
"type": "bool",
|
||||
"enabled": "extruders_enabled_count > 1",
|
||||
"default_value": false,
|
||||
"resolve": "any(extruderValues('prime_tower_enable'))",
|
||||
"resolve": "(extruders_enabled_count > 1) and any(extruderValues('prime_tower_enable')) or (adhesion_type in ('none', 'skirt'))",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
|
@ -6659,7 +6690,7 @@
|
|||
},
|
||||
"adaptive_layer_height_enabled":
|
||||
{
|
||||
"label": "Use adaptive layers",
|
||||
"label": "Use Adaptive Layers",
|
||||
"description": "Adaptive layers computes the layer heights depending on the shape of the model.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
|
@ -6669,7 +6700,7 @@
|
|||
},
|
||||
"adaptive_layer_height_variation":
|
||||
{
|
||||
"label": "Adaptive layers maximum variation",
|
||||
"label": "Adaptive Layers Maximum Variation",
|
||||
"description": "The maximum allowed height different from the base layer height.",
|
||||
"type": "float",
|
||||
"enabled": "adaptive_layer_height_enabled",
|
||||
|
@ -6681,7 +6712,7 @@
|
|||
},
|
||||
"adaptive_layer_height_variation_step":
|
||||
{
|
||||
"label": "Adaptive layers variation step size",
|
||||
"label": "Adaptive Layers Variation Step Size",
|
||||
"description": "The difference in height of the next layer height compared to the previous one.",
|
||||
"type": "float",
|
||||
"enabled": "adaptive_layer_height_enabled",
|
||||
|
@ -6694,7 +6725,7 @@
|
|||
},
|
||||
"adaptive_layer_height_threshold":
|
||||
{
|
||||
"label": "Adaptive layers threshold",
|
||||
"label": "Adaptive Layers Threshold",
|
||||
"description": "Threshold whether to use a smaller layer or not. This number is compared to the tan of the steepest slope in a layer.",
|
||||
"type": "float",
|
||||
"enabled": "adaptive_layer_height_enabled",
|
||||
|
@ -6966,7 +6997,7 @@
|
|||
"enabled": "bridge_settings_enabled and bridge_enable_more_layers",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"clean_between_layers":
|
||||
"clean_between_layers":
|
||||
{
|
||||
"label": "Wipe Nozzle Between Layers",
|
||||
"description": "Whether to include nozzle wipe G-Code between layers. Enabling this setting could influence behavior of retract at layer change. Please use Wipe Retraction settings to control retraction at layers where the wipe script will be working.",
|
||||
|
@ -6976,7 +7007,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"max_extrusion_before_wipe":
|
||||
"max_extrusion_before_wipe":
|
||||
{
|
||||
"label": "Material Volume Between Wipes",
|
||||
"description": "Maximum material, that can be extruded before another nozzle wipe is initiated.",
|
||||
|
@ -6988,7 +7019,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_retraction_enable":
|
||||
"wipe_retraction_enable":
|
||||
{
|
||||
"label": "Wipe Retraction Enable",
|
||||
"description": "Retract the filament when the nozzle is moving over a non-printed area.",
|
||||
|
@ -6999,7 +7030,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_retraction_amount":
|
||||
"wipe_retraction_amount":
|
||||
{
|
||||
"label": "Wipe Retraction Distance",
|
||||
"description": "Amount to retract the filament so it does not ooze during the wipe sequence.",
|
||||
|
@ -7013,7 +7044,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_retraction_extra_prime_amount":
|
||||
"wipe_retraction_extra_prime_amount":
|
||||
{
|
||||
"label": "Wipe Retraction Extra Prime Amount",
|
||||
"description": "Some material can ooze away during a wipe travel moves, which can be compensated for here.",
|
||||
|
@ -7026,7 +7057,7 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"wipe_retraction_speed":
|
||||
"wipe_retraction_speed":
|
||||
{
|
||||
"label": "Wipe Retraction Speed",
|
||||
"description": "The speed at which the filament is retracted and primed during a wipe retraction move.",
|
||||
|
@ -7040,9 +7071,9 @@
|
|||
"enabled": "wipe_retraction_enable and clean_between_layers",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true,
|
||||
"children":
|
||||
"children":
|
||||
{
|
||||
"wipe_retraction_retract_speed":
|
||||
"wipe_retraction_retract_speed":
|
||||
{
|
||||
"label": "Wipe Retraction Retract Speed",
|
||||
"description": "The speed at which the filament is retracted during a wipe retraction move.",
|
||||
|
@ -7058,7 +7089,7 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"wipe_retraction_prime_speed":
|
||||
"wipe_retraction_prime_speed":
|
||||
{
|
||||
"label": "Retraction Prime Speed",
|
||||
"description": "The speed at which the filament is primed during a wipe retraction move.",
|
||||
|
@ -7076,7 +7107,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"wipe_pause":
|
||||
"wipe_pause":
|
||||
{
|
||||
"label": "Wipe Pause",
|
||||
"description": "Pause after the unretract.",
|
||||
|
@ -7089,7 +7120,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_hop_enable":
|
||||
"wipe_hop_enable":
|
||||
{
|
||||
"label": "Wipe Z Hop When Retracted",
|
||||
"description": "Whenever a retraction is done, the build plate is lowered to create clearance between the nozzle and the print. It prevents the nozzle from hitting the print during travel moves, reducing the chance to knock the print from the build plate.",
|
||||
|
@ -7100,7 +7131,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_hop_amount":
|
||||
"wipe_hop_amount":
|
||||
{
|
||||
"label": "Wipe Z Hop Height",
|
||||
"description": "The height difference when performing a Z Hop.",
|
||||
|
@ -7112,7 +7143,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_hop_speed":
|
||||
"wipe_hop_speed":
|
||||
{
|
||||
"label": "Wipe Hop Speed",
|
||||
"description": "Speed to move the z-axis during the hop.",
|
||||
|
@ -7126,7 +7157,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_brush_pos_x":
|
||||
"wipe_brush_pos_x":
|
||||
{
|
||||
"label": "Wipe Brush X Position",
|
||||
"description": "X location where wipe script will start.",
|
||||
|
@ -7139,7 +7170,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_repeat_count":
|
||||
"wipe_repeat_count":
|
||||
{
|
||||
"label": "Wipe Repeat Count",
|
||||
"description": "Number of times to move the nozzle across the brush.",
|
||||
|
@ -7151,7 +7182,7 @@
|
|||
"settable_per_extruder": true,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
"wipe_move_distance":
|
||||
"wipe_move_distance":
|
||||
{
|
||||
"label": "Wipe Move Distance",
|
||||
"description": "The distance to move the head back and forth across the brush.",
|
||||
|
@ -7165,41 +7196,47 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"command_line_settings": {
|
||||
"command_line_settings":
|
||||
{
|
||||
"label": "Command Line Settings",
|
||||
"description": "Settings which are only used if CuraEngine isn't called from the Cura frontend.",
|
||||
"type": "category",
|
||||
"enabled": false,
|
||||
"children": {
|
||||
"center_object": {
|
||||
"center_object":
|
||||
{
|
||||
"description": "Whether to center the object on the middle of the build platform (0,0), instead of using the coordinate system in which the object was saved.",
|
||||
"type": "bool",
|
||||
"label": "Center Object",
|
||||
"default_value": false,
|
||||
"enabled": false
|
||||
},
|
||||
"mesh_position_x": {
|
||||
"mesh_position_x":
|
||||
{
|
||||
"description": "Offset applied to the object in the x direction.",
|
||||
"type": "float",
|
||||
"label": "Mesh Position X",
|
||||
"default_value": 0,
|
||||
"enabled": false
|
||||
},
|
||||
"mesh_position_y": {
|
||||
"mesh_position_y":
|
||||
{
|
||||
"description": "Offset applied to the object in the y direction.",
|
||||
"type": "float",
|
||||
"label": "Mesh Position Y",
|
||||
"default_value": 0,
|
||||
"enabled": false
|
||||
},
|
||||
"mesh_position_z": {
|
||||
"mesh_position_z":
|
||||
{
|
||||
"description": "Offset applied to the object in the z direction. With this you can perform what was used to be called 'Object Sink'.",
|
||||
"type": "float",
|
||||
"label": "Mesh Position Z",
|
||||
"default_value": 0,
|
||||
"enabled": false
|
||||
},
|
||||
"mesh_rotation_matrix": {
|
||||
"mesh_rotation_matrix":
|
||||
{
|
||||
"label": "Mesh Rotation Matrix",
|
||||
"description": "Transformation matrix to be applied to the model when loading it from file.",
|
||||
"type": "str",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"machine_width": { "default_value": 300 },
|
||||
"machine_height": { "default_value": 400 },
|
||||
"machine_depth": { "default_value": 300 },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"retraction_amount": { "default_value": 1 },
|
||||
"retraction_speed": { "default_value": 70},
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"gantry_height": { "default_value": 50 },
|
||||
"gantry_height": { "value": "50" },
|
||||
"speed_print": { "default_value": 50 },
|
||||
"speed_travel": { "default_value": 70 },
|
||||
"machine_max_acceleration_x": { "default_value": 600 },
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"retraction_amount": { "default_value": 1 },
|
||||
"retraction_speed": { "default_value": 70},
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"gantry_height": { "default_value": 50 },
|
||||
"gantry_height": { "value": "50" },
|
||||
"speed_print": { "default_value": 50 },
|
||||
"speed_travel": { "default_value": 70 },
|
||||
"machine_max_acceleration_x": { "default_value": 600 },
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
"has_variants": true,
|
||||
"variants_name": "Tool",
|
||||
"preferred_variant_name": "0.8mm TP extruder",
|
||||
"preferred_variant_name": "0.4mm TP extruder",
|
||||
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
|
@ -39,24 +39,19 @@
|
|||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_extruder_count": {"default_value": 1 },
|
||||
"machine_extruder_count": {"default_value": 2 },
|
||||
"material_diameter": {"default_value": 1.75 },
|
||||
"machine_heated_bed": {"default_value": true },
|
||||
"machine_center_is_zero": {"default_value": false },
|
||||
"gantry_height": {"default_value": 35 },
|
||||
"gantry_height": {"value": "35" },
|
||||
"machine_height": {"default_value": 400 },
|
||||
"machine_depth": {"default_value": 325 },
|
||||
"machine_width": {"default_value": 450 },
|
||||
"machine_gcode_flavor": {"default_value": "RepRap (RepRap)" },
|
||||
"material_print_temp_wait": {"default_value": true},
|
||||
"material_bed_temp_wait": {"default_value": true },
|
||||
"prime_tower_enable": {"default_value": false },
|
||||
"prime_tower_size": {"value": 20.6 },
|
||||
"prime_tower_position_x": {"value": 125 },
|
||||
"prime_tower_position_y": {"value": 70 },
|
||||
"prime_blob_enable": {"default_value": false },
|
||||
"machine_max_feedrate_z": {"default_value": 1200 },
|
||||
"machine_start_gcode": {"default_value": "\n;Neither HMS434 nor any of HMS434 Subsidiaries has any liabilities or gives any warrenties on this .gcode file,\n\n;or on any or all objects made with this .gcode file \nM117 Homing Y ......\nG28 Y\nM117 Homing X ......\nG28 X\nM117 Homing Z ......\nG28 Z F100\nG1 Z10 F600\n\nG1 X-71 F9000;go to wipe point\nG1 Y-100 F9000\nG1 Z0 F900\n\nG1 Z0.2 F900\n\nG1 Y-65 F12000\nG1 X50 Y0 F9000\nM117 HMS434 Printing ...\n\n" },
|
||||
"machine_start_gcode": {"default_value": "\n;Neither MaukCC nor any of MaukCC representatives has any liabilities or gives any warranties on this .gcode file, or on any or all objects made with this .gcode file. \nM117 Homing Y ......\nG28 Y\nM117 Homing X ......\nG28 X\nM117 Homing Z ......\nG28 Z F100\nG1 Z10 F600\n\nG1 X-71 F9000;go to wipe point\nG1 Y-100 F9000\nG1 Z0 F900\n\nG1 Z0.2 F900\n\nG1 Y-65 F12000\nG1 X50 Y0 F9000\nM117 HMS434 Printing ...\n\n" },
|
||||
"machine_end_gcode": {"default_value": "" },
|
||||
|
||||
"retraction_extra_prime_amount": {"minimum_value_warning": "-2.0" },
|
||||
|
@ -127,7 +122,7 @@
|
|||
"cool_fan_enabled": {"value": true},
|
||||
"cool_min_layer_time_fan_speed_max": {"value": "cool_min_layer_time"},
|
||||
"cool_min_layer_time": {"value": 20},
|
||||
"cool_min_speed": {"value": "speed_wall_x"},
|
||||
"cool_min_speed": {"value": "10"},
|
||||
"cool_lift_head": {"value": false},
|
||||
|
||||
"support_z_distance": {"value": 0},
|
||||
|
@ -141,6 +136,12 @@
|
|||
"skirt_gap": {"value": 1},
|
||||
"skirt_brim_minimal_length": {"value": 50},
|
||||
|
||||
"prime_tower_enable": {"value": false },
|
||||
"prime_tower_size": {"value": 20.6 },
|
||||
"prime_tower_position_x": {"value": 125 },
|
||||
"prime_tower_position_y": {"value": 70 },
|
||||
"prime_blob_enable": {"default_value": false },
|
||||
|
||||
"coasting_enable": {"value": true},
|
||||
"coasting_volume": {"value": 0.1},
|
||||
"coasting_min_volume": {"value": 0.17},
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 82.3
|
||||
"value": "82.3"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 10
|
||||
"value": "10"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"default_value": 2
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"default_value": 2
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"machine_height": { "default_value": 190 },
|
||||
"machine_depth": { "default_value": 195 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"retraction_amount": { "default_value": 1 },
|
||||
"support_enable": { "default_value": true},
|
||||
"machine_head_with_fans_polygon": {
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": -25
|
||||
"value": "25"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 330
|
||||
"value": "330"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 200
|
||||
"value": "200"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
@ -132,7 +132,7 @@
|
|||
"default_value": "ZigZag"
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"default_value": 15
|
||||
"value": "15 if support_enable else 0 if support_tree_enable else 15"
|
||||
},
|
||||
"adhesion_type": {
|
||||
"default_value": "raft"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"default_value": 92
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
[ 3, 3 ]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default_value": 0 },
|
||||
"gantry_height": { "value": "0" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
|
|
|
@ -15,50 +15,50 @@
|
|||
"preferred_quality_type": "normal",
|
||||
"has_machine_quality": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"machine_extruder_trains":
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "nwa3d_a5_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
"default_value": "NWA3D A5"
|
||||
"machine_name": {
|
||||
"default_value": "NWA3D A5"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 125
|
||||
"machine_width": {
|
||||
"default_value": 125
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 100
|
||||
"machine_height": {
|
||||
"default_value": 100
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 150
|
||||
"machine_depth": {
|
||||
"default_value": 150
|
||||
},
|
||||
"machine_head_polygon": {
|
||||
"machine_head_polygon": {
|
||||
"default_value": [
|
||||
[-30, 34],
|
||||
[-30, -32],
|
||||
[30, -32],
|
||||
[-30, 34],
|
||||
[-30, -32],
|
||||
[30, -32],
|
||||
[30, 34]
|
||||
]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 30
|
||||
"gantry_height": {
|
||||
"value": "30"
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": false
|
||||
"machine_heated_bed": {
|
||||
"default_value": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"retraction_speed": { "default_value": 45},
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"machine_head_with_fans_polygon": { "default_value": [[-32,999],[37,999],[37,-32],[-32,-32]] },
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"speed_print": { "default_value": 50 },
|
||||
"speed_travel": { "default_value": 55 },
|
||||
"machine_max_feedrate_x": {"default_value": 125},
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
[55, -99999]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default_value": 99999 },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
[ -49, -20 ]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default_value": 99999 },
|
||||
"gantry_height": { "value": "99999" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
[60, -10]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default_value": 1000 },
|
||||
"gantry_height": { "value": "1000" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"retraction_prime_speed": { "default_value": 35 },
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"machine_head_with_fans_polygon": { "default_value": [[-31,31],[34,31],[34,-40],[-31,-40]] },
|
||||
"gantry_height": { "default_value": 28 },
|
||||
"gantry_height": { "value": "28" },
|
||||
"machine_max_feedrate_z": { "default_value": 12 },
|
||||
"machine_max_feedrate_e": { "default_value": 120 },
|
||||
"machine_max_acceleration_z": { "default_value": 500 },
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"default_value": "skirt"
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"default_value": "skirt"
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"default_value": "skirt"
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"default_value": "skirt"
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
"value": "False"
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"value": "15.0"
|
||||
"value": "15 if support_enable else 0 if support_tree_enable else 15"
|
||||
},
|
||||
"support_pattern": {
|
||||
"default_value": "lines"
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 25
|
||||
"value": "25"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
45
resources/definitions/stereotech_start.def.json
Normal file
45
resources/definitions/stereotech_start.def.json
Normal file
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Stereotech START",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Stereotech",
|
||||
"manufacturer": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "stereotech_start.stl",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "stereotech_start_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 190
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 190
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 190
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "rectangular"
|
||||
}
|
||||
}
|
||||
}
|
89
resources/definitions/stereotech_ste320.def.json
Normal file
89
resources/definitions/stereotech_ste320.def.json
Normal file
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Stereotech STE320",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Stereotech",
|
||||
"manufacturer": "Stereotech LLC.",
|
||||
"category": "Other",
|
||||
"platform": "stereotech_ste320_platform.obj",
|
||||
"platform_texture": "StereotechSte320backplate.png",
|
||||
"platform_offset": [
|
||||
0,
|
||||
0,
|
||||
-14
|
||||
],
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_materials": true,
|
||||
"supports_usb_connection": false,
|
||||
"machine_extruder_trains": {
|
||||
"0": "stereotech_ste320_1st",
|
||||
"1": "stereotech_ste320_2nd"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
"default_value": "Stereotech STE320"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 218
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 200
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 210
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[
|
||||
-29,
|
||||
22
|
||||
],
|
||||
[
|
||||
-29,
|
||||
-20
|
||||
],
|
||||
[
|
||||
27,
|
||||
22
|
||||
],
|
||||
[
|
||||
27,
|
||||
-20
|
||||
]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "25"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;homing\nG1 Z15.0 F9000 ;move the platform down 15mm\nT1 ;Switch to the 2nd extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F200 E-{switch_extruder_retraction_amount}\nT0 ;Switch to the 1st extruder\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 T0 S0 ;1st extruder heater off\nM104 T1 S0 ;2nd extruder heater off\nM140 S0 ;heated bed heater off\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning"
|
||||
},
|
||||
"machine_extruder_count": {
|
||||
"default_value": 2
|
||||
},
|
||||
"prime_tower_position_x": {
|
||||
"value": "195"
|
||||
},
|
||||
"prime_tower_position_y": {
|
||||
"value": "149"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
"author": "Andrew Finkle, CTO",
|
||||
"manufacturer": "Structur3d.io",
|
||||
"visible": true,
|
||||
"weight": 1,
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||
|
@ -77,7 +76,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 52
|
||||
"value": "52"
|
||||
},
|
||||
"machine_nozzle_head_distance": {
|
||||
"default_value": 5
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_head_with_fans_polygon": { "default_value": [ [ -35, 65 ], [ -35, -55 ], [ 55, 65 ], [ 55, -55 ] ] },
|
||||
"gantry_height": { "default_value": 35 },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"gantry_height": { "value": "35" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
|
||||
"speed_print": { "default_value": 60 },
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
"gantry_height":
|
||||
{
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor":
|
||||
{
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
[18, -18]
|
||||
]
|
||||
},
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"gantry_height": { "value": "55" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_acceleration": { "default_value": 2650 },
|
||||
"machine_max_jerk_xy": { "default_value": 15.0 },
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 30
|
||||
"value": "30"
|
||||
},
|
||||
"acceleration_enabled": {
|
||||
"default_value": false
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 500 },
|
||||
"gantry_height": { "value": "500" },
|
||||
"machine_height": { "default_value": 255 },
|
||||
"machine_depth": { "default_value": 255 },
|
||||
"machine_width": { "default_value": 255 },
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"machine_extruder_count": { "default_value": 2 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 500 },
|
||||
"gantry_height": { "value": "500" },
|
||||
"machine_height": { "default_value": 255 },
|
||||
"machine_depth": { "default_value": 255 },
|
||||
"machine_width": { "default_value": 255 },
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"machine_height": { "default_value": 255 },
|
||||
"machine_depth": { "default_value": 255 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"gantry_height": { "default_value": 500 },
|
||||
"gantry_height": { "value": "500" },
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[25, 49],
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"machine_nozzle_heat_up_speed": { "default_value": 2 },
|
||||
"machine_nozzle_cool_down_speed": { "default_value": 2 },
|
||||
"machine_head_with_fans_polygon": { "default_value": [[-20,20],[10,10],[10,10],[10,10]] },
|
||||
"gantry_height": { "default_value": 275 },
|
||||
"gantry_height": { "value": "275" },
|
||||
"machine_max_feedrate_z": { "default_value": 15 },
|
||||
"machine_max_feedrate_e": { "default_value": 60 },
|
||||
"machine_max_acceleration_z": { "default_value": 1000 },
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 48
|
||||
"value": "48"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 52
|
||||
"value": "52"
|
||||
},
|
||||
"machine_nozzle_head_distance": {
|
||||
"default_value": 5
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"first_start_actions": [ "DiscoverUM3Action" ],
|
||||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_usb_connection": false,
|
||||
"supports_network_connection": true,
|
||||
"firmware_update_info": {
|
||||
"id": 9066,
|
||||
"check_urls":
|
||||
|
@ -62,7 +63,7 @@
|
|||
"machine_max_feedrate_y": { "default_value": 300 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
"machine_acceleration": { "default_value": 3000 },
|
||||
"gantry_height": { "default_value": 60 },
|
||||
"gantry_height": { "value": "60" },
|
||||
"machine_disallowed_areas": { "default_value": [
|
||||
[[92.8, -53.4], [92.8, -97.5], [116.5, -97.5], [116.5, -53.4]],
|
||||
[[73.8, 107.5], [73.8, 100.5], [116.5, 100.5], [116.5, 107.5]],
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
"first_start_actions": [ "DiscoverUM3Action" ],
|
||||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_usb_connection": false,
|
||||
"weight": -1,
|
||||
"supports_network_connection": true,
|
||||
"weight": -2,
|
||||
"firmware_update_info": {
|
||||
"id": 9051,
|
||||
"check_urls": ["http://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version"],
|
||||
|
@ -61,7 +62,7 @@
|
|||
"machine_max_feedrate_y": { "default_value": 300 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
"machine_acceleration": { "default_value": 3000 },
|
||||
"gantry_height": { "default_value": 60 },
|
||||
"gantry_height": { "value": "60" },
|
||||
"machine_extruder_count": { "default_value": 2 },
|
||||
"extruder_prime_pos_abs": { "default_value": true },
|
||||
"machine_start_gcode": { "default_value": "" },
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"default_value": false
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"default_value": "elliptic"
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 0
|
||||
"value": "0"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 18
|
||||
"value": "18"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 18
|
||||
"value": "18"
|
||||
},
|
||||
"machine_extruder_count": {
|
||||
"default_value": 2
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"default_value": true
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"machine_max_feedrate_y": { "default_value": 300 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
"machine_acceleration": { "default_value": 2000 },
|
||||
"gantry_height": { "default_value": 80 },
|
||||
"gantry_height": { "value": "80" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nM9998\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F800 X585 E12\nG92 E0" },
|
||||
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" },
|
||||
|
@ -126,7 +126,7 @@
|
|||
"support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" },
|
||||
"support_bottom_pattern": { "value": "'zigzag'" },
|
||||
"support_connect_zigzags": { "value": "False" },
|
||||
"support_infill_rate": { "value": "8" },
|
||||
"support_infill_rate": { "value": "8 if support_enable else 0 if support_tree_enable else 8" },
|
||||
"support_interface_density": { "value": "80" },
|
||||
"support_interface_enable": { "value": "True" },
|
||||
"support_interface_height": { "value": "0.5" },
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"machine_max_feedrate_y": { "default_value": 200 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
"machine_acceleration": { "default_value": 3000 },
|
||||
"gantry_height": { "default_value": 75 },
|
||||
"gantry_height": { "value": "75" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F1000 Z3\nG1 F4000 X0\nG1 F4000 Y0\nG1 F1000 Z0.2\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." },
|
||||
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" },
|
||||
|
@ -126,7 +126,7 @@
|
|||
"support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" },
|
||||
"support_bottom_pattern": { "value": "'zigzag'" },
|
||||
"support_connect_zigzags": { "value": "False" },
|
||||
"support_infill_rate": { "value": "8" },
|
||||
"support_infill_rate": { "value": "8 if support_enable else 0 if support_tree_enable else 8" },
|
||||
"support_interface_density": { "value": "80" },
|
||||
"support_interface_enable": { "value": "True" },
|
||||
"support_interface_height": { "value": "0.5" },
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"machine_max_feedrate_y": { "default_value": 200 },
|
||||
"machine_max_feedrate_z": { "default_value": 40 },
|
||||
"machine_acceleration": { "default_value": 2000 },
|
||||
"gantry_height": { "default_value": 200 },
|
||||
"gantry_height": { "value": "200" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_start_gcode": { "default_value": "G21\nG90\nM82\nM107\nG28 X0 Y0\nG28 Z0\nG1 F6000 Z0.3\nG92 E0\nG1 F1000 X30 E8\nG92 E0\nM117 Printing." },
|
||||
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\nG92 E2\nG1 E0 F200\nG28 X0 Y0\nM84 X Y E" },
|
||||
|
@ -115,7 +115,7 @@
|
|||
"support_bottom_height": { "value": "max((0.15 if(0.15%layer_height==0) else layer_height*int((0.15+layer_height)/layer_height)),layer_height)" },
|
||||
"support_bottom_pattern": { "value": "'zigzag'" },
|
||||
"support_connect_zigzags": { "value": "False" },
|
||||
"support_infill_rate": { "value": "8" },
|
||||
"support_infill_rate": { "value": "8 if support_enable else 0 if support_tree_enable else 8" },
|
||||
"support_interface_density": { "value": "80" },
|
||||
"support_interface_enable": { "value": "True" },
|
||||
"support_interface_height": { "value": "0.5" },
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"default_value": 55
|
||||
"value": "55"
|
||||
},
|
||||
"machine_use_extruder_offset_to_offset_coords": {
|
||||
"default_value": true
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"machine_center_is_zero": { "default_value": true },
|
||||
"machine_gcode_flavor": { "default_value": "Makerbot" },
|
||||
"machine_head_with_fans_polygon": { "default_value": [ [ -37, 50 ], [ 25, 50 ], [ 25, -40 ], [ -37, -40 ] ] },
|
||||
"gantry_height": { "default_value": 10 },
|
||||
"gantry_height": { "value": "10" },
|
||||
"machine_steps_per_mm_x": { "default_value": 88.888889 },
|
||||
"machine_steps_per_mm_y": { "default_value": 88.888889 },
|
||||
"machine_steps_per_mm_z": { "default_value": 400 },
|
||||
|
|
16
resources/extruders/anet_a6_extruder_0.def.json
Normal file
16
resources/extruders/anet_a6_extruder_0.def.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "anet_a6_extruder_0",
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "anet_a6",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
"default_value": 1,
|
||||
"maximum_value": "8"
|
||||
},
|
||||
"machine_nozzle_offset_x": { "default_value": 20.0 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0.0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0.0 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_extruder_start_code": {
|
||||
|
|
16
resources/extruders/stereotech_start_extruder_0.def.json
Normal file
16
resources/extruders/stereotech_start_extruder_0.def.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"id": "stereotech_start_extruder_0",
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "stereotech_start",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
46
resources/extruders/stereotech_ste320_1st.def.json
Normal file
46
resources/extruders/stereotech_ste320_1st.def.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"id": "stereotech_ste320_1st",
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "stereotech_ste320",
|
||||
"position": "0"
|
||||
},
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0,
|
||||
"maximum_value": "1"
|
||||
},
|
||||
"machine_nozzle_offset_x": {
|
||||
"default_value": 0.0
|
||||
},
|
||||
"machine_nozzle_offset_y": {
|
||||
"default_value": 0.0
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"machine_extruder_start_pos_abs": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_extruder_start_pos_x": {
|
||||
"value": "prime_tower_position_x"
|
||||
},
|
||||
"machine_extruder_start_pos_y": {
|
||||
"value": "prime_tower_position_y"
|
||||
},
|
||||
"machine_extruder_end_pos_abs": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_extruder_end_pos_x": {
|
||||
"value": "prime_tower_position_x"
|
||||
},
|
||||
"machine_extruder_end_pos_y": {
|
||||
"value": "prime_tower_position_y"
|
||||
}
|
||||
}
|
||||
}
|
46
resources/extruders/stereotech_ste320_2nd.def.json
Normal file
46
resources/extruders/stereotech_ste320_2nd.def.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"id": "stereotech_ste320_2nd",
|
||||
"version": 2,
|
||||
"name": "Extruder 2",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "stereotech_ste320",
|
||||
"position": "1"
|
||||
},
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 1,
|
||||
"maximum_value": "1"
|
||||
},
|
||||
"machine_nozzle_offset_x": {
|
||||
"default_value": 18.0
|
||||
},
|
||||
"machine_nozzle_offset_y": {
|
||||
"default_value": 0.0
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"machine_extruder_start_pos_abs": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_extruder_start_pos_x": {
|
||||
"value": "prime_tower_position_x"
|
||||
},
|
||||
"machine_extruder_start_pos_y": {
|
||||
"value": "prime_tower_position_y"
|
||||
},
|
||||
"machine_extruder_end_pos_abs": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_extruder_end_pos_x": {
|
||||
"value": "prime_tower_position_x"
|
||||
},
|
||||
"machine_extruder_end_pos_y": {
|
||||
"value": "prime_tower_position_y"
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -5,9 +5,9 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 4.0\n"
|
||||
"Project-Id-Version: Cura 4.1\n"
|
||||
"Report-Msgid-Bugs-To: r.dulek@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2019-02-26 16:36+0000\n"
|
||||
"POT-Creation-Date: 2019-05-14 12:48+0000\n"
|
||||
"PO-Revision-Date: 2019-03-13 14:00+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: German\n"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue