mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI004",
|
||||
"setting_id": "BSSI004",
|
||||
"name": "Blocks Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI004",
|
||||
"filament_id": "BSFI004",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"255"
|
||||
],
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
@@ -38,21 +38,37 @@
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"slow_down_layer_time": ["10"],
|
||||
"close_fan_the_first_x_layers": ["4"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_min_speed": ["30"],
|
||||
"enable_overhang_bridge_fan": ["1"],
|
||||
"overhang_fan_threshold": ["25%"],
|
||||
"overhang_fan_speed": ["100%"],
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"4"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100%"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
@@ -65,7 +81,6 @@
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2 0.4 nozzle",
|
||||
"BLOCKS RD50 V2 0.6 nozzle",
|
||||
@@ -76,4 +91,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI010",
|
||||
"setting_id": "BSSI010",
|
||||
"name": "Blocks Generic ASA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI010",
|
||||
"filament_id": "BSFI010",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
@@ -38,21 +38,37 @@
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"45"
|
||||
],
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"slow_down_layer_time": ["3"],
|
||||
"close_fan_the_first_x_layers": ["4"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_min_speed": ["10"],
|
||||
"enable_overhang_bridge_fan": ["1"],
|
||||
"overhang_fan_threshold": ["25%"],
|
||||
"overhang_fan_speed": ["50%"],
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"4"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50%"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
@@ -75,4 +91,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI005",
|
||||
"setting_id": "BSSI005",
|
||||
"name": "Blocks Generic ASA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI005",
|
||||
"filament_id": "BSFI005",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
@@ -38,21 +38,37 @@
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"slow_down_layer_time": ["10"],
|
||||
"close_fan_the_first_x_layers": ["4"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_min_speed": ["30"],
|
||||
"enable_overhang_bridge_fan": ["1"],
|
||||
"overhang_fan_threshold": ["25%"],
|
||||
"overhang_fan_speed": ["100%"],
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"4"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100%"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
@@ -75,4 +91,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI007",
|
||||
"setting_id": "BSSI007",
|
||||
"name": "Blocks Generic PA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI007",
|
||||
"filament_id": "BSFI007",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
"PA-CF"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
@@ -22,13 +22,13 @@
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"255"
|
||||
"255"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.25"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
"250"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"90"
|
||||
@@ -37,10 +37,10 @@
|
||||
"90"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"1.2"
|
||||
"1.2"
|
||||
],
|
||||
"filament_z_hop": [
|
||||
"0.0"
|
||||
"0.0"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
@@ -51,15 +51,30 @@
|
||||
"fan_cooling_layer_time": [
|
||||
"4"
|
||||
],
|
||||
|
||||
"close_fan_the_first_x_layers": ["3"],
|
||||
"slow_down_layer_time": ["2"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"reduce_fan_stop_start_freq": ["0"],
|
||||
"slow_down_min_speed": ["10"],
|
||||
"enable_overhang_bridge_fan": ["1"],
|
||||
"overhang_fan_threshold": ["95%"],
|
||||
"overhang_fan_speed": ["80%"],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"95%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80%"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
@@ -82,4 +97,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI006",
|
||||
"setting_id": "BSSI006",
|
||||
"name": "Blocks Generic PA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI006",
|
||||
"filament_id": "BSFI006",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
@@ -22,4 +22,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI008",
|
||||
"setting_id": "BSSI008",
|
||||
"name": "Blocks Generic PC",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI008",
|
||||
"filament_id": "BSFI008",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
@@ -22,4 +22,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI002",
|
||||
"setting_id": "BSSI002",
|
||||
"name": "Blocks Generic PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_petg",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI002",
|
||||
"filament_id": "BSFI002",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"245"
|
||||
],
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"210"
|
||||
],
|
||||
@@ -36,13 +36,27 @@
|
||||
"hot_plate_temp": [
|
||||
"70"
|
||||
],
|
||||
"close_fan_the_first_x_layers": ["1"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_min_speed": ["30"],
|
||||
"enable_overhang_bridge_fan": ["1"],
|
||||
"overhang_fan_threshold": ["25%"],
|
||||
"overhang_fan_speed": ["100%"],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"enable_overhang_bridge_fan": [
|
||||
"1"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100%"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
@@ -55,10 +69,18 @@
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": ["40"],
|
||||
"fan_cooling_layer_time": ["30"],
|
||||
"fan_max_speed": ["80"],
|
||||
"slow_down_layer_time": ["5"],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100 0.4 nozzle",
|
||||
"BLOCKS Pro S100 0.6 nozzle",
|
||||
@@ -74,6 +96,5 @@
|
||||
"BLOCKS RF50 0.6 nozzle",
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI010",
|
||||
"setting_id": "BSSI010",
|
||||
"name": "Blocks Generic PLA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI010",
|
||||
"filament_id": "BSFI010",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
@@ -28,4 +28,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI001",
|
||||
"setting_id": "BSSI001",
|
||||
"name": "Blocks Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI001",
|
||||
"filament_id": "BSFI001",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
@@ -24,13 +24,15 @@
|
||||
"nozzle_temperature_range_high": [
|
||||
"230"
|
||||
],
|
||||
"slow_down_min_speed": ["30"],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
],
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
@@ -53,4 +55,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI009",
|
||||
"setting_id": "BSSI009",
|
||||
"name": "Blocks Generic PVA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pva",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI009",
|
||||
"filament_id": "BSFI009",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
@@ -22,4 +22,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "BSFI003",
|
||||
"setting_id": "BSSI003",
|
||||
"name": "Blocks Generic TPU",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"setting_id": "BSSI003",
|
||||
"filament_id": "BSFI003",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"4"
|
||||
],
|
||||
@@ -23,7 +23,7 @@
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
],
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
@@ -38,10 +38,10 @@
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
@@ -70,4 +70,4 @@
|
||||
"BLOCKS RF50 0.8 nozzle",
|
||||
"BLOCKS RF50"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_abs",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
@@ -91,4 +91,4 @@
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_asa",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
@@ -91,4 +91,4 @@
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -3,28 +3,28 @@
|
||||
"name": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"cool_plate_temp" : [
|
||||
"cool_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"eng_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"textured_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pa",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
@@ -83,9 +83,9 @@
|
||||
"2"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"1.0"
|
||||
"1.0"
|
||||
],
|
||||
"filament_z_hop": [
|
||||
"0.0"
|
||||
"0.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pc",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
@@ -85,4 +85,4 @@
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_petg",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
@@ -89,12 +89,12 @@
|
||||
"0"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"1.0"
|
||||
"1.0"
|
||||
],
|
||||
"filament_z_hop": [
|
||||
"0.0"
|
||||
"0.0"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pla",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
@@ -91,4 +91,4 @@
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pva",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"cool_plate_temp": [
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"eng_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"hot_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"textured_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
@@ -97,4 +97,4 @@
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_tpu",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
@@ -91,4 +91,4 @@
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM001",
|
||||
"name": "BLOCKS Pro S100 0.4 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM001",
|
||||
"printer_model": "BLOCKS Pro S100",
|
||||
"default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks",
|
||||
"max_layer_height": [
|
||||
@@ -26,4 +26,4 @@
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS Pro S100"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM002",
|
||||
"name": "BLOCKS Pro S100 0.6 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM002",
|
||||
"printer_model": "BLOCKS Pro S100",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Blocks",
|
||||
"max_layer_height": [
|
||||
@@ -27,4 +27,4 @@
|
||||
"BLOCKS Pro S100"
|
||||
],
|
||||
"printer_variant": "0.6"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM003",
|
||||
"name": "BLOCKS Pro S100 0.8 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM003",
|
||||
"printer_model": "BLOCKS Pro S100",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Blocks",
|
||||
"max_layer_height": [
|
||||
@@ -27,4 +27,4 @@
|
||||
"BLOCKS Pro S100"
|
||||
],
|
||||
"printer_variant": "0.8"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM004",
|
||||
"name": "BLOCKS Pro S100 1.0 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM004",
|
||||
"printer_model": "BLOCKS Pro S100",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Blocks",
|
||||
"max_layer_height": [
|
||||
@@ -27,4 +27,4 @@
|
||||
"BLOCKS Pro S100"
|
||||
],
|
||||
"printer_variant": "1.0"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM005",
|
||||
"name": "BLOCKS Pro S100 1.2 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM005",
|
||||
"printer_model": "BLOCKS Pro S100",
|
||||
"default_print_profile": "0.60mm Standard 1.2 nozzle @Blocks",
|
||||
"max_layer_height": [
|
||||
@@ -27,4 +27,4 @@
|
||||
"BLOCKS Pro S100"
|
||||
],
|
||||
"printer_variant": "1.2"
|
||||
}
|
||||
}
|
||||
@@ -4,9 +4,9 @@
|
||||
"model_id": "BLOCKS Pro S100",
|
||||
"nozzle_diameter": "0.4;0.6;0.8;1.0;1.2",
|
||||
"machine_tech": "FFF",
|
||||
"family":"Blocks",
|
||||
"family": "Blocks",
|
||||
"bed_model": "PRO S100 HotBed model.stl",
|
||||
"bed_texture":"PRO S100 HotBed texture.png",
|
||||
"hotend_model":"BLOCKS PrintCore.stl",
|
||||
"default_materials":"Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU"
|
||||
}
|
||||
"bed_texture": "PRO S100 HotBed texture.png",
|
||||
"hotend_model": "BLOCKS PrintCore.stl",
|
||||
"default_materials": "Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU"
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM006",
|
||||
"name": "BLOCKS RD50 V2 0.4 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM006",
|
||||
"printer_model": "BLOCKS RD50 V2",
|
||||
"default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2",
|
||||
"max_layer_height": [
|
||||
@@ -23,16 +23,16 @@
|
||||
"0x500"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1.2"
|
||||
"1.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"80"
|
||||
"80"
|
||||
],
|
||||
"printable_height": "500",
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS RD50 V2"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM007",
|
||||
"name": "BLOCKS RD50 V2 0.6 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM007",
|
||||
"printer_model": "BLOCKS RD50 V2",
|
||||
"default_print_profile": "0.26mm Standard 0.6 nozzle @Blocks_RD50_V2",
|
||||
"max_layer_height": [
|
||||
@@ -27,13 +27,13 @@
|
||||
"BLOCKS RD50 V2"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1.2"
|
||||
"1.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"80"
|
||||
"80"
|
||||
],
|
||||
"printer_variant": "0.6"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM008",
|
||||
"name": "BLOCKS RD50 V2 0.8 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM008",
|
||||
"printer_model": "BLOCKS RD50 V2",
|
||||
"default_print_profile": "0.38mm Standard 0.8 nozzle @Blocks_RD50_V2",
|
||||
"max_layer_height": [
|
||||
@@ -27,13 +27,13 @@
|
||||
"BLOCKS RD50 V2"
|
||||
],
|
||||
"retraction_length": [
|
||||
"1.2"
|
||||
"1.2"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"80"
|
||||
"80"
|
||||
],
|
||||
"printer_variant": "0.8"
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "BLOCKS RD50 V2",
|
||||
"model_id": "BLOCKS RD50 V2",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family":"Blocks",
|
||||
"bed_model": "RD50 V2 HotBed model.stl",
|
||||
"bed_texture":"RD50 V2 HotBed texture.png",
|
||||
"hotend_model":"BLOCKS PrintCore.stl",
|
||||
"default_materials":"Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU"
|
||||
}
|
||||
"type": "machine_model",
|
||||
"name": "BLOCKS RD50 V2",
|
||||
"model_id": "BLOCKS RD50 V2",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Blocks",
|
||||
"bed_model": "RD50 V2 HotBed model.stl",
|
||||
"bed_texture": "RD50 V2 HotBed texture.png",
|
||||
"hotend_model": "BLOCKS PrintCore.stl",
|
||||
"default_materials": "Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU"
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM009",
|
||||
"name": "BLOCKS RF50 0.4 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM009",
|
||||
"printer_model": "BLOCKS RF50",
|
||||
"default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks_RF50",
|
||||
"max_layer_height": [
|
||||
@@ -23,48 +23,61 @@
|
||||
"0x500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12"
|
||||
],
|
||||
"machine_max_speed_e": ["60"],
|
||||
"machine_max_speed_x": ["500"],
|
||||
"machine_max_speed_y": ["500"],
|
||||
"machine_max_speed_z": ["12"],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
"0.4"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Slope Lift"
|
||||
],
|
||||
"z_hop_types": ["Slope Lift"],
|
||||
"auxiliary_fan": "1",
|
||||
"support_air_filtration": "1",
|
||||
"support_air_filtration": "1",
|
||||
"printable_height": "500",
|
||||
"extruder_clearance_radius": "106",
|
||||
"extruder_clearance_height_to_rod": "30",
|
||||
"extruder_clearance_height_to_lid": "185",
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS RF50"
|
||||
],
|
||||
"wipe_distance": ["2"],
|
||||
"retract_before_wipe": ["0"]
|
||||
|
||||
}
|
||||
],
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM010",
|
||||
"name": "BLOCKS RF50 0.6 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM010",
|
||||
"printer_model": "BLOCKS RF50",
|
||||
"default_print_profile": "0.26mm Standard 0.6 nozzle @Blocks_RF50",
|
||||
"max_layer_height": [
|
||||
@@ -23,40 +23,50 @@
|
||||
"0x500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12"
|
||||
],
|
||||
"machine_max_speed_e": ["60"],
|
||||
"machine_max_speed_x": ["500"],
|
||||
"machine_max_speed_y": ["500"],
|
||||
"machine_max_speed_z": ["12"],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
"0.4"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Slope Lift"
|
||||
],
|
||||
"z_hop_types": ["Slope Lift"],
|
||||
"auxiliary_fan": "1",
|
||||
"support_air_filtration": "1",
|
||||
"support_air_filtration": "1",
|
||||
"printable_height": "500",
|
||||
"extruder_clearance_radius": "106",
|
||||
"extruder_clearance_height_to_rod": "30",
|
||||
@@ -64,12 +74,15 @@
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS RF50"
|
||||
],
|
||||
"machine_start_gcode":[
|
||||
"PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]",
|
||||
"SET_PRESSURE_ADVANCE ADVANCE=0.046"
|
||||
"machine_start_gcode": [
|
||||
"PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]",
|
||||
"SET_PRESSURE_ADVANCE ADVANCE=0.046"
|
||||
],
|
||||
"printer_variant": "0.6",
|
||||
"wipe_distance": ["2"],
|
||||
"retract_before_wipe": ["0"]
|
||||
|
||||
}
|
||||
"printer_variant": "0.6",
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM011",
|
||||
"name": "BLOCKS RF50 0.8 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"settings_id": "GM011",
|
||||
"printer_model": "BLOCKS RF50",
|
||||
"default_print_profile": "0.38mm Standard 0.8 nozzle @Blocks_RF50",
|
||||
"max_layer_height": [
|
||||
@@ -23,40 +23,50 @@
|
||||
"0x500"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"200",
|
||||
"200"
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12"
|
||||
],
|
||||
"machine_max_speed_e": ["60"],
|
||||
"machine_max_speed_x": ["500"],
|
||||
"machine_max_speed_y": ["500"],
|
||||
"machine_max_speed_z": ["12"],
|
||||
"retraction_length": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
"60"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
"30"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
"0.4"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Slope Lift"
|
||||
],
|
||||
"z_hop_types": ["Slope Lift"],
|
||||
"auxiliary_fan": "1",
|
||||
"support_air_filtration": "1",
|
||||
"support_air_filtration": "1",
|
||||
"printable_height": "500",
|
||||
"extruder_clearance_radius": "106",
|
||||
"extruder_clearance_height_to_rod": "30",
|
||||
@@ -64,7 +74,11 @@
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS RF50"
|
||||
],
|
||||
"printer_variant": "0.8",
|
||||
"wipe_distance": ["2"],
|
||||
"retract_before_wipe": ["0"]
|
||||
}
|
||||
"printer_variant": "0.8",
|
||||
"wipe_distance": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "BLOCKS RF50",
|
||||
"model_id": "BLOCKS RF50",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family":"Blocks",
|
||||
"bed_model": "RF50 HotBed model.stl",
|
||||
"bed_texture":"RF50 HotBed texture.png",
|
||||
"hotend_model":"BLOCKS PrintCore.stl",
|
||||
"default_materials":"Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU"
|
||||
}
|
||||
"type": "machine_model",
|
||||
"name": "BLOCKS RF50",
|
||||
"model_id": "BLOCKS RF50",
|
||||
"nozzle_diameter": "0.4;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Blocks",
|
||||
"bed_model": "RF50 HotBed model.stl",
|
||||
"bed_texture": "RF50 HotBed texture.png",
|
||||
"hotend_model": "BLOCKS PrintCore.stl",
|
||||
"default_materials": "Blocks Generic PLA;Blocks Generic PETG;Blocks Generic TPU"
|
||||
}
|
||||
@@ -1,83 +1,83 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_klipper_common",
|
||||
"inherits": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_machine_common",
|
||||
"gcode_flavor": "klipper",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000",
|
||||
"5000"
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"5000",
|
||||
"5000"
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"5000",
|
||||
"5000"
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"5000",
|
||||
"5000"
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"5000",
|
||||
"5000"
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500",
|
||||
"200"
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"25",
|
||||
"25"
|
||||
"25",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"200"
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"200"
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"0",
|
||||
"0"
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"0",
|
||||
"0"
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"0",
|
||||
"0"
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0",
|
||||
"0"
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0",
|
||||
"0"
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0",
|
||||
"0"
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"1.2"
|
||||
"1.2"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
"0.08"
|
||||
],
|
||||
"printable_height": "900",
|
||||
"extruder_clearance_radius": "74",
|
||||
@@ -87,34 +87,34 @@
|
||||
"printer_technology": "FFF",
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
"70%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
"0.8"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
"2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
"0.4"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"35"
|
||||
"35"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"35"
|
||||
"35"
|
||||
],
|
||||
"z_hop_types": "Normal Lift",
|
||||
"silent_mode": "0",
|
||||
@@ -122,13 +122,13 @@
|
||||
"change_filament_gcode": "CHANGE_FILAMENT",
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"wipe": [
|
||||
"1"
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"Blocks Generic PLA"
|
||||
"Blocks Generic PLA"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
"0x0"
|
||||
],
|
||||
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer]",
|
||||
"machine_end_gcode": "M400\nPRINT_END",
|
||||
@@ -137,4 +137,4 @@
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
}
|
||||
@@ -113,6 +113,4 @@
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_inital_layer] BED=[bed_temperature_initial_layer]",
|
||||
"machine_end_gcode": "M400; wait for buffer to clear\nPRINT_END"
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine 0.4 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "6",
|
||||
"top_shell_layers": "6",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine 0.4 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.2",
|
||||
@@ -17,47 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal 0.4 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "5",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal 0.4 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.2",
|
||||
@@ -17,47 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Optimal 0.6 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Optimal 0.6 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -17,47 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard 0.4 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_layers": "5",
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard 0.4 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.20",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"line_width": "0.42",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"line_width": "0.42",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"compatible_printers": [
|
||||
@@ -21,47 +21,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft 0.4 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"bottom_shell_layers": "4",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft 0.4 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft 0.4 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -17,47 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.26mm Standard 0.6 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.26",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.26mm Standard 0.6 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.26",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -13,51 +13,51 @@
|
||||
"BLOCKS RF50",
|
||||
"BLOCKS RF50 0.6 nozzle"
|
||||
],
|
||||
"sparse_infill_speed": "300",
|
||||
"sparse_infill_speed": "300",
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft 0.4 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -18,46 +18,46 @@
|
||||
"travel_speed": "500",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Extra Draft 0.4 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.30",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Optimal 0.8 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.3",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Optimal 0.8 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.30",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Optimal 0.8 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.30",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -17,47 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Optimal 1.0 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.0 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.30",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.0 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.30mm Standard 0.6 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard 0.6 nozzle @Blocks",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "3",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.30",
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Draft 0.6 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.32mm Draft 0.6 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -18,47 +18,46 @@
|
||||
"travel_speed": "500",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.38",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.38mm Extra Draft 0.6 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.38",
|
||||
"initial_layer_print_height": "0.3",
|
||||
@@ -17,49 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.38mm Standard 0.8 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.38",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.38mm Standard 0.8 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.38",
|
||||
"initial_layer_print_height": "0.4",
|
||||
@@ -18,47 +18,46 @@
|
||||
"travel_speed": "500",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Draft 0.6 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "2",
|
||||
"layer_height": "0.40",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.40mm Standard 0.8 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.40",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.46mm Draft 0.8 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.46",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.46mm Draft 0.8 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.46",
|
||||
"initial_layer_print_height": "0.4",
|
||||
@@ -18,47 +18,46 @@
|
||||
"travel_speed": "500",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.50mm Draft 0.8 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"name": "0.50mm Draft 0.8 nozzle @Blocks",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"layer_height": "0.50",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.50mm Optimal 1.2 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.50",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.2 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.50mm Standard 1.0 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.0 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.50",
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.0 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RD50_V2",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.54",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4",
|
||||
"top_solid_infill_flow_ratio":"0.96",
|
||||
"top_solid_infill_flow_ratio": "0.96",
|
||||
"compatible_printers": [
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.54mm Extra Draft 0.8 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.54",
|
||||
"initial_layer_print_height": "0.4",
|
||||
@@ -17,49 +17,47 @@
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio":"0.97",
|
||||
"enable_arc_fitting": "0",
|
||||
"wall_generator": "classic",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"bottom_solid_infill_flow_ratio": "1.08",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"seam_position": "aligned",
|
||||
"sparse_infill_patter": "grid",
|
||||
"initial_layer_speed": "60",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_travel_speed": "100%",
|
||||
"slow_layers_count": "5",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"slow_down_layers": "5",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"internal_solid_infill_speed": "270",
|
||||
"top_surface_speed": "200",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"detect_overhang_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"enable_overhang_speed": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"slowdown_for_curled_perimeters": "1",
|
||||
"bridge_speed": "50%",
|
||||
"bridge_infill_acceleration": "50%",
|
||||
"internal_bridge_speed": "100%",
|
||||
"default_acceleration": "5000",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"outer_wall_acceleration": "2500",
|
||||
"inner_wall_acceleration": "4500",
|
||||
"initial_layer_acceleration": "1500",
|
||||
"top_surface_acceleration": "2000",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"travel_acceleration": "20000",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"bridge_acceleration": "50%",
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"elefant_foot_compensation": "0.25",
|
||||
"elefant_foot_compensation_layers": "1"
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.60mm Draft 1.0 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.0 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.60",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.0 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.60mm Standard 1.2 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.60",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.2 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.70mm Draft 1.2 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.70",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.2 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.70mm Extra Draft 1.0 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.0 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "3",
|
||||
"layer_height": "0.70",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.0 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.80mm Extra Draft 1.2 nozzle @Blocks",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common 1.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "2",
|
||||
"top_shell_layers": "2",
|
||||
"layer_height": "0.80",
|
||||
@@ -12,4 +12,4 @@
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 1.2 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_blocks_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
@@ -116,6 +116,5 @@
|
||||
"BLOCKS RF50 0.4 nozzle",
|
||||
"BLOCKS RF50 0.6 nozzle",
|
||||
"BLOCKS RF50 0.8 nozzle"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -9,12 +9,12 @@
|
||||
"bridge_flow": "0.95",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.6 nozzle",
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.6 nozzle",
|
||||
"BLOCKS RF50",
|
||||
"BLOCKS RF50 0.6 nozzle"
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.6 nozzle",
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.6 nozzle",
|
||||
"BLOCKS RF50",
|
||||
"BLOCKS RF50 0.6 nozzle"
|
||||
],
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "4500",
|
||||
@@ -40,7 +40,7 @@
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"seam_gap": "2%",
|
||||
"seam_gap": "2%",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "2",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
@@ -68,5 +68,4 @@
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"exclude_object": "1"
|
||||
|
||||
}
|
||||
}
|
||||
@@ -5,12 +5,12 @@
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.8 nozzle",
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.8 nozzle",
|
||||
"BLOCKS RF50",
|
||||
"BLOCKS RF50 0.8 nozzle"
|
||||
"BLOCKS Pro S100",
|
||||
"BLOCKS Pro S100 0.8 nozzle",
|
||||
"BLOCKS RD50 V2",
|
||||
"BLOCKS RD50 V2 0.8 nozzle",
|
||||
"BLOCKS RF50",
|
||||
"BLOCKS RF50 0.8 nozzle"
|
||||
],
|
||||
"sparse_infill_line_width": "0.82",
|
||||
"outer_wall_line_width": "0.82",
|
||||
@@ -78,4 +78,4 @@
|
||||
"sparse_infill_speed": "80",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
}
|
||||
@@ -71,4 +71,4 @@
|
||||
"sparse_infill_speed": "80",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
}
|
||||
@@ -71,4 +71,4 @@
|
||||
"sparse_infill_speed": "80",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"internal_bridge_speed" : "70",
|
||||
"internal_bridge_speed": "70",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"print_sequence": "by layer",
|
||||
|
||||
Reference in New Issue
Block a user