Skip to content
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

Trying to export Gcode with Creality K1C #5557

Open
2 tasks
Draketornado opened this issue Dec 15, 2024 · 5 comments
Open
2 tasks

Trying to export Gcode with Creality K1C #5557

Draketornado opened this issue Dec 15, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@Draketornado
Copy link

Draketornado commented Dec 15, 2024

Bambu Studio Version

1.10.1.50

Where is the application from?

Bambu Lab Official website

OS version

Windows 11

Additional system information

No response

Printer

X1C

How to reproduce

My dad is owning a Creality K1C and he tryed to export a Gcode. Will not work for the K1C, but it works for other printers.

Error:

Verarbeitung der Vorlage filename_format fehlgeschlagen.
Parsing error at line 1: Not a variable name
{input_filename_base}{filament_type[initial_tool]}{print_time}.gcode

I also tryed on a 2nd computer, the result is the same.

Actual results

Error: Verarbeitung der Vorlage filename_format fehlgeschlagen.
Parsing error at line 1: Not a variable name
{input_filename_base}{filament_type[initial_tool]}{print_time}.gcode

Expected results

Should open a window to safe the gcode

Project file & Debug log uploads

Tryed with a lot of files, never worked

Checklist of files to include

  • Log file
  • Project file
@Draketornado Draketornado added the bug Something isn't working label Dec 15, 2024
@00raq00
Copy link

00raq00 commented Dec 18, 2024

Try change to

{input_filename_base}{filament_type[0]}{print_time}.gcode

@Draketornado
Copy link
Author

Thx for the reply.

For me, i cannot input this in BambuStudio as this data field is not present, but i can change this value in OrcaSlicer. The weird thing is that in OrcaSlicer, the value is {input_filename_base}{filament_type[initial_tool]}{print_time}.gcode and it's working!

@00raq00
Copy link

00raq00 commented Dec 22, 2024

Thx for the reply.

For me, i cannot input this in BambuStudio as this data field is not present, but i can change this value in OrcaSlicer. The weird thing is that in OrcaSlicer, the value is {input_filename_base}{filament_type[initial_tool]}{print_time}.gcode and it's working!

Try to turn on advanced view in Bambu

@Draketornado
Copy link
Author

Advanced view is activated, but this line does not show up like in Orca Slicer. I even tried to switch language, without result.

@XunZhangBambu
Copy link
Contributor

@Draketornado It's on the develop mode . You can go to "preference" page to enable develop mode and then you will see the lines

lanewei120 pushed a commit that referenced this issue Jan 9, 2025
1. Add place holder support

github:#5557,#5614,#5471

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I65e1d116b7af64ab15c3338f713fc3329b3e877d
lanewei120 pushed a commit that referenced this issue Jan 9, 2025
1. Add place holder support

github:#5557,#5614,#5471

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I65e1d116b7af64ab15c3338f713fc3329b3e877d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants