Skip to content

Commit

Permalink
wip config: remove ':'
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Sep 25, 2024
1 parent 7410755 commit 03ac9de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions resources/profiles/NematX.idx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.3 remove ':' in profile names
1.0.2 disable z_step
1.0.1 min_layer_size, external_perimeter_first, thumbnail, extruder_temperature_offset, extruder name
1.0.0 New NEX01 settings tested on the real printer.
Expand Down
16 changes: 8 additions & 8 deletions resources/profiles/NematX.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name = NematX
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the slicer configuration to be downgraded.
config_version = 1.0.2
config_version = 1.0.3
# Where to get the updates from?
config_update_url =

Expand Down Expand Up @@ -232,55 +232,55 @@ wipe_speed = 100,100
bed_shape = -200x-100,200x-100,200x100,-200x100
printer_notes = Don't remove the following keywords! These keywords are used in the "compatible printer" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_VENDOR_NematX\nPRINTER_MODEL_TO_FILL
[printer:NEX01 nozzle size: L:0.15 R:0.05]
[printer:NEX01 nozzle size L0.15 R0.05]
inherits = *NEX01*
default_print_profile = Regular Parts (0.025mm layer height) @NematX
nozzle_diameter = 0.05,0.15
min_layer_height = 0.0125,0.0125
max_layer_height = 0.045,0.12
printer_variant = 0.15 and 0.05
[printer:NEX01 nozzle size: L:0.25 R:0.05]
[printer:NEX01 nozzle size L0.25 R0.05]
inherits = *NEX01*
default_print_profile = Regular Parts (0.025mm layer height) @NematX
nozzle_diameter = 0.05,0.25
min_layer_height = 0.0125,0.0125
max_layer_height = 0.045,0.2
printer_variant = 0.25 and 0.05
[printer:NEX01 nozzle size: L:0.25 R:0.1]
[printer:NEX01 nozzle size L0.25 R0.1]
inherits = *NEX01*
default_print_profile = Regular Parts (0.05mm layer height) @NematX
nozzle_diameter = 0.1,0.25
min_layer_height = 0.0125,0.0125
max_layer_height = 0.085,0.2
printer_variant = 0.25 and 0.1
[printer:NEX01 nozzle size: L:0.25 R:0.15]
[printer:NEX01 nozzle size L0.25 R0.15]
inherits = *NEX01*
default_print_profile = Regular Parts (0.10mm layer height) @NematX
nozzle_diameter = 0.15,0.25
min_layer_height = 0.0125,0.0125
max_layer_height = 0.13,0.2
printer_variant = 0.25 and 0.15
[printer:NEX01 nozzle size: L:0.25 R:0.25]
[printer:NEX01 nozzle size L0.25 R0.25]
inherits = *NEX01*
default_print_profile = Regular Parts (0.15mm layer height) @NematX
nozzle_diameter = 0.25,0.25
min_layer_height = 0.0125,0.0125
max_layer_height = 0.2,0.2
printer_variant = 0.25 and 0.25
[printer:NEX01 nozzle size: L:0.4 R:0.25]
[printer:NEX01 nozzle size L0.4 R0.25]
inherits = *NEX01*
default_print_profile = Regular Parts (0.15mm layer height) @NematX
nozzle_diameter = 0.25,0.4
min_layer_height = 0.0125,0.0125
max_layer_height = 0.2,0.35
printer_variant = 0.4 and 0.25
[printer:NEX01 nozzle size: L:0.4 R:0.4]
[printer:NEX01 nozzle size L0.4 R0.4]
inherits = *NEX01*
default_print_profile = Regular Parts (0.2mm layer height) @NematX
nozzle_diameter = 0.4,0.4
Expand Down

0 comments on commit 03ac9de

Please sign in to comment.