-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Trimaker 3D printer profiles #16286
Open
MatiGabaglio16
wants to merge
14
commits into
Ultimaker:main
Choose a base branch
from
MatiGabaglio16:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e8d02fb
Nebula Cloud profile has been added
MatiGabaglio16 e56de03
change in warning value and retraction extra amoun
MatiGabaglio16 56c55bb
Deleted redundant override
MatiGabaglio16 96c4482
Change the machine name in nebcloud extruder def
MatiGabaglio16 d19c857
Changes in machines names
MatiGabaglio16 101b2c2
Change in printer names
MatiGabaglio16 1b03972
changes in trimaker_nebula_cloud definition
MatiGabaglio16 e34b13c
Merge branch 'Ultimaker:main' into main
MatiGabaglio16 fd3b612
Update trimaker_nebula_cloud.def.json
MatiGabaglio16 1a042bc
Update trimaker_nebula.def.json
MatiGabaglio16 6c52647
Update trimaker_nebula_plus.def.json
MatiGabaglio16 05f7175
Update trimaker_nebula.def.json
MatiGabaglio16 324ebcd
Update trimaker_nebula_plus.def.json
MatiGabaglio16 88db091
Update trimaker_nebula_plus.def.json
MatiGabaglio16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"version": 2, | ||
"name": "trimaker_nebula_cloud", | ||
"inherits": "fdmprinter", | ||
"metadata": | ||
{ | ||
"visible": true, | ||
"author": "Trimaker", | ||
"manufacturer": "Trimaker", | ||
"file_formats": "text/x-gcode", | ||
"platform": "trimaker_nebula_platform.stl", | ||
"has_machine_quality": true, | ||
"has_materials": true, | ||
"machine_extruder_trains": { "0": "trimaker_nebula_cloud_extruder" }, | ||
"platform_offset": [ | ||
-117.5, | ||
-40, | ||
147.5 | ||
], | ||
"preferred_material": "redd_pla", | ||
"preferred_quality_type": "normal" | ||
}, | ||
"overrides": | ||
{ | ||
"acceleration_enable" : { "value": false }, | ||
"adhesion_type": { "default_value": "skirt" }, | ||
"default_material_print_temperature": { "default_value": 200 }, | ||
"gantry_height": { "value": 2 }, | ||
"infill_before_walls": { "value": false }, | ||
"infill_line_width": { "value": "round(line_width * 0.5 / 0.35, 2)" }, | ||
"infill_overlap": { "value": "0" }, | ||
"infill_pattern": { "value": "'gyroid'" }, | ||
"infill_sparse_density": { "default_value": 15 }, | ||
"infill_wipe_dist": { "value": "0" }, | ||
"layer_height": { "default_value": 0.2 }, | ||
"line_width": { "value": "machine_nozzle_size * 0.875" }, | ||
"machine_acceleration": { "default_value": 1500 }, | ||
"machine_center_is_zero": { "default_value": false }, | ||
"machine_depth": { "default_value": 230 }, | ||
"machine_end_gcode": { "default_value": ";Trimaker Nebula End Code\n M107; Apagamos fan\n G90\n G92 E0\n G1 X200 Y200\n G91\n G1 Z5\n G92 E0\n M140 S0; Enfriamos\n M104 S0; Enfriamos\n M84\n G90\n M117 Impresion finalizada\n M300 S440 P700\n" }, | ||
"machine_extruder_count": { "default_value": 1 }, | ||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, | ||
"machine_heated_bed": { "default_value": true }, | ||
"machine_height": { "default_value": 260 }, | ||
"machine_max_feedrate_x": { "default_value": 300 }, | ||
"machine_max_feedrate_y": { "default_value": 300 }, | ||
"machine_max_feedrate_z": { "default_value": 40 }, | ||
"machine_name": { "default_value": "Trimaker Nebula" }, | ||
"machine_start_gcode": { "default_value": ";Trimaker Nebula Start Code\n G21; Unidades en mm\n G90; Posicion absoluta\n M82; Extrusor en modo absoluto\n M107; Fan apagado\n G28 X Y Z; Enviamos a home a todos los ejes\n M900 K=0; Linear advance desactivado\n M104 S110; Precalentamos el extrusor hasta 110 grados\n M190 S{material_bed_temperature_layer_0};\n G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n Calentamos cama y esperamos\n M109 S{material_print_temperature}; Calentamos extrusor y esperamos\n G92 E0; E=0\n G1 F200 X0.5 Y0.5 Z0.300\n G1 F900 X0.5 Y51.5 E2.56436; Hacemos una linea para limpiar extrusor\n" }, | ||
"machine_width": { "default_value": 230 }, | ||
"material_diameter": { "default_value": 1.75 }, | ||
"optimize_wall_printing_order": { "value": "True" }, | ||
"retraction_amount": { "default_value": 1 }, | ||
"retraction_speed": { "default_value": 35 }, | ||
"retraction_extra_prime_amount": { "default_value": 0.02}, | ||
"skin_monotonic": { "value": true }, | ||
"skin_overlap": { "value": "10" }, | ||
"speed_layer_0": { "value": 20 }, | ||
"speed_print": { "default_value": 45 }, | ||
"speed_infill": { "maximum_value_warning": 250 }, | ||
"speed_travel": { "value": "speed_print if magic_spiralize else 100" }, | ||
"speed_wall_0": { "value": 35 }, | ||
"speed_wall_x": { "value": 45 }, | ||
"support_enable": { "default_value": true }, | ||
"support_pattern": { "default_value": "gyroid" }, | ||
"support_z_distance": { "default_value": 0.17 }, | ||
"top_bottom_thickness": { "value": "layer_height * 6" }, | ||
"wall_thickness": { "value": "line_width * 3" }, | ||
"xy_offset_layer_0": { "value": -0.1 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
resources/extruders/trimaker_nebula_cloud_extruder.def.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"version": 2, | ||
"name": "Extruder 1", | ||
"inherits": "fdmextruder", | ||
"metadata": | ||
{ | ||
"machine": "trimaker_nebula_cloud", | ||
"position": "0" | ||
}, | ||
"overrides": | ||
{ | ||
"extruder_nr": { "default_value": 0 }, | ||
"machine_nozzle_size": { "default_value": 0.4 }, | ||
"material_diameter": { "default_value": 1.75 } | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
resources/extruders/trimaker_nebula_plus_extruder.def.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"version": 2, | ||
"name": "Extruder 1", | ||
"inherits": "fdmextruder", | ||
"metadata": | ||
{ | ||
"machine": "trimaker_nebula_plus", | ||
"position": "0" | ||
}, | ||
"overrides": | ||
{ | ||
"extruder_nr": { "default_value": 0 }, | ||
"machine_nozzle_size": { "default_value": 0.4 }, | ||
"material_diameter": { "default_value": 1.75 } | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
resources/quality/trimaker_nebula_cloud/trimaker_nebula_cloud_fast.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[general] | ||
definition = trimaker_nebula_cloud | ||
name = Fast | ||
version = 4 | ||
|
||
[metadata] | ||
global_quality = True | ||
quality_type = fast | ||
setting_version = 22 | ||
type = quality | ||
weight = 1 | ||
|
||
[values] | ||
layer_height = 0.2 | ||
speed_layer_0 = 20 | ||
speed_infill = 175 | ||
speed_travel = 100 | ||
speed_wall = 90 | ||
speed_wall_0 = 75 | ||
speed_wall_x =90 | ||
speed_topbottom = 125 | ||
speed_support = 100 | ||
speed_print = 150 | ||
default_material_print_temperature = 225 | ||
|
16 changes: 16 additions & 0 deletions
16
resources/quality/trimaker_nebula_cloud/trimaker_nebula_cloud_normal.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[general] | ||
definition = trimaker_nebula_cloud | ||
name = Normal | ||
version = 4 | ||
|
||
[metadata] | ||
global_quality = True | ||
quality_type = normal | ||
setting_version = 22 | ||
type = quality | ||
weight = 0 | ||
|
||
[values] | ||
layer_height = 0.2 | ||
speed_print = 45 | ||
|
16 changes: 16 additions & 0 deletions
16
resources/quality/trimaker_nebula_cloud/trimaker_nebula_cloud_slow.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[general] | ||
definition = trimaker_nebula_cloud | ||
name = Slow | ||
version = 4 | ||
|
||
[metadata] | ||
global_quality = True | ||
quality_type = slow | ||
setting_version = 22 | ||
type = quality | ||
weight = -1 | ||
|
||
[values] | ||
layer_height = 0.1 | ||
speed_print = 30 | ||
|
16 changes: 16 additions & 0 deletions
16
resources/quality/trimaker_nebula_plus/trimaker_nebula_plus_fast.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[general] | ||
definition = trimaker_nebula_plus | ||
name = Fast | ||
version = 4 | ||
|
||
[metadata] | ||
global_quality = True | ||
quality_type = fast | ||
setting_version = 22 | ||
type = quality | ||
weight = 1 | ||
|
||
[values] | ||
layer_height = 0.3 | ||
speed_print = 60 | ||
|
16 changes: 16 additions & 0 deletions
16
resources/quality/trimaker_nebula_plus/trimaker_nebula_plus_normal.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[general] | ||
definition = trimaker_nebula_plus | ||
name = Normal | ||
version = 4 | ||
|
||
[metadata] | ||
global_quality = True | ||
quality_type = normal | ||
setting_version = 22 | ||
type = quality | ||
weight = 0 | ||
|
||
[values] | ||
layer_height = 0.2 | ||
speed_print = 45 | ||
|
16 changes: 16 additions & 0 deletions
16
resources/quality/trimaker_nebula_plus/trimaker_nebula_plus_slow.inst.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[general] | ||
definition = trimaker_nebula_plus | ||
name = Slow | ||
version = 4 | ||
|
||
[metadata] | ||
global_quality = True | ||
quality_type = slow | ||
setting_version = 22 | ||
type = quality | ||
weight = -1 | ||
|
||
[values] | ||
layer_height = 0.1 | ||
speed_print = 30 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overriding xy_offset with the same value (default_value: 0) as defined in parent definition: fdmprinter