We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I expect the website to render the code like the desktop app does.
I get an error:
SyntaxError: Unexpected identifier 'plant_marker' Object.<anonymous> (changes.js:0:0)
// Parameters for customization module plant_marker(label_text="Lavender", width=80, height=20, thickness=2, stake_length=50, font_size=10) { // Label area difference() { // Main label body cube([width, height, thickness], center=false); // Text cutout translate([5, height/2 - font_size/2, thickness + 0.1]) // Adjust text position linear_extrude(height=thickness + 0.1) text(label_text, size=font_size, valign="center", halign="left", font="Liberation Sans"); } // Stake translate([width/2 - 5, -stake_length, 0]) // Centering the stake under the label cube([10, stake_length, thickness], center=false); // Stake dimensions } // Customize your plant label plant_marker(label_text="Lavender", width=100, height=30, thickness=3, stake_length=60, font_size=12);
The text was updated successfully, but these errors were encountered:
Duplicate. Same as #1369
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
I expect the website to render the code like the desktop app does.
Actual Behavior
I get an error:
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: