* creating settings for printer and some UI changes work * related filament diameter and pellet flow changes to each other * UI name change to turn Filament to Material * updated the flow coefficient to filament diameter formula * updated the preset for the configuration wizard * configuration changes for the final release * config changes and preset bundle sync removed * start gcode change for ginger machines * added explanation of relationship between pellet_flow_coefficient and filament_diameter * Added tooltip. Fixed Ginger machine configuration, Added docs
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"type": "machine",
|
|
"deretraction_speed": ["300"],
|
|
"extruder_clearance_height_to_lid": "200",
|
|
"extruder_clearance_height_to_rod": "200",
|
|
"extruder_clearance_radius": "180",
|
|
"from": "system",
|
|
"inherits": "ginger_one_common",
|
|
"is_custom_defined": "0",
|
|
"machine_max_speed_e": ["300", "25"],
|
|
"machine_max_speed_x": ["250", "200"],
|
|
"machine_max_speed_y": ["250", "200"],
|
|
"machine_max_speed_z": ["12", "12"],
|
|
"machine_start_gcode": "START_PRINT BED_TEMPERATURE=[bed_temperature_initial_layer] MATERIAL=[filament_type] KAMP_LEVELING=1 PURGE_LAYER_HEIGHT=2 PURGE_PARKING_SPEED=10000 PURGE_LENGHT=300 PURGE_SPEED=500 PURGE_MATERIAL_QUANTITY=3000 EXTRUDER_TEMPERATURE=[nozzle_temperature] EXTRUDER_TEMPERATURE_INITIAL_LAYER=[nozzle_temperature_initial_layer]",
|
|
"max_layer_height": ["3.5"],
|
|
"name": "ginger G1 5.0 nozzle",
|
|
"nozzle_diameter": ["5.0"],
|
|
"printer_variant": "5.0",
|
|
"printer_model": "ginger G1",
|
|
"print_host": "192.168.1.97",
|
|
"printer_settings_id": "ginger G1 5.0 nozzle",
|
|
"retract_before_wipe": ["20%"],
|
|
"retract_restart_extra": ["15"],
|
|
"retraction_length": ["25"],
|
|
"retraction_speed": ["300"],
|
|
"support_air_filtration": "0",
|
|
"support_chamber_temp_control": "0",
|
|
"version": "0.1.0.0",
|
|
"wipe_distance": ["20"],
|
|
"z_hop": ["2"],
|
|
"z_hop_types": ["Normal Lift"],
|
|
"instantiation": "true"
|
|
}
|